jquery
-
Hi,
Default installation gives an error on WP 3.8.1 :
TypeError: $ is not a function @ wpcharts.js:50This is caused by jQuery running in noconflict mode. See this link for more information.
In order to fix this: edit
wpcharts.jsand replace the $ with jQuery so that it becomes:jQuery('#chart'+id).empty(); jQuery('#chart'+id).html(svg);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘jquery’ is closed to new replies.