Mark Jubenville

Results 14 issues of 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

New Functionality

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...

New Functionality

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.

New Functionality

Add option for a regex to be applied to the tag input for validating tag data.

New Functionality

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...

New Functionality

Something like: $("#tag_container").tagHandler().addTag("Perl"); $("#tag_container").tagHandler().removeTag("Perl");

New Functionality

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....

To Do

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...

To Do

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...

Suggestion