I´m tryng to apply some JavaScript to modify the width of three css classes.
This is the code of my index.php, but nothing happens. I´m really new at using jquery and Javascript, perhaps this isn´t allowed?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Hi everybody
I´m tryng to apply some JavaScript to modify the width of three css classes. This is the code of my index.php, but nothing happens. I´m really new at using jquery and Javascript, perhaps this isn´t allowed?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
});
I'm no jquery pro by any means, but I can tell you that the $ to call variables conflicts with WordPress's variables..
try wrapping your jquery in:
It totally worked.
Thanks man.