dominikmatt / trackingJS

A simple google Analytics Tracking Plugin
Apache License 2.0
4 stars 6 forks source link

JavaScript Error in WordPress #16

Open natterstefan opened 9 years ago

natterstefan commented 9 years ago

The problem in WordPress is, that $ is not available. See: http://codex.wordpress.org/Function_Reference/wp_enqueue_script#jQuery_noConflict_Wrappers

Solution: use noConflict();

dominikmatt commented 9 years ago

fixed on release 0.7.0