this is inside javascript file
what happens if i have the same bindings for the same div defined twice //
$(document).ready(function() { $("#divid").click(function() {
it's like inline
<script language="javascript" type="text/javascript"> $(document).ready(function() { $("#divid").click(function() { </script>
source share