jquery-archive / jquery-mobile

jQuery Mobile Framework
https://jquerymobile.com
Other
9.7k stars 2.41k forks source link

filterablebeforefilter not working with jquery 3.3.1 environment #8647

Closed Delucy closed 4 years ago

Delucy commented 5 years ago

Please refer : I have just copy pasted the demo: http://jsfiddle.net/myd8baj2/4/

ecadius commented 5 years ago

I think this isn't a problem with filterablebeforefilter. It seems that the code for JQM 1.5 isn't reachable on this location:

GET http://code.jquery.com/mobile/1.5.0-rc.1/jquery.mobile-1.5.0-rc.1.min.js net::ERR_ABORTED 404 (Not Found)
GET http://code.jquery.com/mobile/1.5.0-rc.1/jquery.mobile-1.5.0-rc.1.min.css net::ERR_ABORTED 404 (Not Found)
Delucy commented 4 years ago

My problem was library linkage between Jquery 3.3.1 , jquery ui and Jquery mobile (once included in the same order it was working fine)