Oracle-Application-Express (release 1.0)18-MAY-2013 11:43:17
You are logged in as: nobody
Current Application: 1983
Current Page No: 5
Current Page Name: Textfields with clear option
URL: http://apex.oracle.com/pls/apex/f?p=1983:5
Page Items: P5_ROWID: P5_ID: P5_PAGE_NAME: nlkmllkm;
P5_TYPE: dlkmgfs;dmg;sldm;
P5_HIGHLIGHTS: P5_PAGE_ID: P5_X: P5_SH: Add this bit of code to your html header of the page
$("document").ready(function() {
$(':text').each(function(index) {
// Build anchor tag for clear
var clrLink = '

';
// Add it after the text items
$(this).after(clrLink);
});
});
function clearVal(pId)
{
$s(pId,'');
// Do whatever you want here ...
}
P0_SEARCH: P0_B: P0_LINKEDIN: P0_TWITTER: P0_FB: P0_RATING: