Another day another question.
This is in the HEAD of the doc (removed domain references):
...script type="text/javascript" charset="utf-8" src="/index.php?ACT=jquery"...
...script type="text/javascript" charset="utf-8" src="/index.php?ACT=jquery&ui=core"...
...script type="text/javascript" charset="utf-8" src="/index.php?ACT=jquery&ui=tabs"...But I’m getting a javascript error: “d.widget is not a function”
Which means the EE tag to call the core and/or tabs widget is not working:
{exp:jquery:script_tag ui='core'}
{exp:jquery:script_tag ui='tabs'}I’m calling the jquery function from an external doc:
$(document).ready(function() {
$("#tabs").tabs();
});
This is really BASIC jquery UI functionality so I’m fairly surprised this isn’t working out of the box. I don’t think any of my syntax is incorrect.