Reputation: 8706
I'm trying to run this example in jsFiddle.
This is what I have now:
<html>
, <head>
etc. are removed<style>
put into style window<link>
put into resources (also tried CSS from CDN, as answer for other questions suggested, but nothing changed)Error I get is Uncaught TypeError: Object [object Object] has no method 'sortable'
.
Upvotes: 1
Views: 1343
Reputation: 8706
It seems to be a bug in jsFiddle, I've reported it already.
You can fix that the following way:
Frameworks & Extensions
tabExternal Resources
tabEDIT I've discovered that only using 'edge' (2.x or 1.x) versions of jQuery causes this issue. Original example working with other jQuery version.
Upvotes: 3