|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Custom Solutions Custom Script: Tags (Autofill in from title and category) |
Custom Script: Tags |
Works for /load module only, easy to optimize for others.
Code <script>// Auto add tags for new post $("#ldF1").keyup(function(e) { var title = $("#ldF1").val(); var cat = $("#ldM55 input:checked").next().html().split(' ').join(', '); if(!title == false) { title = title.split(" ").join(', '); $("#suggEdit").val("" + title + ", " + cat + ""); } });</script> Code $body$ Hit that "Thanks" button. :)
In life there's ALWAYS limits but do not plan above them. Post edited by VZ - Sunday, 2016-09-11, 6:41 AM
|
| |||
| |||