jquery-editable icon indicating copy to clipboard operation
jquery-editable copied to clipboard

jQuery plugin that makes any element on your page editable

Results 8 jquery-editable issues
Sort by recently updated
recently updated
newest added

Hi ad, I want when I double click on the .editable, the mouse cursor should be at the bottom for ease of operation. help me ![Screenshot 2023-12-27 083028](https://github.com/victorjonsson/jquery-editable/assets/2970872/b6b751d1-3abe-4336-83c1-61cdd203d921)

Add ability to close redactor by pressing the escape key

My jaw dropped when I checked resulting html after element became editable. Pure nightmare of inline css attributes should be cleaned into css rules IMO, otherwise it's very unconvenient to...

Hi I have noticed that when textarea generated html content is given as the value for textarea. This makes some problems. For example, symbols '' are interpreted as < and...

It seems at least in Chrome on Windows, by default when touch is enabled it is overriding the double click event. Looking at the source it appears when touch is...

I need to launch a jquery plugin on the textarea added by this plugin. How can i access to the jquery-editable textarea ? I want to maque this : $('#jquery-editable-textare').autosizetextarea();...

Delete first space symbols at new text line. For example: first text line 2nd text line with 4 space symbols. will be changed for: first text line & nbsp;& nbsp;&...

When making a field editable that has an absolute position, the position of the element moves. In a more specific case, the editable field is an absolute position div inside...

bug