[jQuery] Re: Bezier curves and animation

2009-09-22 Thread bartb
Wow, that looks great! Bart On Sep 22, 2:05 pm, weepy wrote: > Hey > > I just released a plugin that allows multidimensional animation for > jQuery. This is useful for Bezier Curvers among other things. > > Article is here > > http://blog.parkerfox.co.uk/2009/09/22/bezier-curves-and-arcs-in-jqu

[jQuery] Re: variable keys in a Ajax post call

2009-09-22 Thread bartb
ah, sweet... thank you! Bart On Sep 22, 12:57 pm, Mike Alsup wrote: > > How do I pass a variable as a key in a key/value pair in Ajax? > > For example, this does NOT work: > > > function DoAjaxCall(columnname, value) { > >         $.post(_callerquery, { > >             columnname: value > >    

[jQuery] variable keys in a Ajax post call

2009-09-22 Thread bartb
Hi, How do I pass a variable as a key in a key/value pair in Ajax? For example, this does NOT work: function DoAjaxCall(columnname, value) { $.post(_callerquery, { columnname: value }, function(data, textStatus) { alert(data+ ' '+ textStatus); }, '