Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
4727 มุมมอง

when I active the debugging mode I get the popup message:

    blockUI requires jQuery v1.2.3 or later! You are using v1.11.1

any idea what to do ?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Just edit jquery.blockUI.js sudo nano /addons/web/static/lib/jquery.blockUI/jquery.blockUI.js)

remove old expresion line 18 - 21

if ((/1\.(2\.([3-9]|[1-9][0-9])|[3-9]\.[0-9]*|[1-9][0-9]*\.[0-9]*)/.test($.fn.jquery)) === false ) {

alert('blockUI requires jQuery v1.2.3 or later! You are using v' + $.fn.jquery);

return;

}


Thats it :).

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ก.ย. 20
2899
0
มี.ค. 19
4577
0
ต.ค. 16
3011
0
พ.ค. 16
3419
0
เม.ย. 24
3328