/ Published in: JavaScript
Accessing JQuery's $() shortcut within WordPress
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// javascript in theme file jQuery(document).ready(function($){ // code goes here // $('#idname').append("<b>Hello</b>") should work properly now });