tags:

views:

35

answers:

0

I need to use jeditable for inline editing of hyperlinks. I want to handle the href part (the url) and the displayed link text with two separate input fields.

I know about the various custom input types demo'ed at jeditables website, like the datepicker, and the masked input..

Could anyone recommend a hyperlink editor plugin to use in a similar way?

editing html like:

<div class="editme linktype">
   <a href="http://somelink.net" >online article</a>
</div>

should produce two input boxes:

link: [online article]
url:  [http://somelink.net]
      [save] [cancel]

Since they are related, they should not submit onblur, but when clicking a save button.