Tagged Questions
0
votes
1answer
302 views
Javascript block in Twenty Twelve theme
I am authoring a WP plugin, and I have to generate some JS (jQuery) code in "realtime". It is working fine in general, though I've stuck with one problem with the WP 3.5.1 and its default Twenty ...
0
votes
2answers
94 views
Including javascript for a shortcode
I'm creating a plugin that allows a user to use a shortcode. This shortcode depends on a bunch of javascript that needs to be present once the shortcode loads.
I'm having issues trying to decide when ...
-2
votes
3answers
69 views
Why is jQuery not working properly? [closed]
I've enqueue'd jQuery from Google and it's displaying in the source code but no matter where I put my scripts they don't seem to work.
Here is the site in question - http://www.deanelliott.me/handh/
...
1
vote
1answer
290 views
Question about the way that wp_register_script works
Ok so I'm using the Roots Theme for WordPress (https://github.com/retlehs/roots), which, is sort of a starter theme or theme framework.
I'm confused about the way that it deregisters the WordPress ...