[jQuery] If radio button checked - do stuff

2009-12-30 Thread Silver
Hey all, I think I'm close, but I keep getting the errors ( Unkonw pseude-class or pseude-elmemt 'radio'). All I need is if the user clicks a radio button for the right if statement to run and send the variables to the dq_process php file. $(form

[jQuery] Re: If radio button checked - do stuff

2009-12-30 Thread Silver
not the desired behaviour. Try: $('form input[name=setting1]').click(function() { ... }); On Wed, Dec 30, 2009 at 11:03 AM, Silver 8800gt...@gmail.com wrote: Hey all, I think I'm close, but I keep getting the errors ( Unkonw pseude-class or pseude-elmemt 'radio'). All I need

[jQuery] slider issues

2009-04-20 Thread silver...@gmail.com
Hello, I have a website that has codaslider but it doesn't work, can anyone please help me with figuring out why it doesn't work? Website: [url]http://www.naspos.com/zindex/index.html[/url]

[jQuery] Send $_FILES thorugh ajax using jQuery

2009-04-04 Thread SilVeR
Hi there guys, I want to build an ajax upload script using jQuery. The problem is that i can't find a way to send the $_FILES Can you help me? Thank you Sincerely, Alex