Hi,
first of all, sorry for my bad english, I'm from Germany.
I have a problem with jQuery, the first, but it is a big one.
But the bigger problem is, that my Firefox and my Chorme developer tools don't throw an error.
The situation:
I have a site with jqGrid, if click on a row, than it opened a jQuery modal dialog, here I use jQuery UI Tabs and so on, no problems, but there is a "Answer" link in that dialog, if I click on that a second modal dialog opens with two multiselect jQuery controls and a jQuery UI datepicker and here is the problem.
If I open the second dialog at the first time, the controls are not "jQueried", means the datepicker is only a textbox without function and the selectboxes are only that, selectboxes.
But if I close the second dialog and reopen it, tada, everything is fine!!??
In IE 7 the same, but there pops up a alert (if I reopen the second dialog) that a script is consuming much time and if I want to cancel the script, if I click "no" everything is fine!
I hope someone will find the problem, if not I will have to redesign my application ;(
Best regards