source: trunk/www.guidonia.net/wp/wp-content/plugins/simple-tags/2.7/inc/js/helper-bcomplete.js@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 180 bytes
Line 
1jQuery(document).ready(function() {
2 if ( document.getElementById('adv-tags-input') ) {
3 var tags_input = new BComplete('adv-tags-input');
4 tags_input.setData(collection);
5 }
6});
Note: See TracBrowser for help on using the repository browser.