Message # 1 | 4:29 PM
how to put script auto tag in module site news

where i put this code in site news

Code
<script type="text/javascript">   
   $(document).ready(function(){   
   $("form#addEntForm").submit(function(){   
   if ($('#suggEdit').val().match(/^\s*$/)) {   
   var entryname = $('#blF1').val();   
   entryname = entryname.split(' ').join(', ');   
   $("#suggEdit").val("" + entryname + "");   
   }});});   
   </script>   
   <!-- </body> -->

i put in module blog is working but i put in module news not working, how to fix ?????
i want try to site news

Added (2013-01-29, 10:29 AM)
---------------------------------------------
need help comes here


Post edited by cyberworlds - Monday, 2013-01-28, 4:12 PM