- $('.delete').button({label:'some text'});
- ...
- <input type="checkbox" class="delete" id="name1" />
This code only hide checkbox, without showing JQuery UI Button. All well if I using <label> tag instead of using label option, but I want doing it without adding new tag (as <label>). Is it possible?