Jquery ajax ($.ajax) not working on chrome. please help -


I need a little help in determining why the following code does not work on Google Chrome 5 / Windows XP. It works well on all other browsers (IE, FF, Safari, Opera etc) Can anyone put some light around this?

  / * AJAX request * / jq ("# a-post-request"). Unbind ("click") Bind ("click", function (e) {// jq ("###########) jq.ajax ({url:" search_data_table. Html ", type:" meet ", cache: wrong, error: function () (warning (" no data is found for your search. ");}, Success: function (data) {jq (" # search- Jq ("#search-result"). Css ({"display": "block"}); jq ("# search-results-table"). Trigger ("Update"); // This is for a table Sorter plugin set // Set sorting column and direction, it will sort on the first column. Var Sorting = [[0,0]]; // This is the first table Sort for the first column / first column. Jq ("#Search-Results-Table") Trigger ("Sorting", [Sorting]); // This is a table sorter plugin for e.preventDefault (); }}};});  

Many thanks, Rookie

The only thing I notice here is a missing

  Data type: "html"  

or whatever else, see the comment.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -