[jQuery] JQuery error load data in dialog

2009-11-09 Thread dEwA nich
dear friends, I have one input field, when I write some letter and press enter then ajax request will happen. Return value from ajax I append to one tag div. Then I load data into dialog. I can do that, but the problem is It just happens one time and the problem when data successfully load, the cl

[jQuery] Re: Jquery for show / hide item in list

2009-10-15 Thread dEwA nich
t; here > > http://www.mail-archive.com/jquery-en@googlegroups.com/msg77035.html > > look toward end of thread for mkmanning solution, short and sweet > > > > > dEwA nich wrote: > > Dear friends, > > I'm looking for jquery scripts to show/hide element in unordere

[jQuery] Jquery for show / hide item in list

2009-10-15 Thread dEwA nich
Dear friends, I'm looking for jquery scripts to show/hide element in unordered list like http://bbc.co.uk with +, - button. I've got some script from here : http://paste.pocoo.org/show/86584/ and http://www.killersites.com/forums/topic/780/jquery-add-remove-list-item/. But I little confused to use