TypeError: $.browser is undefined

后端 未结 9 2084
甜味超标
甜味超标 2020-11-28 22:27

I am using msdropdown image combo box to create dropdown select options. when i run this code locally on my PC, everything works great. But when i run it on go daddy server

9条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 23:29

    $().live(function(){}); and jQuery.browser is undefined in jquery 1.9.0 - $.browser was deprecated in jquery update

    sounds like you are using a different version of jquery 1.9 in godaddy so either change your code or include the migrate plugin http://code.jquery.com/jquery-migrate-1.0.0.js

提交回复
热议问题