You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use this datePicker in my project with angular and in the pages that I used this datePicker, Ajax doesn't work correctly. (An error occurred while attempting to process /system/ajax: this is undefined!)
but in other pages, Ajax calls works correctly and when I remove this datePicker JS file from this pages the error will disappear and Ajax works fine.
please help me with this issue.
thanks
The text was updated successfully, but these errors were encountered:
Fortunately, I found that "this" is undefined sometimes in this functions and I added an if statement before any "this" in this section of code and it works fine now.
Hi,
I use this datePicker in my project with angular and in the pages that I used this datePicker, Ajax doesn't work correctly. (An error occurred while attempting to process /system/ajax: this is undefined!)
but in other pages, Ajax calls works correctly and when I remove this datePicker JS file from this pages the error will disappear and Ajax works fine.
please help me with this issue.
thanks
The text was updated successfully, but these errors were encountered: