hi
Is it possible to remove the nuReadonly class from a nuHTML field so the user can copy to the clipboard text from the HTML field. I still want it so then fileds cannot be edited.
Thanks
Paul
$("#your_html_id").removeClass( "nuReadonly " )
kev1n wrote:In JS, like this?
- Code: Select all
$("#your_html_id").removeClass( "nuReadonly " )
$('#your_html_id').css('user-select','text');
Users browsing this forum: No registered users and 3 guests