Code Monkey home page Code Monkey logo

jquery.inlineedit's People

Contributors

caphun avatar msurguy avatar ocramius avatar pilot avatar prestonmcgowan avatar reinoldus avatar shayne avatar weevilgenius avatar yatskevich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jquery.inlineedit's Issues

The place where textarea disappears

Hi!

I can not understand where is the place where textarea disappears and its contents are inserted into an item for which I applied inlineedit.

I need to get result html from it after saveOnBlur (data.value in save callback does not suit me). I want to add handler for that event.

Please, help

Editable elements containing slashes cause syntax error with JQuery 1.8.x

Editable elements containing the character "/" (in a url prefix, for example) trigger a syntax error with JQuery 1.8.x

To reproduce, edit the default.html file in the demos directory to use JQuery 1.8

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>

And then modify one of the editable cell contents to include a /

  <tr><td><span class="editable">John/Doe</span></td></tr>

The browser (Safari in this case) shows a syntax error

Error: Syntax error, unrecognized expression: John/Doe

Hover doesn't work (fix included)

  • Using jquery.inlineedit.js October 01, 2010
  • jquery 1.5.1
  • Problem: Hover does not work

Solution: Edit jquery.inlineedit.js, find:

.live( ['click', 'mouseenter','mouseleave'].join(namespace+' '), function( event ) {

change this line to:

.live( ['click', 'mouseover','mouseout'].join(namespace+' '), function( event ) {

Started working for me :)

work with existing <input>

Hey! First, thanks for the great work.

I'm trying to use your plugin in a Rails app with the form helper.

So by default I'll already have an input element that'll have some attributes I want to use, e.g.

I'd like to point inlineEdit at that input and have it do its thing. Is that currently possible or an easy mod?

Unable to click

Using the select widget like https://github.com/caphun/jquery.inlineedit/blob/master/demos/extensions.html behaves weird. In firefox, I am unable to select any item with a mouseclick, only with the keyboard.
Also, if I create a new control, like:
$('

').clone().remove().html() + this.buttonHtml();
I am unable to click it at all..

I am no javascript guru, but there is a lot going on when I take a look at this with firebug and trying to select or click something.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.