Forums

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

Home Forums JavaScript jQuery not responding once I move it to wordpress Re: jQuery not responding once I move it to wordpress

#64392

Are you saying jQuery is not working? It is, I tested it.

So I changed…

$(function() {	

with

jQuery(document).ready(function($) {

but still not working.