1. Installed the latest 960 Robots theme on a D7 site and enabled

2. Noticed the 'Search...' jquery autofill feature was not working. This was actually the feature I was trying to replicate based on instructions in jQuery and JavaScript in Drupal 3: Adding JavaScript through a theme on Drupalize.me

3. Went into the Firebug console and found an errror

$ is not a function
http://gws/sites/all/themes/ninesixtyrobots/js/javascript.js?lo2zfq
Line 3

Comments

sethlbrown’s picture

Status: Active » Needs review

Need to wrap javascript.js function in (function($) {})(jQuery); per http://stackoverflow.com/questions/4681309/using-jquery-in-drupal-7/4681...

eojthebrave’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.