javascript - Scripts in HTML -


another question have this; want execute script (docs()) when click text, i've tried using code:

<p><span class="skill">documentation can found here.<script>docs()</script></span></p> 

but doesn't work, ideas?

try use onclick

<p><span class="skill" onclick="docs()">documentation can found here.</span></p> 

Comments

Popular posts from this blog

gcc - MinGW's ld cannot perform PE operations on non PE output file -

How to connect android app to App engine -

hadoop - Running Map Reduce Job shows error - Mkdirs failed to create /var/folders/ -