开发者

uncaught exception: Syntax error, just updated jquery

Hey guys I am getting the following error...

uncaught exception: Syntax error, unrecognized expression: [chunk_id=16249开发者_如何学运维4ddad5751534b1.85292984]

I just upgraded to jquery 1.5.1 and ui 1.8.13 so I was just wondering if anyone could catch what the error with this. The part where chunk_id is present is when div[chunk_id='+response.reply_chunk_id+'] is used. Is there something wrong with the way that is written? It breaks where I stopped the code so I figured the error must be there...

function success(response, status)  { 

          if(status == 'success') {
              if(response.reply_message=='1'){
                $('div[chunk_id='+response.reply_chunk_id+']').prepend(prepare(response));

        ......


You need to put quotes around the value in the selector.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜