Tag Archives: jQuery
Declarative jQuery (with Microsoft Ajax)
Almost everybody likes jQuery, I’m one of them. Recently Microsoft publish Client Templates preview 3 which is a awesome client side template engine. One of the best aspects of Client Templates is it’s declarative syntax for attaching behaviors (Sys.UI.Behavior) to a DOM element. Following I expose the plugin jquery.declarative which allows you to use in … more
jQuery for Script#
Quite a good title . Some weeks ago I find the time to create proof of concept for that task: create a jQuery wrapper for Script#. The result is a partial wrapper that could be completed to support all in all jQuery functionality. The main issues I encountered while developing were: Write a Script# adapter … more
Upgraded jQuery Tag Suggestions
Yesterday remy sharp update jQuert Tag Suggestions plugin a list of fixes can be found here. The new features are really good: Be able to use multi words tags by specifying the separator. (my contribution) Added filtering to prevent already selected tags appearing in the suggestions. Some plugins are really nice….