[jQuery] Re: jQuery in the wild

2008-03-24 Thread weepy
also www.bbc.co.uk On 24 Mar, 03:39, Benjamin Sterling [EMAIL PROTECTED] wrote: Looks like MLB.com and in turnhttp://phillies.comare now using jQuery 1.2.1, looks like they are using jcarousel and corners. -- Benjamin

[jQuery] Re: [ANNOUNCE] markItUp! 1.0 (former jTagEditor) is finally released!

2008-03-24 Thread Alexandre Plennevaux
nice !! dugg ! On Mon, Mar 24, 2008 at 4:56 AM, John Beppu [EMAIL PROTECTED] wrote: It looks nice. I'll have to try it out. On Sun, Mar 23, 2008 at 11:48 AM, Jay Salvat [EMAIL PROTECTED] wrote: Hi all! I'm proud to announce you the official release of markItUp! (former

[jQuery] Re: Lazy load in IE7?

2008-03-24 Thread Mika Tuupola
On Mar 22, 2008, at 3:53 PM, Jeroen Coumans wrote: I'm using the lazy load plugin from http://www.appelsiini.net/ projects/lazyload, but it doesn't seem to work properly in IE7. Some images load, others never finish loading. I tried playing with the failurelimit option but that doesn't affect

[jQuery] [validate] validation works in firefox but not in IE

2008-03-24 Thread Ariel
I have a form set up with the validator plugin (ver 1.2.1) and jquery(1.2.2) and the whole thing works perfectly in firefox 3b4, but when i fire up IE (any version) i get a alert box with the following message: Error: Expected Identifier, string or number. when i hit debug IE throws me to the

[jQuery] Re: flexigrid plugin - help for server side script

2008-03-24 Thread xwisdom
This is a very nice plugin. It certainly would make a great addition to the UI libs if there aren't any issues with licensing. Is it a port from ExtJS? Btw I love the pager bar too!

[jQuery] Re: [ANNOUNCE] markItUp! 1.0 (former jTagEditor) is finally released!

2008-03-24 Thread emichaellb
fyi, on your html example page, if you select some text, click the Link icon, and Cancel it, an empty link is nevertheless added to the page. emichael

[jQuery] Re: Trouble with jQuery Expander

2008-03-24 Thread aerojad
Thank you very much.

[jQuery] jQuery Newbie - Getting value of a Select Option

2008-03-24 Thread EasyThereTiger
I'm a complete newbie to jQuery trying to perform a relatively simple task, but can't figure it out. Based of the value of a select option, I want to hide/show a div. How do I get the value of the select option? Here's what I have below. Thanks for your help! $(document).ready(function(){

[jQuery] nested Sortable Bug

2008-03-24 Thread pedramphp
Dear sir , I'm working with nested sortable Plugin http://plugins.jquery.com/project/NestedSortable the ploblem is this plugin only works with jQuery 1.1.3 and if I change the jQuery source file to 1.2.3 it only Drags the Items Once this Ploblem Accured in IE7 , I need this plugin badly in

[jQuery] nested Sortable Bug

2008-03-24 Thread pedramphp
Dear sir , I'm working with nested sortable Plugin http://plugins.jquery.com/project/NestedSortable the ploblem is this plugin only works with jQuery 1.1.3 and if I change the jQuery source file to 1.2.3 it only Drags the Items Once this Ploblem Accured in IE7 , I need this plugin badly in my

[jQuery] nested Sortable Bug!!!

2008-03-24 Thread pedramphp
Dear sir , I'm working with nested sortable Plugin http://plugins.jquery.com/project/NestedSortable the ploblem is this plugin only works with jQuery 1.1.3 and if I change the jQuery source file to 1.2.3 it only Drags the Items Once this Ploblem Accured in IE7 , I need this plugin badly in

[jQuery] Superfish Plugin - transparency

2008-03-24 Thread Adriantr
In addition to my other question about Superfish I am also interested to know whether there is a way of making the submenus semi- transparent? If so how would I implement this in menu system where the background image of the a tag determines the colour of the background of the menu. Once again,

[jQuery] nested Sortable Bug

2008-03-24 Thread pedramphp
Dear sir , I'm working with nested sortable Plugin http://plugins.jquery.com/project/NestedSortable the ploblem is this plugin only works with jQuery 1.1.3 and if I change the jQuery source file to 1.2.3 it only Drags the Items Once this Ploblem Accured in IE7 , I need this plugin badly in

[jQuery] Re: events on embedded SVG

2008-03-24 Thread zipman
Anyone? On Mar 23, 8:02 pm, zipman [EMAIL PROTECTED] wrote: Hello, I am having an html page and I embed an svg file through. object id=map data=/Demo/map.svg type=image/svg+xml height=500 width=600 /object or even embed id=map src=/Demo/map.svg type=image/svg+xml height=500 width=600

[jQuery] learning jquery book source code

2008-03-24 Thread tetrix
i have downloaded the code source for learning jquery book but this code doesnt include all chapters in the book???

[jQuery] jEditable selects - Adding/binding events?

2008-03-24 Thread dgt
Hey all, I have the following jEditable which allows a user to change their mood: $(.mood-selector).editable(/user/mood, { data : {'happy':'happy','excited':'excited','lucky':'lucky','loving':'loving','selected':'? php print $moody; ?'}, type : select, submit : OK });

[jQuery] Re: slideDown for a tr ignores the colspan

2008-03-24 Thread QuadCom
My suggestion would be to use div's instead of tables for this layout. div style=float:left;width:33%;stuff/div div style=float:left;width:33%;stuff/div div style=float:left;width:33%;stuff/div div style=clear:left;display:none id=expandmestuff/div Of course it would be better to have your CSS

[jQuery] Problems with form plugin + response xml + tickbox

2008-03-24 Thread Mileto
When I put the data of the form, it returns an XML if the information does not pass the validation. If the data is correct the response type is HTML. I'm using the Tickbox plugin to show this form. The problem is that if the response type is XML, i can't to call the success method of the Form

[jQuery] JQuery timer with reset option

2008-03-24 Thread ethodaddy
Hi All, I'm very new at JQuery and have been messing about with a timer that will trigger a logout script on a page. what i'm trying to do is have a timer that counts down from lets say 10mins to 0 when it gets to zero it should call a function called logUserOut(). this works fine with a number

[jQuery] Re: Superfish Plugin - transparency

2008-03-24 Thread Joel Birch
Hi Adrian, Hmm, this isn't pretty, but sort of does the job (see below). I set the animation to fade to opacity .92 which is only a subtle amount of transparency because deeper nested submenus will inherit this and apply their own further .92 amount, which could get hard to read. The

[jQuery] Re: Superfish Plugin - Animation onmouseout

2008-03-24 Thread Joel Birch
Superfish does not support animations on submenu close. I attempted it when I was first creating the plugin but ran into problems when the closing submenus were re-hovered. It may be easier to achieve now that stop() exists, but I haven't experimented with it yet. Maybe one day. Joel Birch.

[jQuery] Re: jEditable selects - Adding/binding events?

2008-03-24 Thread Mika Tuupola
On Mar 24, 2008, at 12:12 PM, dgt wrote: Hey all, I have the following jEditable which allows a user to change their mood: ... This works great, however I need to bind a click/change/mouseover event to the select that's generated by jEditable, so I can show a visual description of the option

[jQuery] Re: markItUp! 1.0 (former jTagEditor) is finally released!

2008-03-24 Thread Jay Salvat
Wiki page is fixed, thanks. Insertion of element even if Cancel button has been clicked will be fixed in the next release. Thanks for your feedbacks and Diggs. Jay.

[jQuery] [validate] need help with addMethod

2008-03-24 Thread Priest, James (NIH/NIEHS) [C]
Trying to add a new validation method to check a yes/no set of radio buttons: My method: $.validator.addMethod(checkyesno, function(value) { if (value == 'Yes') { return true; } else { return false; } }, You must

[jQuery] Re: markItUp! 1.0 (former jTagEditor) is finally released!

2008-03-24 Thread Stan Lemon
Can you clarify what the differences are between this and jTagEditor? Also... have you ever considered making a single image sprint of the buttons? That might save some load-time. Thanks for your work on this plugin, I use it quite a bit and very appreciative for it! Pax, - Stan On Mar 23,

[jQuery] Re: JQuery timer with reset option

2008-03-24 Thread ripple
Try the regular javascript setTimeout() function and see how that works for you. I choose to use that over any of the jquery timers I have seen. ethodaddy [EMAIL PROTECTED] wrote: Hi All, I'm very new at JQuery and have been messing about with a timer that will trigger a logout script

[jQuery] Re: CSS dynamic loading

2008-03-24 Thread KidsKilla .grin! wuz here
Thanks! but this plugin throws an error too. Seems like there is no easy way to find out when css is loaded... =/ 2008/3/22, Ariel Flesler [EMAIL PROTECTED]: Not exactly what you said, but it's related to the rules you mentioned. Rule: http://flesler.blogspot.com/2007/11/jqueryrule.html

[jQuery] Re: markItUp! 1.0 (former jTagEditor) is finally released!

2008-03-24 Thread Alexandre Plennevaux
hi Jay, i'm trying to use markitup but it seems it embeds the markup twice: the starting html: fieldset ol li class=clearfix label for=descriptionShort Description:/label textarea name=description class=markItUp id=description

[jQuery] Re: markItUp! 1.0 (former jTagEditor) is finally released!

2008-03-24 Thread Alexandre Plennevaux
i think i've found the cullprit: it does not play well with the jscrollpane plugin. If i remove jscrollpane, then it does not double the tag. That's weird because on my page, jscrollpane doesn't touch the textarea. i'll set up a test page to show it later today maybe you'll be able to find

[jQuery] Using a button that doesn't submit?

2008-03-24 Thread Rick Faircloth
Hi, all... I'm using some jQuery to add file fields to a page. I'm using a button to trigger the jQuery. buttonAdd New Image Field/button In IE6 and IE7 the button just adds fields like I want, however, in FF2, the button submits the form. How can I use the button with form submission? I

[jQuery] Re: Using a button that doesn't submit?

2008-03-24 Thread Andy Matthews
If you're already using jQuery just return false on the submit method for the form. $('#myFormID').submit(function(){ // do stuff here return false; }); -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth Sent:

[jQuery] Re: learning jquery book source code

2008-03-24 Thread Karl Swedberg
On Mar 24, 2008, at 6:45 AM, tetrix wrote: i have downloaded the code source for learning jquery book but this code doesnt include all chapters in the book??? it /should/ include all chapters. Note that chapters 7-9 are in a directory called bookstore You can also see all the code

[jQuery] Re: [ANNOUNCE] markItUp! 1.0 (former jTagEditor) is finally released!

2008-03-24 Thread Olivier Percebois-Garve
Hi Jay, Great script! I think that your menu has the dancing syndrome. I recently discovered the fix for this from Remy Sharp's post coda bubble. Its untested, but the following should fix it, or at least, you'll get the point: -Olivier hideDelayTimer = null; $(.menu a).hover(function() {

[jQuery] Re: Using a button that doesn't submit?

2008-03-24 Thread Rick Faircloth
I tried inserting a return false; into my jQuery below, but it prevented the button from functioning as it needs. Here's the jQuery: $(document).ready(function() { $('#add-image').click(function() {

[jQuery] Treeview +/- icons not clickable

2008-03-24 Thread noahsarkive
treeview 1.2.3 jquery 1.4 My +/- icons are inert. Users must click on text to expand/collapse the tree. http://www.scooterworks.com

[jQuery] Re: JQuery timer with reset option

2008-03-24 Thread Jimslam
Here's a page timer I'm using - right now it's set to 15 seconds and displays the current count every second in a div with id timer. There's probably a more elegant solution, but this can at least be a start. The key is clearing the setTimeout function when the timer gets reset, as just setting

[jQuery] Problem with Tooltip + select

2008-03-24 Thread Mileto
Hi, I am with a simple problem using plugin tooltip. I apply the tooltip in selectbox. If mouse step in selectbox still closed it works perfectly, but when I click on the mouse selectbox and step through options, the property TOP of the DIV tag decreases so that the tooltip is out of the select.

[jQuery] div X, Y Location

2008-03-24 Thread Legster
Is there an easy way to find the current X, Y location of any div area? Example of what I am trying to find: $(this).xpage or $(#mainDiv).ypage Those currently returns undefined. What am I missing? Thanks.

[jQuery] Combine two jQuery objects

2008-03-24 Thread Dan M
Hello all, I have the following code (which does not work) var childElmts; if (prntElmtID == 'P30_DESKTOP') { childElmts = $ (#P30_DESKTOP_ADD,label[for='P30_DESKTOP_ADD']); } else { childElmts = $ (#P30_LAPTOP_ADD,label[for='P30_LAPTOP_ADD']);

[jQuery] MIssing cursor(caret) for input and textarea

2008-03-24 Thread Kaloyan Tsvetkov
Hi, I have a funny problem. I have several Divs showing and hiding as inline alerts, confirms and other forms. When showing, sometimes the inputs and the textareas do not show the blinking text cursor (the caret). Does anyobdy knows a workaround ? This is an issue not just w/ jQuery but w/ YUI

[jQuery] innerHTML from ajax req in IE

2008-03-24 Thread marr.adam
Using $load/get/ajax and innerHTML= or $().html for setting the content of the tab div tag works everywhere except IE6 (haven't tested IE7 as only ie6 is allowed on our boxes). The content works fine when inserted into the page with tiles before it is sent to the browser, but when the content

[jQuery] Re: Testing to see if a checkbox is checked

2008-03-24 Thread Dan M
Erik, Both worked great, thank you very much! Dan On Mar 19, 9:37 pm, Erik Beeson [EMAIL PROTECTED] wrote: Try: $(...).is(:checked) Also, you can set the value attribute with .val(new value) --Erik On 3/19/08, Dan M [EMAIL PROTECTED] wrote: All, Hello all. I'm having an issue

[jQuery] Problems getting timing of commands to happen correctly

2008-03-24 Thread Steve Reichgut
Hi everyone, I have been trying to use jQuery to create a relatively simple image rotator. The challenge I ran into with this script is that I want the new image to fade-in over top of the existing image. After many different attempts, I was able to get pretty close by using the following

[jQuery] accessing elements with . in their ids without escaping

2008-03-24 Thread Harald Armin Massa
hello, I am in the process of moving to jQuery. One challenge is: many of the relevant IDs of Elements have one or more dots within them. I read within the FAQ that I can escape them when using the $(#some\ \.id) selector. Is there another possible way, like $().getelementbyid(#123.123) ? or

[jQuery] Tabs, AJAX, and wanting to degrade safely

2008-03-24 Thread zwaldowski
I currently use the jQuery tabs plugin for displaying a static website I am working on. Since it's small, I initially just put the four pages together on one page and let the tabs plugin do its work as scheduled. Now, it's getting bigger and loading more and more, therefore making the whole

[jQuery] How do you restore the defaultValue of select element after a change event?

2008-03-24 Thread Ashley
I have a select which pops a modal (with blockUI) input when a select is changed. The modal is an Ajax mini-form with an update and a cancel. The update works great but for cancel I need to be able to roll back the change() to the selection or else it appears from the user's perspective that it

[jQuery] Re: accessing elements with . in their ids without escaping

2008-03-24 Thread Brian Cherne
I haven't tested this, but try $( document.getElementById('123.123') ) Also note that according to the specification IDs must start with a letter ([a-zA-Z])... It sounds like even changing a period is difficult enough so this might be a similarly difficult task given your code/data. I

[jQuery] Re: div X, Y Location

2008-03-24 Thread Brian Cherne
Are you looking for offset ? http://docs.jquery.com/CSS/offset Brian. On Mon, Mar 24, 2008 at 10:54 AM, Legster [EMAIL PROTECTED] wrote: Is there an easy way to find the current X, Y location of any div area? Example of what I am trying to find: $(this).xpage or $(#mainDiv).ypage

[jQuery] Re: MIssing cursor(caret) for input and textarea

2008-03-24 Thread Brian Cherne
Do you have any sample/simplified code you could share? Also, what browser is this happening in? Brian. On Mon, Mar 24, 2008 at 9:49 AM, Kaloyan Tsvetkov [EMAIL PROTECTED] wrote: Hi, I have a funny problem. I have several Divs showing and hiding as inline alerts, confirms and other forms.

[jQuery] Can't assign variable content to some element border color in IE (very weird problem)

2008-03-24 Thread Nazgulled
Hi there, I'm having this strange problem with IE that I don't know how to fix. Tried countless things, but neither worked and I just can't understand why this is happening, it makes no sense to me. First things first... To assign a color to some element border I do the following which works

[jQuery] Re: Tabs, AJAX, and wanting to degrade safely

2008-03-24 Thread Olivier Percebois-Garve
Hi, I have not understood your examples, but the classical approach with ajax, from a server side point of view, is to send the content of the page with header and footer if it is an http request and to send only the content if it is ajax. I think that you can detect an ajax call from the

[jQuery] Re: accessing elements with . in their ids without escaping

2008-03-24 Thread Karl Rudd
If you have the raw (ie blah.blah) you could just alias the document.getElementById function: function getId( id ) { return document.getElementById( id ); } Or if you have the ids in CSS form (ie #blah.blah): function getId( id ) { return document.getElementById( id.substr(1) ); } And

[jQuery] Re: Combine two jQuery objects

2008-03-24 Thread Jason Huck
I think you're looking for .add(). Try this: var childElmts = $('#P30_DESKTOP_ADD, label[for=P30_DESKTOP_ADD]'); if(prntElmtID != 'P30_DESKTOP') childElmts.add( $('#P30_LT_OPTIONS').parent('td').children() ); - jason On Mar 24, 11:43 am, Dan M [EMAIL PROTECTED] wrote: Hello all,

[jQuery] Re: Problems getting timing of commands to happen correctly

2008-03-24 Thread Jason Huck
You want to place each subsequent effect within the callback function of the previous effect, i.e.: $('YOUR_ITEM').EFFECT1(function(){ $(this).EFFECT2(function(){ $(this).EFFECT3(function(){ ...and so on... }); }); }); - jason On Mar 24, 12:25 pm, Steve

[jQuery] Re: How do you restore the defaultValue of select element after a change event?

2008-03-24 Thread Jason Huck
If your first option element has an empty value attribute, you can do this: $('select').change(function(){ alert($(this).val()); $(this).val(''); }); - jason On Mar 24, 2:16 pm, Ashley [EMAIL PROTECTED] wrote: I have a select which pops a modal (with blockUI) input when a

[jQuery] Re: div X, Y Location

2008-03-24 Thread ripple
Just use javascript: var x = this.offsetLeft; var y = this.offsetTop; Legster [EMAIL PROTECTED] wrote: Is there an easy way to find the current X, Y location of any div area? Example of what I am trying to find: $(this).xpage or $(#mainDiv).ypage Those currently returns

[jQuery] Re: accessing elements with . in their ids without escaping

2008-03-24 Thread chrismarx
this works, but maybe there is also an easier way out there somewhere- $([id='something.somethingelse']) On Mar 24, 2:00 pm, Harald Armin Massa [EMAIL PROTECTED] wrote: hello, I am in the process of moving to jQuery. One challenge is: many of the relevant IDs of Elements have one or more

[jQuery] Improvement

2008-03-24 Thread blg002
I'm relatively new to jQuery Javascript and was wondering if someone could help me condense my code a little. What I have going on is... multiple div's with different info in them an ordered list of links. Only one of the divs will display at a time and they can be toggled through by clicking

[jQuery] Re: Problems getting timing of commands to happen correctly

2008-03-24 Thread ripple
Here's a good working example. This might help, but of course you will have to tweak the timing to suit your needs. http://2whoa.com/dominate/2008/03/jquery-fades.php Steve Reichgut [EMAIL PROTECTED] wrote: Hi everyone, I have been trying to use jQuery to create a relatively

[jQuery] Re: Tabs, AJAX, and wanting to degrade safely

2008-03-24 Thread Hamish Campbell
However, taking this approach would have multiple headers and footers. How should I go about this? If you're using plain HTML then yes, you'll need to duplicate the header/footer data in the fall back pages. Do you have a database and/or server-side scripting language at your disposal? On

[jQuery] Need help with a toggle - works if I click twice!

2008-03-24 Thread Priest, James (NIH/NIEHS) [C]
My code: div class=categorytitleHealth Status or Disease/div div class=topiccount 54 Topics span class=clicktoview- Click To View/span /div /div div class=topiclist div class=twocols ul li style=display: list-item;

[jQuery] Can't grab text element

2008-03-24 Thread Greg G
I have a web page that renders radio buttons with text after it. I want to take that text and wrap a label tag around it but I can't grab the text. Here is the HTML: input type=radio name=RadioField type=hidden value=YYes input type=radio name=RadioField type=hidden value=NNo I can get the

[jQuery] Re: validation works in firefox but not in IE

2008-03-24 Thread Ariel
OK nevermind. after taking a break for a while and coming back, i immediately found the exra comma in there. although, in my defense, neither firebug nor webdeveloper toolbar fond the syntax error either. On Mar 23, 10:54 pm, Ariel [EMAIL PROTECTED] wrote: I have a form set up with the validator

[jQuery] Re: Superfish Plugin - Animation onmouseout

2008-03-24 Thread Adriantr
OK thanks for letting me know On Mar 24, 9:06 am, Joel Birch [EMAIL PROTECTED] wrote: Superfish does not support animations on submenu close. I attempted it when I was first creating the plugin but ran into problems when the closing submenus were re-hovered. It may be easier to achieve now

[jQuery] Re: How do you restore the defaultValue of select element after a change event?

2008-03-24 Thread Ashley
On Mar 24, 3:08 pm, Jason Huck [EMAIL PROTECTED] wrote: If your first option element has an empty value attribute, you can do this: $('select').change(function(){ alert($(this).val()); $(this).val(''); }); I wish. The XHTML is written dynamically and the selected element

[jQuery] Re: Using a button that doesn't submit?

2008-03-24 Thread motob
The code you listed doesn't have the return false...Add the return false statement at the end of the .click() function like so... $(document).ready(function() { $('#add-image').click(function() { $('#image-next').clone(true).attr('name', function() { return

[jQuery] [treeview] async treeview = reload branche...

2008-03-24 Thread easyMind
I am using the async treeview to list all manageble elements on a site. This means that if the user edits an item and, for example, changes its title, this should reflect in the tree. Also moves and deletes should reflect in the tree. Because my forms get posted with ajax I need to update the

[jQuery] grep with new version of jQuery 1.2.3

2008-03-24 Thread cfdvlpr
Here's a line of code that I had written that worked great with version 1.2.1: $.grep(priceBreaks, 'a quantity', true) How might I write this so that it works with version 1.2.3?

[jQuery] Re: How do you restore the defaultValue of select element after a change event?

2008-03-24 Thread Jason Huck
Oh, duh. You mean whatever their last selection was prior to the change. Sorry! Can you pop each successful update into a global var, and then restore from that when they cancel? - jason On Mar 24, 6:22 pm, Ashley [EMAIL PROTECTED] wrote: On Mar 24, 3:08 pm, Jason Huck [EMAIL PROTECTED]

[jQuery] Re: MIssing cursor(caret) for input and textarea

2008-03-24 Thread bazzzman
I have bug with disappearing caret and animation. I dont know is it same bug about Kaloyan Tsvetkov (Kaloyan Tsvetkov privet tebe is Vladivostoka ^_^) wrot. Please check sample file I made in this archive: http://poligon.farpost.com/df/mo_caret_bug.zip Brian Cherne: Do you have any

[jQuery] Re: MIssing cursor(caret) for input and textarea

2008-03-24 Thread Josh Nathanson
This is a known issue with Firefox and absolute positioned divs. There are some workarounds discussed here: https://bugzilla.mozilla.org/show_bug.cgi?id=167801 It's been a problem for years, and supposedly it will be fixed in version 3. -- Josh - Original Message - From:

[jQuery] Re: Can't grab text element

2008-03-24 Thread Karl Rudd
You could loop over the radio buttons using each() and get the next text node. Untested code follows: $(':radio').each( function() { $( this.nextSibling ).wrap( 'label/label' ); }); Karl Rudd On Tue, Mar 25, 2008 at 8:59 AM, Greg G [EMAIL PROTECTED] wrote: I have a web page that renders

[jQuery] Re: Using a button that doesn't submit?

2008-03-24 Thread Rick Faircloth
Thanks, motob... I had it in the wrong place. But now, it works! :o) Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of motob Sent: Monday, March 24, 2008 4:22 PM To: jQuery (English) Subject: [jQuery] Re: Using a button that doesn't

[jQuery] IE re-applies percentage widths on each event.

2008-03-24 Thread Jason Huck
Hi all, I'm trying to finish up a little plugin to create a sortable combo- select input from a single select input. It works great in Firefox, Safari, and Opera, but in IE (any version), every time you move an option, the select inputs decrease in width, until they completely disappear. It

[jQuery] Re: Can't assign variable content to some element border color in IE (very weird problem)

2008-03-24 Thread Nazgulled
Anyone please... This is really making me mad and I have no clue on how to fix this stupid bug that shouldn't be happening. If anyone as any idea, please, let me now... :( Nazgulled wrote: Hi there, I'm having this strange problem with IE that I don't know how to fix. Tried countless things,

[jQuery] Re: accessing elements with . in their ids without escaping

2008-03-24 Thread Klaus Hartl
Escape like: '#123.123'.replace(/\./g, '.'); // = #123\\.123 ---Klaus On Mar 24, 7:00 pm, Harald Armin Massa [EMAIL PROTECTED] wrote: hello, I am in the process of moving to jQuery. One challenge is: many of the relevant IDs of Elements have one or more dots within them. I read