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
Post a Comment