mcm-ham / dragsort

jQuery List DragSort
2 stars 1 forks source link

find a bug about JQuery.browser #26

Open memedahui opened 2 years ago

memedahui commented 2 years ago

code: if (b(this).css("position") != "static" && (!b.browser.mozilla || b(this).css("display") != "table")) { api :$.browser has been removed. If your parent element has "position=relative", You'll find bugs.