jQuery.IE9Gradius.js icon indicating copy to clipboard operation
jQuery.IE9Gradius.js copied to clipboard

Buttons missing their text

Open argyleink opened this issue 13 years ago • 1 comments

this is fixed by modifying the prepend at the end of your script:

 <div id="'+id+'" style="'+g+' height: 100%; width: 100%;">'+$(this).text()+' \

my changes are: $(this).text(), inside the innermost div

argyleink avatar Dec 16 '11 00:12 argyleink

This fixes the issue of text not showing up but all the padding associated with the text is still missing.

edmundask avatar Jan 21 '12 23:01 edmundask