is there any options on jeditble so when i double click my text and the textbox pops up that it highlights all of the text
Use the select parameter. True means select (highlight all). False is the opposite.
$(".editable").editable("http://www.example.com/save.php", {
type : "textarea",
select : true
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With