Changeset 1803576
- Timestamp:
- 01/16/2018 05:10:22 AM (8 years ago)
- Location:
- disable-gravity-forms-fields
- Files:
-
- 1 edited
- 1 copied
-
tags/1.3/readme.txt (copied) (copied from disable-gravity-forms-fields/trunk/readme.txt) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
disable-gravity-forms-fields/tags/1.3/readme.txt
r1803573 r1803576 2 2 Contributors: EngageWP 3 3 Tags: Gravity Forms 4 Tested up to: 4. 24 Tested up to: 4.9.1 5 5 Stable tag: 1.3 6 6 License: GPLv2 … … 30 30 31 31 = How do I use this plugin? = 32 33 This plugin requires jQuery to be loaded. If your WordPress installation does not currently load jQuery, you must load it for the plugin to work. I like to load jQuery using the Google Hosted Libraries API. You can load jQuery via Google by placing this snippet in your (child) theme's functions.php file:34 35 `36 //* Load jQuery via Google Hosted Libraries37 add_action('init', 'rv_load_google_jquery');38 function rv_load_google_jquery() {39 if (!is_admin()) {40 wp_deregister_script('jquery');41 wp_enqueue_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js', false, '1.11.2');42 }43 }44 `45 32 46 33 Once you've installed and activated the plugin, just add a the appropriate class to your field ("disabled" or "readonly"). -
disable-gravity-forms-fields/trunk/readme.txt
r1158060 r1803576 2 2 Contributors: EngageWP 3 3 Tags: Gravity Forms 4 Tested up to: 4. 24 Tested up to: 4.9.1 5 5 Stable tag: 1.3 6 6 License: GPLv2 … … 30 30 31 31 = How do I use this plugin? = 32 33 This plugin requires jQuery to be loaded. If your WordPress installation does not currently load jQuery, you must load it for the plugin to work. I like to load jQuery using the Google Hosted Libraries API. You can load jQuery via Google by placing this snippet in your (child) theme's functions.php file:34 35 `36 //* Load jQuery via Google Hosted Libraries37 add_action('init', 'rv_load_google_jquery');38 function rv_load_google_jquery() {39 if (!is_admin()) {40 wp_deregister_script('jquery');41 wp_enqueue_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js', false, '1.11.2');42 }43 }44 `45 32 46 33 Once you've installed and activated the plugin, just add a the appropriate class to your field ("disabled" or "readonly").
Note: See TracChangeset
for help on using the changeset viewer.