How to add javascript to search box
-
Hi
I used HindiWriter plugin in my wordpress blog
http://www.monusoft.com/Products/WordPressPlugin/tabid/187/Default.aspxit’s working fine, however i need a liitle customization.
presently it’s working for:
add_action('comment_form', array(&$this, 'comment_form')); //add Hindi Type Pad to comment form
add_action('edit_form_advanced', array(&$this, 'post_form')); //add Hindi Type Pad to Advanced Post
add_action('simple_edit_form', array(&$this, 'post_form')); //add Hindi Type Pad to Simple Post
add_action('edit_page_form', array(&$this, 'post_form')); //add Hindi Type Pad to Page
I want it to work for search form too.
How can i do that?Thanks,
Alok Jain -
- The topic ‘How to add javascript to search box’ is closed to new replies.