|
@@ -10,15 +10,7 @@
|
|
|
<br class="clear" />
|
|
<br class="clear" />
|
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
|
|
|
|
|
|
-<script type="text/javascript">
|
|
|
|
|
-
|
|
|
|
|
- function onAddTag(tag) {
|
|
|
|
|
- alert("Added a tag: " + tag);
|
|
|
|
|
- }
|
|
|
|
|
- function onRemoveTag(tag) {
|
|
|
|
|
- alert("Removed a tag: " + tag);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
|
|
+<script type="text/javascript">
|
|
|
$(function() {
|
|
$(function() {
|
|
|
$('#tags').tagsInput();
|
|
$('#tags').tagsInput();
|
|
|
});
|
|
});
|