English 中文(简体)
标识/标签/关键词的摩托勒等级
原标题:Existence of a MooTools class for labels / tags / keywords splitting

是否有任何人知道为标签或“标签”提供分门投入的MooTools阶级?

Tagification in jQuery。

Googling is especially tricky for something with “tag”, “label”, “keyword”… And nor the Forge nor GitHub have anything looking close.

最佳回答

Just so the last 30 mins don t go to waste, I released my tag plugin on github.

https://github.com/DimitarChristoff/mooTagification”rel=“nofollow”>https://github.com/DimitarChristoff/mooTagification

demo:

问题回答

http://mootools.net/forge/p/text Boxlist

它很少老,Guillermo Rauch(开发商)没有保持(他主要在 no子上工作),但它应该做得很好。

Demo here:http://devthought.com/wp-content/projects/mootools/text Box/Demo/





相关问题
Remap Enter keydown to trigger Shift+Enter in JavaScript

I m using Mootools, but a generic answer is fine. I would like to remap the Enter key in a web application. When they hit Enter it should react as though the Shift-Enter has been pressed. I ...

IE8 Crash on getStyle background-position

I ve found a strange bug in Internet Explorer 8. Maybe someone can help me move around it. When I try to grab the background position of an element, using background-position-x all versions of ...

Mootools script not working in Camino/Firefox

I currently have script that slides down a once the page has loaded. So far, it works in Safari, Opera and IE8, however it doesn t work in Camino nor Firefox, so I am guessing it s a Mozilla based ...

What is the (function($)) for in MooTools Javascript

I was reading a post by David Walsh on creating a sprite menu with MooTools. I am fairly new to MooTools, and I did not understand the way he opened his script. In particular, what is (function($){ .....

MooTools: Set focus on click

I ve got an ASP.NET control that contains a checkbox. I want the focus to remain on this checkbox when it s clicked. Here s what I m using: <script type="text/javascript"> window.addEvent("...