Object name versus html element id name clash

If you have say a division with ID="blah", then you can not call an object blah.

Example,

...
<script type="text/javascript">
blah = $("input#elem");
</script>
...
<body>
<div id="blah">
</div>
...

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.