Hi there,
I think I get how to use the jquery tags. But how do I trigger a jquery plugin?
I’m trying to use corner.js:
{exp:jquery:script_tag}
{exp:jquery:script_tag ui='core'}
{exp:jquery:script_tag plugin='corner'}
$(document).ready(function(){
$('.corners').corner();
});
What am I doing wrong?
Thanks in advance,
L.