javascript - title property not working in ipad but works in desktop browsers -


i have code

  <button aria-label="export account balances pdf" title="pdf" class="button icon ui-widget-override"  type="button" id="export-pdf-button" onclick="viewpdfaccountbal();">     <img alt="pdf" title="pdf" src="${pagecontext.request.contextpath}/images/pdf_icon.gif"/>     </button> 

this shows word "pdf" when move on image icon, unable replicate hover in ipad. should not affect existing working code due change too.

can please me in since struggling couple of days


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -