ie 7 redirecting after jquery ajax calls
i have following formula record bucket div html an ajax call:
$('#searchbutton').click( function() {
$('#inquiry').load('/search.php?pid=' + $('#searchvalue').val());
});
this works glorious firefox google chrome, nonetheless whenever i hunt ie i redirected behind index.php. i grabbed url firebug pasted ie redirection happens, i only cost should returned.
i also attempted changing $.get() ask full $.ajax() ask nonetheless still same redirection.
Comments
Post a Comment