Clear Fields
开发者 |
bstaruk
|
更新时间 |
2013年8月26日 21:28 |
PHP版本: |
3.4. 及以上 |
WordPress版本: |
3.6.0 |
版权: |
MIT |
详情介绍:
This plugin will clear form fields on focus and refill the field if no input is given.
NOTE: This plugin depends on jQuery. If you include jQuery manually in your template, you can remove it because this plugin will make sure the latest version is called on every page.
NOTE: If jQuery is already called correctly (with wp_enqueue_scripts) in another plugin, it will not be included again.
安装:
- Upload this plugin to your /wp-content/plugins directory.
- Activate the plugin in your wp-admin panel.
- Add class="clrFld" to any input field or textarea that you wish to be affected.
- Add a title tag that reflects the value tag. Example: (input type="text" name="example_field" value="Example Value" title="Example Value")
更新日志:
1.2
- Compatible with Wordpress 3.6
- Made plugin "classier"
1.1
- Tidying up the readme and license information.
1.0