jQuery Form Example Plugin
NattuJun 15 2011 — edited Jul 7 2011Hi,
I found a jquery plugin to set an example text for a text item.
Sample:
$('#simple').example('Simple example');
This sets a text "Simple example" to the input text type item with id 'simple'.
I tried to have the same example text for an apex page text item using the plugin in a page load dynamic action (by calling it $('#P10_SEARCH_PEOPLE').example('Type here');) , but got an error as "Object Doesn't support this property or method"
Does it not work with apex text items, any tried and got a solution?
Thanks in advance.
Regards,
Natarajan