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!

Remove tooltip from Date Picker image

TekuAug 19 2013 — edited Aug 20 2013

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.

This post has been answered by Jorge Rimblas on Aug 19 2013
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 17 2013
Added on Aug 19 2013
2 comments
907 views