I am getting the following error
Uncaught TypeError: Property '
$' of object [object global] is not a function in line 2:
Using the following code:
$(document).ready(function() {
$('#tabs > ul').tabs({ fx: { opacity: 'toggle' } });
$('#featuredvid > ul').tabs();
});
The problem appears local at 127.0.0.1 only, while same code OK online! I'm dazzled, any ideas?