JQuery inside functions - Joomla! Forum - community, help and support
i'm getting strange results when using jquery. on joomla home page, green text under "getting started" generated jquery statement, {$("#testjq").text("initial text");} , works fine. so, know jquery working. however, when same statement (with different text) put function fired clicking go button, nothing. there need add joomla work properly? outside joomla works perfectly.
i have on line 1 of editor. (code mirror)
i have
code: select all
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
p.s.
from seamonkey browser's error console:
from seamonkey browser's error console:
timestamp: 8/19/2014 12:27:13 pm
error:
typeerror: $(...) null
source file:
http://www.ncfoothills.net/design/ line: 134
Comments
Post a Comment