I'm using jQuery to do an ajax post on the key up event of a text
input box (ajax search). As the user types a jQuery ajax post is made
and a delimited string is returned (ex. "12345|Event Name#*#23456|
Event Name") with all of the search results. Each result is then split
into individual results b
Hello,
My target page that which I would be loading via ajax has some java
script to be executed on page loading. When I send the request
directly thru the browser, it works fine. I mean the script gets
executed. But if I load the page thru jquery ajax post method, the
script doesnt get invoked.
2 matches
Mail list logo