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
{{ message }}
This repository was archived by the owner on Nov 14, 2024. It is now read-only.
I like the selectator - really cool plugin. So I use it every time in my applications I need select-elements.
There is only one problem:
On a "normal" page the selectator works on every reload. If I have the selecator within a jQuery page which I get by load(), it doesn't work on every reload. If I refresh the page again, again and again, the selectator doesn't affect after x tries. The number of tries varies. In case of this problem there ist still no message in developer console or something - the element only stays the standard html select.
Is there some trick, or delay, or something else I can try? I still put the .selecator in a document ready function, but still the same problem.
I like the selectator - really cool plugin. So I use it every time in my applications I need select-elements.
There is only one problem:
On a "normal" page the selectator works on every reload. If I have the selecator within a jQuery page which I get by load(), it doesn't work on every reload. If I refresh the page again, again and again, the selectator doesn't affect after x tries. The number of tries varies. In case of this problem there ist still no message in developer console or something - the element only stays the standard html select.
Is there some trick, or delay, or something else I can try? I still put the .selecator in a document ready function, but still the same problem.