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
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
> >
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);
}, '
3 matches
Mail list logo