Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //add placeholder to form
- jQuery('.ttshowcase_form_wrap input[type="text"]').each(
- function() {
- jQuery(this).attr('placeholder',jQuery(this).prev().html());
- jQuery(this).prev().hide()
- }
- );
- jQuery('.ttshowcase_form_wrap textarea').each(
- function() {
- jQuery(this).attr('placeholder',jQuery(this).prev().html());
- jQuery(this).prev().hide()
- }
- );
Advertisement
Add Comment
Please, Sign In to add comment