พยายามหาอ่านเบสิค jQuery ก็ไม่เจอ จนต้องไปหาว่ามันเป็นเพราะ Wordpress ด้วยหรือเปล่า ก็เลยเจออันนี้
Apparently you are using both jQuery and Mootools and both of them do useจาก http://stackoverflow.com/questions/5706093/jquery-error-uncaught-typeerror-object-htmldocument-has-no-method-ready$
as an alias to a core function. Probably the$
function which is generating this error is the Mootools function. I'd suggest you to try to write your jQuery code usingjQuery
instead of$
so you can confirm my point is right or not.
ก็เลยไปแก้จาก $("#XXX").hide(); เป็น jQuery("#XXX").hide(); ก็ใช้งานได้ทันทีเลย ^ ^
ไม่มีความคิดเห็น:
แสดงความคิดเห็น