[jQuery] display:none not working in IE

2008-12-23 Thread Debby
Hi, css({'display':'none'}) is not working in IE. I am trying this in loop, for perticular condition i need to display none for this case, so i tried with this $(this).css({'display':'none'}); but its working fine Mozilla but not in IE Please do needful.

[jQuery] How to find the first parent?

2008-11-24 Thread Debby
How to find very first parent of perticular element?

[jQuery] window close

2008-11-23 Thread Debby
Hi all, On click of hyperlink, i am cerating one popup which is under one div having class but no id. On click of close window hyperlink in the popup i want to hide this popup. But not able to hide this. I tried this, but not working

[jQuery] How to create own jQuery plugin?

2008-11-18 Thread Debby
Hello, Can anybody expalin how to create own jQuery plugin? Some basic stuff.. Guidelines to follow..

[jQuery] window.close() in jQuery

2008-11-11 Thread Debby
Hello, can anyone explain how to close popup window programmatically in jQuery? Thanks in advance.