Plugin Directory

Changeset 566428


Ignore:
Timestamp:
07/02/2012 01:25:41 PM (14 years ago)
Author:
neojp
Message:

Version 1.2.1 - Fix IE7 member not found error

Location:
gravity-forms-placeholders/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gravity-forms-placeholders/trunk/gf.placeholders.js

    r538645 r566428  
    2525            }
    2626
    27             $field.attr('placeholder', label);
     27            $field[0].setAttribute('placeholder', label);
    2828        });
    2929
  • gravity-forms-placeholders/trunk/gravityforms-placeholders.php

    r557353 r566428  
    44Plugin URI: http://github.com/neojp/gravity-forms-placeholders/
    55Description: Adds HTML5 placeholder support to Gravity Forms' fields with a javascript fallback. Javascript & jQuery are required.
    6 Version: 1.2
     6Version: 1.2.1
    77Author: Joan Piedra
    88Author URI: http://joanpiedra.com
    99
    1010Instructions:
    11 Just add a "gplaceholder" CSS classname to the required fields.
     11Just add a "gplaceholder" CSS classname to the required fields or form
    1212
    1313*/
  • gravity-forms-placeholders/trunk/readme.txt

    r557353 r566428  
    33Tags: gravityforms, gravity, forms, placeholders, html5, jquery.placeholders.js
    44Requires at least: 3.0
    5 Tested up to: 3.3.2
    6 Stable tag: 1.2
     5Tested up to: 3.4.1
     6Stable tag: 1.2.1
    77
    88Adds HTML5 placeholder support to Gravity Forms' fields with a Javascript fallback. Javascript & jQuery are required.
     
    2525
    2626== Changelog ==
     27
     28= 1.2.1 =
     29* Fix IE7 member not found error
    2730
    2831= 1.2 =
Note: See TracChangeset for help on using the changeset viewer.