php - jquery 1.5 ajax requests are erroring -


trying upgrade jquery 1.5 , ajax calls break. i'm running firefox , gives me javescript error of invalid label i'm using php's json_encode here json response

{     "page": "1",     "total": 9651,     "rows": [         {             "cell": [                 "story",                 "51438",                 "skin color: handy tool teaching evolution",                 "2011-02-20 08:30:26"             ]         },         {             "cell": [                 "story",                 "51435",                 "photosynthesis may hold key production of cheap hydrogen fuel",                 "2011-02-19 10:00:03"             ]         },         {             "cell": [                 "story",                 "51478",                 "dancers, supporters ready thon 2011 feb. 18-20 @ jordan center",                 "2011-02-18 14:26:25"             ]         },         {             "cell": [                 "story",                 "51420",                 "juggling languages can build better brains",                 "2011-02-18 13:30:44"             ]         },         {             "cell": [                 "story",                 "51434",                 "multiple approaches necessary tackle world's food problems",                 "2011-02-18 13:30:44"             ]         },         {             "cell": [                 "story",                 "51436",                 "u.s. no longer dominate science , research, study finds",                 "2011-02-18 13:00:49"             ]         },         {             "cell": [                 "story",                 "51492",                 "npr air interview penn state professor today (feb. 18)",                 "2011-02-18 11:20:10"             ]         },         {             "cell": [                 "story",                 "51437",                 "research universities play major role in national security",                 "2011-02-18 10:30:28"             ]         },         {             "cell": [                 "story",                 "51472",                 "paterno's necktie 400th win nets $10,200 public broadcasting",                 "2011-02-18 09:20:52"             ]         },         {             "cell": [                 "story",                 "51363",                 "psu extension offers free tax preparation low-income families",                 "2011-02-18 01:32:04"             ]         },         {             "cell": [                 "story",                 "51477",                 "students set produce complete thon coverage, including webcast",                 "2011-02-17 15:24:47"             ]         },         {             "cell": [                 "story",                 "51385",                 "the medical minute: seasonal affective disorder",                 "2011-02-17 12:27:30"             ]         },         {             "cell": [                 "story",                 "51345",                 "abington professor's new book exposes nba betting scandal",                 "2011-02-17 11:59:31"             ]         },         {             "cell": [                 "story",                 "51360",                 "student stories: statistical service internship makes add up",                 "2011-02-17 11:12:32"             ]         },         {             "cell": [                 "story",                 "51453",                 "parking office announces parking, transit changes related thon",                 "2011-02-17 11:02:46"             ]         },         {             "cell": [                 "story",                 "51444",                 "penn state's lunar lion team aims land vehicle on moon 2015",                 "2011-02-17 08:17:12"             ]         },         {             "cell": [                 "story",                 "51427",                 "students flock spring career fair",                 "2011-02-16 12:56:27"             ]         },         {             "cell": [                 "story",                 "51419",                 "ice campaign receives $1 million gift paul , nancy silvis",                 "2011-02-16 10:51:45"             ]         },         {             "cell": [                 "story",                 "51353",                 "carbonearth program facilitates science education, teaching",                 "2011-02-15 15:59:04"             ]         }     ],     "messages": null } 

all works fine in jquery 1.4.2

think i'll have wait upgrade thought check , see if else had solution ?

ok found correct solution after searching found bug report jquery validate. @ bottom of report author of validate provides forked version fixes problem help


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -