Yehuda,

I like it!  But I keep getting "null" for the value parameter when I pass it
onto my PHP processor.  "ID" comes through OK...

Any ideas?

My code, simply:
$(document).ready(function() {
        var url="test_proc.php";
        $(".editable").editInPlace(url);
});

(assign to all elements with "editable" class)


--DIZZLE



wycats wrote:
> 
> Hey guys,
> 
> I finally got around to doing a bit of documentation on my editInPlace
> plugin. You can check it out at
> http://jquery.com/docs/Plugins/editInPlace/
> 
> There are two major benefits of my plugin over the "official" one:
>  * Gives "submit" and "cancel" buttons
>  * Supports checkboxes and select boxes
> 
> -- 
> Yehuda Katz
> Web Developer | Wycats Designs
> (ph)  718.877.1325
> 
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/editInPlace-Plugin-tf2332202.html#a6491195
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to