Sha256: b10e379d9d18cb027287e05c97b658a8d4277be27746eb6228daf74cc360c126
Contents?: true
Size: 418 Bytes
Versions: 4
Compression:
Stored size: 418 Bytes
Contents
var Login = function () { "use strict"; return { init: init }; function init () { $.support.placeholder = false; var test = document.createElement('input'); if('placeholder' in test) $.support.placeholder = true; if (!$.support.placeholder) { $('#login-form').find ('label').show (); } } } (); $(function () { Login.init (); });
Version data entries
4 entries across 3 versions & 1 rubygems