/ Published in: JavaScript
Accessing JQuery's $() shortcut within WordPress
Expand |
Embed | Plain Text
// javascript in theme file jQuery(document).ready(function($){ // code goes here // $('#idname').append("<b>Hello</b>") should work properly now });
You need to login to post a comment.
