[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

タグ

2012年2月20日のブックマーク (2件)

  • digitalBush » Masked Input Plugin

    1.3.1Bugfixes jQuery 1.9 compatibility. Fixed browser lockup when window loses focus. Android issues. No longer preventing event bubbling. Making sure we call completed handler when pasting a value. Fixed bug trying to set caret on hidden elements. Fixed cursor positioning bug related to bounds check. 1.3Bugfixes Fixed completed callback bug. Fixed IE bug requiring charAt() instead of array notati

    coma2n
    coma2n 2012/02/20
    jQueryでのMaskedTextBoxの実装
  • 2011-01-08

    2011-01-08 ASP.NET MVC 3 で独自の検証属性を作成して、クライアントサイド検証を行う ASP.NET ASP.NET MVC 2 から HTTP POST 時の検証以外にも JavaScript を利用したクライアントサイド検証がサポートされました。入力中にも自動的にエラーを表示してくれるのは非常に快適ですが、独自の検証属性の場合はそのままではクライアントサイド検証を使うこと… 2011-01-08 ASP.NET MVC 3 で追加された Compare, Remote 検証属性を使ってみる ASP.NET ASP.NET MVC 3 には System.ComponentModel.DataAnnotations に用意されている検証属性以外にも、CompareAttribute と RemoteAttribute といった専用の検証属性が追加されています。それで

    2011-01-08