Mark Jubenville
Mark Jubenville
Add functionality to allow for case insensitive matching on tag names. This would be for cases where you might not want to allow for 'duplicate' tags like: foo & FOO
Allow the TagHandler to store the serialized values of the tags when submitting a form. Add some options: - formID: ID of the form that the TagHandle will use to...
Switch to using $.data to store the tag lists instead of using internal arrays. This would allow for use of the tags outside the scope of the plugin if desired.
Add option for a regex to be applied to the tag input for validating tag data.
Have the TagHandler add a class to the input field whenever invalid tag data is entered. Currently the only invalid tag data allowed is entering a duplicate tag. But if...
Something like: $("#tag_container").tagHandler().addTag("Perl"); $("#tag_container").tagHandler().removeTag("Perl");
1) Current I'm using: http://softwaremaniacs.org/soft/highlight/en/ This one is nice in that I can make a call to highlight a particular element at will without having to re-highlight the entire page....
Currently when the author view fades in, the results table isn't displayed until it's ajax call is finished. For Authors with many modules this takes a second or two, and...
We could use a local storage method (Backbone.js has an add on for that actually) to store lists of favourite modules. Then we could add an option to do a...