[jQuery] select box / - a way to wrap text?

2009-06-30 Thread sso
Thats it. How can I wrap text inside a select box? or perhaps I could allow the select box to flow over the div its in. That might actually be better now that I think of it :)

[jQuery] Select box .show problem

2009-06-05 Thread Mark Smith
Hi , I'm just trying jQuery out for the first time... Is this a bug in jQuery or am I doing something wrong? I am trying to chain together a bunch of drop down select boxes. Whenever I just use .hide() and .show() it works fine. But if I use .show("slow") it adds big gaps between some of the s

[jQuery] Select box// onchange in niceform doesn't work !!

2009-05-26 Thread Amit
Hi Guys , I am using the niceforms.js to change the look of the fields. but came to know that the onchange event for select boxes in such a form doesn't work, as the niceforms.js replaces the select box with divs Any one have any solution, how to implement the onchange event in such a sit

[jQuery] Select Box. Anyone?

2009-02-18 Thread shapper
Hello, I am looking for a Select Box replacement so I can style an HTML Select. I need something that works across browsers. Something like this is very common on other frameworks but I haven't found anything for JQuery. Could someone, please, suggest me one? Thanks, Miguel

[jQuery] Select Box

2008-11-03 Thread Rajanikanth
Hi All, I m trying to use the below plugin for expanding the options if their length. its not working as i m using latest JQuery 1.2.6. which is not working. Please let me know if you guys have used it with latest JQuery. http://plugins.jquery.com/project/combobox Thanks in Advance. Thanks &

[jQuery] select box replacement

2008-04-18 Thread Donald J Organ IV
Has anyone found a select box replacement plugin?? I need the ability to have HTML inside of this "select box"

[jQuery] Select box (selectedIndex) problems in Internet Explorer (ie) on refresh and back buttons

2007-11-09 Thread [EMAIL PROTECTED]
I am trying to come up with a workaround for the fact that IE does not allow one to hide() option elements in a select box: http://groups.google.com/group/jquery-en/browse_thread/thread/8c0cd83701397c/925696d05016bb22?lnk=gst&q=hide+select+options+ie#925696d05016bb22 I am doing that by using a j

[jQuery] Re: jQuery + Select Box woes

2007-10-23 Thread Steve Finkelstein
Aa, I spoke too soon. I wish I can discard this message to avoid spamming an already busy discussion group. This one was tough to catch, but if you notice in my code example above, json is globally scoped across both of my functions. I had to explicitly declare it locally with 'var' and now m

[jQuery] jQuery + Select Box woes

2007-10-23 Thread Steve Finkelstein
Hi all, I'm having some difficulty getting select boxes to function the way I envision them to function. I'm using the Plugin available from: http://www.texotela.co.uk/code/jquery/select/ My code looks like the following: $("select#make").change(function() {

[jQuery] Select box show/hide

2007-10-08 Thread bombaru
Does anyone have any examples of how I could use a select box to show/ hide different divs on a page. To take it a level further, I would also like the same behavior to work if images are clicked. A little background: I'm tring to build a payment options page and have a list of payment icons (V

[jQuery] select box manipulation

2007-09-03 Thread codecowboy
I am trying to implement a widget that works as follows. I want to be able to click a link that moves a selected option from select box to another. I am new to jquery but i have been able to do quite a bit with it so far. I have looked through the API as well as through some tutorials. I canno

[jQuery] Select box help from ajax

2007-08-22 Thread mohsin
Hello I want to associate a select box coming from ajax to change function of form which is defined in the page. Can anyone help me $('#frmNewDev select').each(function() { $(this).change(function() { if(this.id != "sl_developer")

[jQuery] Select box change event infinite loop in ASP.NET

2007-05-22 Thread Mike Chabot
I have a simple function to capture the OnChange event of a drop-down select box. In MSIE, it works as expected, but Firefox gets caught in an infinite loop. Has anyone else seen this problem? I have a counter to track the problem. In MSIE, the counter goes up by 1 for every change. In Firefox, t

[jQuery] Select box options as array?

2007-04-21 Thread Nathaniel Whiteinge
I can't quite get my head around this problem and would really appreciate some advice: I've got five select boxes, all with the same five options. I'd like to loop through each select and set it's value to each one of the options. I.e. the first select is pre-filled with option one, the second se

[jQuery] Select box redraw in IE

2007-04-13 Thread Larry Garfield
Hi folks. I'm trying to move an option element from one select box to another. I have it working in Firefox now, with a simple append: $('#selectbox_to').append($('#selectbox_from [EMAIL PROTECTED]')); That works great everywhere except, of course, IE. In IE, it does actually move the opti