{"id":2544225,"date":"2012-02-01T21:08:49","date_gmt":"2012-02-01T21:08:49","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/javascriptsuncaught-referenceerror-function-is-not-defined\/"},"modified":"2016-08-20T04:48:28","modified_gmt":"2016-08-20T04:48:28","slug":"javascriptsuncaught-referenceerror-function-is-not-defined","status":"closed","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/javascriptsuncaught-referenceerror-function-is-not-defined\/","title":{"rendered":"javascripts:Uncaught ReferenceError: function is not defined"},"content":{"rendered":"<p>b.js call function defined in a.js, but get &#8220;Uncaught ReferenceError: function <strong>a<\/strong> is not defined&#8221;<br \/>\nThanks in advance!<\/p>\n<p>index.htm<\/p>\n<pre><code>&lt;html xmlns=&quot;http:\/\/www.w3.org\/1999\/xhtml&quot;&gt;\n&lt;head&gt;\n&lt;script type=&#039;text\/javascript&#039; src=&#039;jquery.js&#039;&gt;&lt;\/script&gt;\n&lt;script type=&#039;text\/javascript&#039; src=&#039;a.js&#039;&gt;&lt;\/script&gt;\n&lt;script type=&#039;text\/javascript&#039; src=&#039;b.js&#039;&gt;&lt;\/script&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n&lt;a href=&quot;#&quot; class=&quot;text&quot;&gt;1234&lt;\/a&gt;\n&lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n<p>a.js<\/p>\n<pre><code>jQuery(document).ready(function($) {\n\tfunction a()\n\t{\n\t\talert(123);\n\t}\n})<\/code><\/pre>\n<p>b.js<\/p>\n<pre><code>jQuery(document).ready(function($) {\n\t$(&#039;.text&#039;).click(function(e){\n\t\ta();\n\t\te.preventDefault();\n\t})\n})<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-2544225","topic","type-topic","status-closed","hentry","topic-tag-javascripts"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/2544225","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/2544225\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=2544225"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}