Hello all,

First of all, I really want to thank all those who helped me in my sliding 
jQuery panel.

I used a simple hide (toggle) function on it and it works like a charm.
$('#LeftPanel').toggle('slow', 'linear');

Anyways, this time I'm writing about this curious issue with the combination of 
jQuery & Bootstrap (v2.something)

Has anybody used the class "input-append" where in one can append the "unit of 
measurement" at the end of a field?

Ex.  What is your speed:   [_________] m/s

The m/s can be displayed in nicely as a part of the input box using the 
above-mentioned Bootstrap's CSS.
This works fine until I call this form field inside:

jQuery tabs which is itself inside a (popped-up) modal dialog.

I see the field and the appended unit in all its glory but the field becomes 
un-editable. Meaning, it does not have any
extra added property or something but I cannot click or tab into that field to 
enter any value. It show blue-border on focus
when I click on it but that is it. I cannot get into the field.

At this point I don't even know what is wrong as I can't see any extra property 
on the field object. So I have no idea how
to (or what to) fix.

Anybody had the same issue? Any solution (other than not using that class).

Thanks,

Milind.
                                          

-- 
-- 
You received this message because you are subscribed to the "Houston ColdFusion 
Users' Group" discussion list.
To unsubscribe, send email to [email protected]
For more options, visit http://groups.google.com/group/houcfug?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Houston ColdFusion Users' Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to