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 :)
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
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
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
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 &
Has anyone found a select box replacement
plugin??
I need the ability to have HTML inside of this "select box"
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
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
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() {
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
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
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")
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
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
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
15 matches
Mail list logo