[jQuery] Re: Changing action of form with jquery

2008-04-04 Thread Ahmed Elbougha
Hi venderkerkoff, I made 2 examples for you, the first using Javascript and the other using Jquery: 1- Javascript Just create radio buttons group named "group1" and give each button a value contains (the url of the new action of the form), then click on the button (CLICK ME) to call the function (

[jQuery] Re: $(this) scope (each() nested in an event)

2008-04-03 Thread Ahmed Elbougha
Hi hedgomatic, I just noticed something about your code, in the highlighted line, I think it should be elements.push(wordsSelected+','); instead of Array.push(wordsSelected+','); I tried the code like that and it works for me. Thanks Qutoz. $(".button").click(function() { elements