Re: [jQuery] Problem with a search form in a loaded php file??

2009-12-24 Thread Charlie
http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F 123gotoandplay wrote: hi, have simple search form which works in list.php Now i am 'loading' list.php in #content and now the search function doesn't work. what i have done - change t

Re: [jQuery] Problem with a search form in a loaded php file??

2009-12-23 Thread Leonardo Balter
First of all: an Id is meant to be unique, so you can start with $('#search_button') selector and test it all again. 2009/12/23 123gotoandplay > hi, > > have simple search form which works in list.php > > Now i am 'loading' list.php in #content and now the search function > doesn't work. > > w

[jQuery] Problem with a search form in a loaded php file??

2009-12-23 Thread 123gotoandplay
hi, have simple search form which works in list.php Now i am 'loading' list.php in #content and now the search function doesn't work. what i have done - change the type from submit to button - in index.php i added $("#content #search_button").click(function() { alert("click");