English 中文(简体)
无专业例外: 2. 先经更新的分类错误
原标题:uncaught exception: Syntax error, just updated jquery
  • 时间:2011-05-23 21:54:45
  •  标签:
  • jquery

我正在发现以下错误......

uncaught exception: Syntax error, unrecognized expression: [chunk_id=162494ddad5751534b1.85292984]

我刚刚升格为1.5.1和1.8.13,因此,我很想知道,谁可以追索这一错误。 出现nk的那部分是使用干.的。 书写方式是否有错? 这打破了我停止该守则的时代,因此我必须看到错误。

function success(response, status)  { 

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

        ......
最佳回答

你们需要引述选择人的价值。

问题回答

暂无回答




相关问题
getGridParam is not a function

The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...

selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

jQuery cycle page with links

I am using the cycle plugin with pager functionality like this : $j( #homebox ) .cycle({ fx: fade , speed: fast , timeout: 9000, pager: #home-thumbs , ...

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

jConfirm with this existing code

I need help to use jConfirm with this existing code (php & Jquery & jAlert). function logout() { if (confirm("Do you really want to logout?")) window.location.href = "logout.php"; } ...

Wrap text after particular symbol with jQuery

What I m trying to do, is wrap text into div inside ll tag. It wouldn t be a problem, but I need to wrap text that appears particularly after "-" (minus) including "minus" itself. This is my html: &...

热门标签