I’m trying using jQuery Spinner but, i would like to overrides the HTML result.
Basically change the follow button html structure:
<a class="ui-spinner-button ...>
<span class="ui-button-text">
<span class="ui-icon ui-icon-triangle-1-n">?</span>
</span>
</a>
by:
<button type="button" class="ui-spinner-up" tabindex="-1"></button>
Have any way to do it, without change the original script (jquery.spinner.js)?
Regards,
Giolvani
Or this: http://jsfiddle.net/smwMv/