[jQuery] clueTip issue with jqueryUI

2008-06-05 Thread moazzamk
Hi, clueTips don't work with dialogs in jQueryUI. I just get regular title when I hover over the links. The code I am using for this is : HTML div id=new_a_poll class=flora title=Edit Attendance Survey Settings ?php print T_('seconds');?* a href=#

[jQuery] JQModal errors out when closing a dialog

2007-12-05 Thread moazzamk
Hi, Can anyone please tell me how to solve this. I was using the latest version of JQModal (I think it was 10) and I upgraded to 11. After that, the page was being pushed down when I did jqmOpen(). So, I reverted back to version 9 which was listed as the most recent old version. The problem

[jQuery] Re: Delete a table row with JQuery

2007-06-15 Thread moazzamk
The fadeOut() fades the content out but doesn't collapse the content. Perhaps there can be an option for that, if it's not there by default? I was trying to hide the content but not delete the table row and all of the animations function weren't doing it. One more thing I have noticed is that

[jQuery] Getting the window/frame size with JQuery .. help

2007-06-08 Thread moazzamk
Hi, Does anyone know how to get the height and width of a window. In Firefox, I can do this.innerHeight and it wil show it but it requires a lot of code in IE. If anyone can tell me how to do it with jquery, I'd really appreciate it. Thanks, Moazzam