http://docs.jquery.com/Ajax/serialize
On 3 Jul., 14:49, Julian <[EMAIL PROTECTED]> wrote:
> Hello!
> I need javascript function analogue of php serialize().
> So far, use serialize function from:http://javascript.ru/php/serialize
> , which not work with Internet Explorer, and opera, with Firefox
Hi,
Method B & C work, because you call the function and don't pass it to
blur().
Regards,
Markus
On 30 Jun., 20:18, Oltmans <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I'm stuck in a situation where I need help. Any help will be highly
> appreciated. I've created an object, after creating the obj
maybe you should use the onmouseout event handler
On 28 Jun., 12:34, "C. Feldmann" <[EMAIL PROTECTED]>
wrote:
> Hello!
>
> I have bumped into a problem that I have been trying to solver for
> hours now, without any sign of hope.
>
> I have a form which is loaded into a div through an ajax call. I
you can do it, but this is a usual dom object, not a jquery
instance... simple pass the object to through Jquery like ref =
JQuery(ref);
On 9 Mai, 15:32, "mac.gill" <[EMAIL PROTECTED]> wrote:
> Can i pass 'this' to a custom function from an event handler
> eg.
>
> $('p').('click',function() {
>
>
Maybe a callback function (given some usefull context parameters..)
which produces the url could do the trick..
On 2 Mai, 17:24, jayg <[EMAIL PROTECTED]> wrote:
> Thanks Jörn,
> I will post code here when I get a good solution. However, I know the
> treeview is being worked on in the UI project
with your code above you trigger the submit event, but what you want
is to listen to it..
so you should use
$("form").bind("submit", );
see http://docs.jquery.com/Events/bind#typedatafn
On 28 Apr., 09:16, gregarious <[EMAIL PROTECTED]> wrote:
> Hi Mike,
>
> thanks for your help. I just mana
6 matches
Mail list logo