[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-12 Thread Sergio Michels
Congratulations! On 9/11/07, Stephan Beal <[EMAIL PROTECTED]> wrote: > > > On Sep 11, 11:18 pm, "John Resig" <[EMAIL PROTECTED]> wrote: > > Only using shallow copy? You're definitely in a very, very, small > > minority, then. What are the use cases for shallow copying a large DOM > > structure, th

[jQuery] Re: OT: Web 2.0 Icons

2007-06-29 Thread Sergio Michels
fam fam icons are great too On 6/29/07, Rey Bango <[EMAIL PROTECTED]> wrote: > > > In case anyone needs them: > > http://www.miniajax.com/social-media-icons.php > > Rey... > -- > BrightLight Development, LLC. > 954-775- (o) > 954-600-2726 (c) > [EMAIL PROTECTED] > http://www.iambright.com >

[jQuery] Re: Problems with select *newbie question

2007-06-29 Thread Sergio Michels
did you tried just $("select").val() ? On 6/29/07, Jean <[EMAIL PROTECTED]> wrote: > > > This worked, but isnt now and i dont know why, someone could help me? > > $('select').change(function() {alert($("select > option:selected").val());}); > > -- > > []´s Jean > www.suissa.info > >Ethereal Ag

[jQuery] Re: Select list scroll event?

2007-06-29 Thread Sergio Michels
work for me on FF2 On 6/29/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote: > > funny, it works in opera and ie6, just not in FF. > > -GTG > > On 6/29/07, owen <[EMAIL PROTECTED]> wrote: > > > > > > I'd like to be able to change the source attribute of an image based > > on which option in a is be

[jQuery] Re: Form Plugin and File Uploads (form.submit() is not a function)

2007-07-01 Thread Sergio Michels
I had this problem once, look for the "" tag... On 7/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi, > > Just started to play with jQuery and Form Plugin. And now I have some > problems :) > > I want to upload a file using jQuery and Form Plugin. When I'm trying > to upload a file an

[jQuery] Re: NEWS: A Whole Lotta jQuery Love Over at AjaxRain.com

2007-07-02 Thread Sergio Michels
very cool! On 7/2/07, GianCarlo Mingati <[EMAIL PROTECTED]> wrote: > > > Cool, listed is also my slideViewer plugin and many others! > GC > > On Jul 2, 2:03 am, Rey Bango <[EMAIL PROTECTED]> wrote: > > I've been keeping an eye on AjaxRain.com and I just noticed a big update > > with a boatload of

[jQuery] My First Plugin

2009-03-07 Thread Sergio Michels
Hi all, i'm trying to build a plugin that create ":hover" and ":active" rules in my form (to work with ie sucks). But when i call the plugin, i receave this error: "$("input").psHover is not a function". Anyone? Pastebin: http://pastebin.com/f20a1fea5