JQuery Inflector 与 Rails 一样功能齐全。 ActiveSupport 变形器?
是否有一个 JQuery 插件,其字符串实用程序与 ActiveSupport 的 Inflector 相当?
我找到了 这个 Prototype utils 端口,但缺少其中一些。
Is there a JQuery plugin with string utils on par with ActiveSupport's Inflector?
I have found this Prototype utils port, but it's missing some of them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我是 Inflection-js 的粉丝。它是独立的,只是扩展了 String 原型,因此您不需要任何依赖项。效果非常好。
http://code.google.com/p/inflection-js/
I'm a fan of inflection-js. It's stand alone, just extends the String prototype so you don't need any dependancies. It works really well.
http://code.google.com/p/inflection-js/
查看 SugarJS,它具有非常好的字符串支持。
http://sugarjs.com/api/String
Check out SugarJS, it has really good string support.
http://sugarjs.com/api/String