|
uCoz Community Archives Locked Automatic Tag Generator for Ad Board Entry Page |
Automatic Tag Generator for Ad Board Entry Page |
I use this code in my Ad Board Entry Page (Page with entry full text and its comments) but it didn't work out for me:
<script type="text/javascript"> Is there something wrong with this code? Please help. |
Code <script type="text/javascript"> $(document).ready(function(){ $("form#addEntForm").submit(function(){ if ($('#suggEdit').val().match(/^\s*$/)) { var entryname = $('#bdF1').val(); entryname = entryname.split(' ').join(', '); $("#suggEdit").val("" + entryname + ""); }});}); </script> this code is for the page: Entry adding/editing page regards |
I already put those code in the Entry adding/editing page but nothing happens. Is there any code to be inserted in the Ad Board Entry Page (Page with entry full text and its comments)?
|
Pancake, you need to ask questions about customizing Ad Board here http://forum.ucoz.com/forum/10 Please, ask a specific question in order to get a specific answer.
|
| |||
| |||