Sunday, 29 September 2013

jQuery Modify Source Code

jQuery Modify Source Code

I'm jquery beginner. I'm trying to modify source code of the page I'm
navigation on Firefox by Greasemonkey.
How can I modify
<input id="HiddenCategory" type="hidden" name="PageCategory"></input>
to
<input id="HiddenCategory" type="text" name="PageCategory"
value="OTHER"></input>
Thanks in advance.

No comments:

Post a Comment