Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Twitter Bootstrap for WordPress (bootstrap.js not working) Re: Twitter Bootstrap for WordPress (bootstrap.js not working)

#111786
Erik_F
Participant

I need more info to troubleshoot this, but I am going to start you out with: http://digwp.com/2011/09/using-instead-of-jquery-in-wordpress/

Wordpress is set up so that jQuery has to use the word “jQuery” instead of the dollar sign. So instead of

$(whatever.whatever()

it is

jQuery(whatever.whatever()

This is a WordPress thing, not a bootstrap thing. Give this a try and post back here if you want more help.