Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

jQuery Form Example Plugin

NattuJun 15 2011 — edited Jul 7 2011
Hi,

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
This post has been answered by Kiran Pawar on Jun 29 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 4 2011
Added on Jun 15 2011
13 comments
244 views