Sha256: 59f02139cf0a4cee8a90c8b97158cbb222c237e6a7d753a600de80d58279afd9
Contents?: true
Size: 255 Bytes
Versions: 4
Compression:
Stored size: 255 Bytes
Contents
$(function () { jQuery.support.placeholder = false; test = document.createElement('input'); if('placeholder' in test) jQuery.support.placeholder = true; if (!$.support.placeholder) { $('.field').find ('label').show (); } });
Version data entries
4 entries across 4 versions & 1 rubygems