[jQuery] Re: How to prevent third-party CSS code override our CSS

2009-03-11 Thread sure
Hi, Include your css files using @import. It loads at the end of the page load. And use !important in your css. May i think these will help u. Regards sure On Mar 11, 3:38 pm, Nguyễn Quốc Vinh wrote: > I'm using sortable of jQuery UI! > My elements  such as UL tag, LI tag(sortabl

[jQuery] Unable to remove append data to div using remove() method.

2009-03-11 Thread sure
1 2 3 123123 with Regards sure.

[jQuery] Re: Click function dosen't work, after append new html data.

2009-03-11 Thread sure
Hi errant, Thank you very much for quick reply. Now it works good using live method. Your solution saves my lot of time. with Regards sure. On Mar 11, 1:32 pm, errant wrote: > That's because events are binded to existing elements. > > If you're using 1.3.x, t

[jQuery] Re: grouped select boxes

2009-03-11 Thread sure
Hi, var val1 = $("#seasonmember").children("option:selected").attr ("value"); var val2 = $("#season").children("option:selected").attr("value"); validate both val1,val2 Regards sure On Mar 11, 10:57 am, Mark King wrote: > Hi

[jQuery] Re: How to reload page after specific time period

2009-03-11 Thread sure
After receving success, you can do like this. setTimeout("yourfunction()",5000); Regards sure On Mar 11, 12:18 pm, Bluesapphire wrote: > Hi! >     How can I reload page [05 seconds gap] after successful ajax reply > from server. Like youtube shows SUCCESS message and

[jQuery] Click function dosen't work, after append new html data.

2009-03-10 Thread sure
if($(".ulpanel li").length==1) $(this).parent().parent().parent().remove(); else $(this).parent().remove(); }); }); with Regards sure

[jQuery] Re: is it possible to convert html data in json format?

2009-03-07 Thread sure
{widgetid:"id",others:"other details about widget"}, {widgetid:"id",others:"other details about widget"} ] } } ] } Please tell

[jQuery] is it possible to convert html data in json format?

2009-03-06 Thread sure
Hi all, I am not a expert in jquery. Please let me know , Is it possible to covert html data in json format. If any one knows how to do this, please let me know . with Regards sure.

[jQuery] Is it possible to covert entire html code inside a div into json, using Jquery or any Json plug in ???

2009-03-06 Thread sure
Hi to all , Is there any plug in to covert html code in to Json format. If anything is there, please tell that name. I have to store my html data into json file format. If there is nothing regarding this, please suggest what should i do for this. with Regards sure.