[jQuery] Re: Can jQuery do this?

2008-04-18 Thread millitheKidd
sutra, I think they did that in Flash because if you right-click on the dropdown, or several places on the page for that matter, it gives you that context menu that says Settings... and below that About Adobe Flash Player 9 Also, www.telerik.com has some cool comboboxes that can do a LOT of

[jQuery] Re: copying from one select box or combobox to another.

2008-04-17 Thread millitheKidd
Hi Seth and thanks for your reply and code. I played around with it but unfortunately I still couldn't get it to work with telerik's radcombobox. I'll keep messing with it though. Once again, I do appreciate your input and code. milli...

[jQuery] Re: copying from one select box or combobox to another.

2008-04-17 Thread millitheKidd
Hi Seth, well I played around with your example above but still couldn't get it to work. I also found some code below on texotela's site, so I might be able to come up with something using your code and some code from this site. http://www.texotela.co.uk/code/jquery/select/ Anyway, thanks a

[jQuery] copying from one select box or combobox to another.

2008-04-15 Thread millitheKidd
I know I've already asked this before -- and, well, it may not even be possible, but, here goes again. Is it possible to copy from one combobox to another one; such as address information. After COMBING the web, I FINALLY found an example here:

[jQuery] Re: Grabbing selection from one RadComboBox and sticking in another.

2008-04-01 Thread millitheKidd
Hi Shelane, I contacted telerik and they sent me this code but I don't know how to convert it to jQuery. Any ideas? script type=text/javascript var cmbBusi = %= cmbBusinessState.ClientID %; var cmbMail = %= cmbMailingState.ClientID %; var cmbRes = %=

[jQuery] Re: Does anyone know how to convert this to jQuery?

2008-03-27 Thread millitheKidd
I'm sorry, CurrVal is declared like below from a jQuery file I was working on. I just need to know how to convert the rest of this to jQuery. If anyone could help me I would appreciate it SOOO much. (-: Thanks var CurrVal = $([EMAIL PROTECTED]'rblMailingAddress']:checked).val()