Hi All,
I want to suppress the tooltip text when hovered on Date Picker image.
I tried the code below but nothing seems to be working.
[code]
<script type=
"text/javascript"
>
jQuery.noConflict();
jQuery(document).ready(
function
($){
$(
'img'
).each(
function
(){
$(
this
).removeAttr(
'title'
)
});
});
</script>
[/code]
Can some one who is expert writing JQuery please throw some light here and tell me what is that I am doing wrong here.
I am using Oracle Apex 4.2.1 version.
Thanks,
Raj.