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

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -