Cabecera de script dentro del HTML


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <script type="text/javascript">
  2. //<![CDATA[
  3. $(document).ready(function(){
  4. $('#A').B();
  5. });
  6. //]]>
  7. </script>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.