[jQuery] Re: Change Jeditable trigger

2008-01-24 Thread Javier Infante
El mié, 23-01-2008 a las 13:50 -0800, frizzle escribió: Hello! Imagine i have a DIV with editable content (with Jeditable), but i want the trigger for that to be a link behind the div. It´s probably very simple, but i´m pretty new to jQuery and do not know how to achieve this. It has to

[jQuery] Re: JQuery Mobile/Lite?

2008-01-24 Thread Cloudream
a nice idea On Jan 24, 11:12 am, howa [EMAIL PROTECTED] wrote: Hi all, Given that many mobile devices will have a much better support for Javascript, e.g. iPhone, Nokia N-series handset (running webkit), or 3rd browsers such as Opera mobile/mini, Pocket IE ect, are there any plan to fork a

[jQuery] How to add vars to my data object

2008-01-24 Thread Woutse
I've been searching but couldn't find how to add variables to my data object. I want to make an ajax requst with $.ajax, but before i do that, i want to 'build' the myDatavar. That looks something like this: --- var myDatavar

[jQuery] Quick simple syntax question.

2008-01-24 Thread Pickledegg
In one of the tutorials on this page: http://docs.jquery.com/Tutorials:jQuery_For_Designers in this bit of code, (on the starred line), the 'event' is passed to the function that toggles the .thebody class. I don't understand what this 'event' is and why is it passed on this line and not any

[jQuery] Re: pretty urls break my jquery app: how to adapt it ?

2008-01-24 Thread Dave Stewart
Hi Alex, Amazing project. I'd be interested to know more about the generative stuff. How are the particles generated? In Flash? Cheers, Dave

[jQuery] Re: How to detect the cursor's relative position in a textarea element???

2008-01-24 Thread h0tzen
http://plugins.jquery.com/project/fieldselection hth, kai

[jQuery] Re: Performance Tuning Help

2008-01-24 Thread besh
Hi Raymond, I'm not sure if this is less cpu intensive, but at least it's more jQuery: $('div.box').each(function() { var $snippet = $(this).find('dd p').html(); $(this).append('div class=summaryp class=sml' + $snippet + '/p/div'); }); -- Bohdan Ganicky On Jan 24, 12:01 am, Raymond [EMAIL

[jQuery] bug with clone method

2008-01-24 Thread Jacky
Hi, there is a bug with clone method when clone a tr element with IE browser.It just return the content of the first column that the row cloned.It is fine in firefox.

[jQuery] tabs display IE versus Firefox

2008-01-24 Thread MikeP
Hello. My tabs are functional in both IE and Firefox. However, the look inside the tabs is different. The words are appearing in white in IE and dark blue in Firefox. I've tried removing all the other styles on my page and it didn't seem to do anything. Could it have something to do with

[jQuery] Re: Performance Tuning Help

2008-01-24 Thread Shawn
The other suggestions are good starting points. One comment though... doing $(div.box) needs to examine EVERY div on your page to see if it has the .box class. If you can constrain that search some that could help improve performance. For instance, if you only care about the div's in a

[jQuery] Re: new jQuery user needs help

2008-01-24 Thread visitorQ
well i tried posting some code but it didn't work for some reason and it's a lot of crap so i think the best way you could help is to go to this link http://www.texotela.co.uk/code/jquery/newsticker/ and test out the first example. see how you can get it to work on your own development

[jQuery] Position Absolute div after some element

2008-01-24 Thread fshuja
i want to show a div (position absolute) . the problem is that i want to set its x same as some elements' x + width how can i do this.

[jQuery] Re: new jQuery user needs help

2008-01-24 Thread visitorQ
thank you both for your replies. so i figured out that first i must have: script type=text/javascript src=jquery-1.2.2.js/script within my head tags in order to make any jQuery plugin work. but it still doesn't work. here's the code that is effecting the problem. here's where i'm getting it from:

[jQuery] [validate] using a different tag than label for error messages

2008-01-24 Thread Dave Stewart
Hello, I'd rather not use label tags for my error messages, as I think divs are less semantically ambiguous. Is there any way I can change the default functionality? At the moment I'm placing my own error divs manually, but I can't get them to show unless I change them to labels Help! And

[jQuery] Re: How do I stop the form control (but not the label) itself receiving the error class

2008-01-24 Thread Diego A.
Depends entirely on your code? What gives the input the 'error' class in the first place? On Jan 24, 9:58 am, Dave Stewart [EMAIL PROTECTED] wrote: Pretty much sums it up really. I only want the error label (of class error) to be displayed, but not the class of the text box or such like to

[jQuery] Re: using a different tag than label for error messages

2008-01-24 Thread Diego A.
CODE? And why have you posted this twice? On Jan 24, 10:00 am, Dave Stewart [EMAIL PROTECTED] wrote: Hello, I'd rather not use label tags for my error messages, as I think divs are less semantically ambiguous. Is there any way I can change the default functionality? At the moment I'm

[jQuery] Re: How to add vars to my data object

2008-01-24 Thread Diego A.
var myDatavar = {x:1, y: 10, g:2} $.extend(myDatavar, {a:1, b:20, c:3}, {f:1, g:56, h:8} // and so on... ); RESULT: myDatavar = { a:1, b:20, c:3, f:1, g:56, h:8, x:1, y:10 }; Hope that helps... On Jan 24, 10:17 am, Woutse [EMAIL PROTECTED] wrote: I've been searching but couldn't find how

[jQuery] Re: Change Jeditable trigger

2008-01-24 Thread frizzle
On Jan 24, 11:59 am, Mika Tuupola [EMAIL PROTECTED] wrote: On Jan 23, 2008, at 11:50 PM, frizzle wrote: Hi there, Imagine i have a DIV with editable content (with Jeditable), but i want the trigger for that to be a link behind the div. It´s probably very simple, but i´m pretty new to

[jQuery] [validate] How do I stop the form control (but not the label) itself receiving the error class

2008-01-24 Thread Dave Stewart
Pretty much sums it up really. I only want the error label (of class error) to be displayed, but not the class of the text box or such like to have it's class updated. Thanks, Dave

[jQuery] Horizontal Reveal/Slideout Menu

2008-01-24 Thread [EMAIL PROTECTED]
Hi, I am looking for a way to reveal (slide out) a menu from the side of a page. While there are plugins and examples of things that come close (i.e. jquery.haccordion.js) I could not seem to find anything that does exactly what I was looking for, so I knocked up the following: I was wondering

[jQuery] Re: jQuery t-shirt - did they happen?

2008-01-24 Thread Paul Bakaus
Yeah, I'm the proud owner of one of the shirts! But I don't have any photos :( On Jan 24, 6:28 am, Joel Birch [EMAIL PROTECTED] wrote: On 24/01/2008, Joel Birch [EMAIL PROTECTED] wrote: Did the jQueryCamp'08 attendees receive theirs? Whoops, I meant jQueryCamp'07... obviously. Joel

[jQuery] Re: pretty urls break my jquery app: how to adapt it ?

2008-01-24 Thread Alexandre Plennevaux
-- Original Message -- To: jQuery (English) (jquery-en@googlegroups.com) From: Dave Stewart ([EMAIL PROTECTED]) Subject: [jQuery] Re: pretty urls break my jquery app: how to adapt it ? Date: 24/1/2008 11:20:33 Hi Alex, Amazing project. I'd be interested to know more about the

[jQuery] Re: Change Jeditable trigger

2008-01-24 Thread Mika Tuupola
On Jan 24, 2008, at 1:39 PM, frizzle wrote: -cut- div class=edit id=unique_idEditable text/div a href=# class=edit_triggerEdit me!!/a -cut- You could do something like: -cut- $(.edit).editable(?php print $url ?echo.php, { event : edit }); $(.edit_trigger).bind(click,

[jQuery] Re: new jQuery user needs help

2008-01-24 Thread Sam Collett
You only need newsticker.pack.js in you head and have to add some code to make it load on statup, e.g. in head script type=text/javascript src=jquery-1.2.2.js/script script type=text/javascript src=jquery.newsticker.pack.js/ script script type=text/javascript $( function() {

[jQuery] Re: how to build a image cycle?

2008-01-24 Thread Brad Hile
To loop Jcarousel you need to set the wrap option and cycle the auto option The following will show 5 images(visible:5), advancing 1 image (scroll: 1) every 2 seconds (auto:2) and when it reaches the last image wrap back to the first (wrap:last). // set up the carousel

[jQuery] Re: using a different tag than label for error messages

2008-01-24 Thread Dave Stewart
SORRY - the word [jQuery Validation Plugin] was supposed to appear in the title, but didn't. Hello Diego, Sorry, it's a separate question, actually. I've re-stated the first post question to clarify things, so sorry for the ambiguity. To restate the problem: Using the jQuery Validation

[jQuery] Re: How do I stop the form control (but not the label) itself receiving the error class

2008-01-24 Thread Dave Stewart
SORRY - the word [jQuery Validation Plugin] was supposed to appear in the title, but didn't. To restate the problem: When I validate a form using the jQuery Validation Plugin, when it comes across a form element that doesn't validat, it does 2 things: 1. Adds, or shows the corresponding error

[jQuery] Re: Change Jeditable trigger

2008-01-24 Thread frizzle
On Jan 24, 12:39 pm, frizzle [EMAIL PROTECTED] wrote: On Jan 24, 11:59 am, Mika Tuupola [EMAIL PROTECTED] wrote: On Jan 23, 2008, at 11:50 PM, frizzle wrote: Hi there, Imagine i have a DIV with editable content (with Jeditable), but i want the trigger for that to be a link

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Andy Matthews
The article I read mentioned that MS is going to force IE7 on users, but that there was a way that sysadmins could prevent this. Whether that means that lots of people are going to try and prevent it is another story. The problem is that as long as there is even a 5% or 10% level of use of IE6,

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Benjamin Sterling
We shall see. Hey...at least this will stop all of you crybabies from whining about how crappy IE6 is. What's next on your complaints list? My sentiments exactly! But people will always complain about every IE does; personally I think those that complain are just lazy and don't feel like

[jQuery] Scrollable image in a div

2008-01-24 Thread bradrice
Is there a plug-in or some jQuery code I can use to make a draggable scroll image, similar to the scriptaculous effect of this: http://wiki.script.aculo.us/scriptaculous/show/DragScrollable? Brad

[jQuery] Re: Toggling a check box on or off

2008-01-24 Thread dacoder
Thanks Karl, I put that in and it almost worked perfectly but if there are more then one the only one that works is the last one. I will try and see if I can tweak it and get it working. Thanks a ton, I'm a lot closer then I was before. On Jan 23, 12:16 pm, Karl Swedberg [EMAIL PROTECTED] wrote:

[jQuery] Re: jQuery t-shirt - did they happen?

2008-01-24 Thread bradrice
I would like to see a photo if anyone decides to post one in their blog. Brad

[jQuery] Re: jQuery t-shirt - did they happen?

2008-01-24 Thread Casey Wise
I'd like to buy one. Anyone know where I might be able to score one? On Jan 24, 7:18 am, Paul Bakaus [EMAIL PROTECTED] wrote: Yeah, I'm the proud owner of one of the shirts! But I don't have any photos :( On Jan 24, 6:28 am, Joel Birch [EMAIL PROTECTED] wrote: On 24/01/2008, Joel Birch

[jQuery] jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
hello all. i'm having trouble implementing something from the jQuery Cycle plugin that can be found here: http://www.malsup.com/jquery/cycle/download.html the effect i'm looking to implement can be found here: http://www.malsup.com/jquery/cycle/int2.html it's the Prev/Next effect. the second

[jQuery] Re: using a different tag than label for error messages

2008-01-24 Thread MorningZ
But you brought up semantics, to which the label makes way more sense in that way in this situation The error message is a label for the control (and clicking on it because of the for parameter) sets focus on said control Personally i think your premise of screen readers getting confused is not

[jQuery] Re: new jQuery user needs help

2008-01-24 Thread visitorQ
thanks everybody for the replies. i think i'm getting the hang of it. i finally got the newsticker working. turns out i needed jquery 1.1.2 and not 1.2.2 for it to work.or it was something like that. but it works now. On Jan 24, 7:09 am, Sam Collett [EMAIL PROTECTED] wrote: You only need

[jQuery] Re: jQuery 1.2.1 errors with Interface

2008-01-24 Thread Jamie
I had the same error and after checking the html I noticed I was referencing a parent element by class which no longer existed. Setting the correct class fixed the errors. On Dec 13 2007, 8:16 pm, SteelSoftware [EMAIL PROTECTED] wrote: I'm also getting the same error when I've upgraded to

[jQuery] Re: Scrollable image in a div

2008-01-24 Thread Rick Faircloth
I'd love to see that, too, but with the option to leave off the scrollbars. (Which may be an option already, I didn't take time to look) Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bradrice Sent: Thursday, January 24, 2008 9:52

[jQuery] Re: Performance Tuning Help

2008-01-24 Thread Karl Swedberg
On Jan 23, 2008, at 11:58 PM, Joel Birch wrote: Or this (untested): $('div.box').each(function(){ var $$ = $(this); $$.append('div class=summaryp class=sml' + $$.find('dd p').html() + '/p/div'); }); Joel Birch This looks good. I wonder if a tiny bit of performance could be

[jQuery] Re: Toggling a check box on or off

2008-01-24 Thread dacoder
Nevermind it is working properly now. I moved it out of the page and into my javascript file and it is working. On Jan 24, 9:51 am, dacoder [EMAIL PROTECTED] wrote: Thanks Karl, I put that in and it almost worked perfectly but if there are more then one the only one that works is the last one.

[jQuery] simplier, more unobtrusiv?

2008-01-24 Thread tlob
Hi, I did something with jQuery, but I think it could be more unobtrusiv and simplier done. Do you have any suggestions? 1Page with 4 Divs div id=logo LOGO -- click on that it fades away and go to div#content /div div id=content Homepage Link Sandra-click, this div fades away, div#sandra is

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Jeffrey Kretz
If IE problems ever start to bother me, I just remember the fact that I no longer have to develop for Netscape 4.77 and thank my lucky stars. ;-) JK _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Sterling Sent: Thursday, January 24, 2008

[jQuery] Autocomplete with ComboBox

2008-01-24 Thread Feijó
I've been seen people trying to do that A combo with State, after selected one, the Edit field sould autocomplete with cities from within that state, not all of them. How can this be done? There is any page about that on jquery docs? If not why don't we do that? I voluntere, with group

[jQuery] Re: sorting values with commas with tablesorter 2.0

2008-01-24 Thread Bhaarat Sharma
anything? this data is directly in a th header. th 3,567/th and isnt sorting properly. would appreciate some tips On Jan 23, 5:20 pm, Bhaarat Sharma [EMAIL PROTECTED] wrote: Hi I have some number which have commos in them.  How can i sort these propertly? for example 3567 is as 3,567

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Andy Matthews
LOL!!! That totally puts it into perspective. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeffrey Kretz Sent: Thursday, January 24, 2008 10:12 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Feb 12 IE6 Forced Update If IE problems ever start to

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Jonathan Sharp
Do you have a link to this handy? Cheers, -Jonathan On 1/23/08, cfdvlpr [EMAIL PROTECTED] wrote: Does anyone know about how many IE6 users this will affect? After Feb 12, 2008 is it likely that your IE 6 users will drop much? If you have an ecommerce site that currently has about 40% IE6

[jQuery] Re: sorting values with commas with tablesorter 2.0

2008-01-24 Thread Bhaarat Sharma
now i notice that even simple numbers are not sorted correctly. i am displaying these numbers from a scriplet %=object.displayLong() % do i need to be converting this to a string or tableSorter to work correctly. only data that is in a percentage is being displayed property. like 00.01% and

[jQuery] Re: Another jdMenu problem... IE specific...

2008-01-24 Thread Chris Jordan
Sorry, I'm just now getting back to this guys (I was sick yesterday). I appreciate all the suggestions. I'll bet it's malformed markup. I don't create it though. This is an osCommerce shopping cart. I'll see if I can find where the HTML is getting messed up. Thanks heaps! Chris On Jan 21, 2008

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Andy Matthews
http://sitening.com/blog/2008/01/22/microsoft-gives-away-early-or-late-chris tmas-present-to-web-designers _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Sharp Sent: Thursday, January 24, 2008 10:51 AM To: jquery-en@googlegroups.com Subject: [jQuery]

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Bil Corry
Jonathan Sharp wrote on 1/24/2008 10:51 AM: Do you have a link to this handy? - Microsoft Corp. has warned corporate administrators that it will push a new version of Internet Explorer 7 their way next month, and it has posted guidelines on how to ward off the automatic update if

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Matt Quackenbush
On Jan 24, 2008 8:21 AM, Andy Matthews wrote: I personally have put off installing it IE7 at home so that I can still test with IE6. Andy, If you want to be able to test with IE6 and IE7 on the same machine, check out the following link. http://tredosoft.com/Multiple_IE I've been using

[jQuery] Re: sorting values with commas with tablesorter 2.0

2008-01-24 Thread Bhaarat Sharma
noticed i had nbsp; before the data inside the td tags. but still not able to sort number with commas. like 1642 as 1,642 thanks! On Jan 24, 11:51 am, Bhaarat Sharma [EMAIL PROTECTED] wrote: now i notice that even simple numbers are not sorted correctly. i am displaying these numbers from a

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Andy Matthews
I've seen that before, but I'm a little suspect that it's not quite spot on. It seems as if some of the various behaviours aren't replicated precisely. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Quackenbush Sent: Thursday, January 24, 2008 11:05 AM To:

[jQuery] Re: Autocomplete with ComboBox

2008-01-24 Thread Diego A.
There's no need for a new plugin. This is all down to your implementation. 1. Create the state autocomplete field. 2. Use the callback function to create the city autocomplete field (pointing to the list of cities of the selected state). Done :-) On Jan 24, 4:33 pm, Feijó [EMAIL PROTECTED]

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Karl Swedberg
On Jan 24, 2008, at 12:07 PM, Andy Matthews wrote: I've seen that before, but I'm a little suspect that it's not quite spot on. It seems as if some of the various behaviours aren't replicated precisely. From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread Mike Alsup
You need to put the code inside a doc ready handler. In general, you *always* do this with jQuery code that manipulates elements in the document: $(document).ready(function() { $('#s2').cycle({ fx: 'fade', speed: 'normal', timeout: 4000, next: '#next2',

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Andy Matthews
Right... That's the ideal method... _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Thursday, January 24, 2008 11:17 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Feb 12 IE6 Forced Update On Jan 24, 2008, at 12:07 PM, Andy

[jQuery] Re: How do I stop the form control (but not the label) itself receiving the error class

2008-01-24 Thread Diego A.
Seems like everything you need is right here: http://docs.jquery.com/Plugins/Validation#Error_messages QUOTE: Error messages An error message displays a hint for the user about invalid elements, and what is wrong. There are three ways to provide error messages. Via the title attribute of the

[jQuery] ups shipping quotes - sometimes a 5 -10 second delay and timing out

2008-01-24 Thread cfdvlpr
How do you get shipping quotes from ups? Do you ever have issues with ups never returning a shipping rate? If so, what did you do to workaround this?

[jQuery] Cycle plugin w/text: text looks wack on IE6

2008-01-24 Thread Josh Nathanson
Hey all, Using the Cycle plugin to rotate some text blocks of testimonials. All is well except for a couple of things: - On all browsers, I am not able to right-align the div. It seems to wipe out the alignment. - On IE6, the text after the first slide looks all out of focus, as though the

[jQuery] Re: Another jdMenu problem... IE specific...

2008-01-24 Thread Chris Jordan
Karl, I ran the site through the validator you linked to (thanks for that), but my problem still remains. I should note that there are still 43 errors, but they're things like No ALT specified and there is no attribute X The errors that are bothering me most right now are: 1. cannot generate

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
thank you so much for the reply! but unfortunately that isn't the problem =(. i tried your suggestions and it still doesn't work. script type=text/javascript src=jquery-1.1.2.js/script script type=text/javascript src=jquery-1.2.2.js/script script type=text/javascript

[jQuery] Reloading contact page in tab - using UI.TABS

2008-01-24 Thread carvingcode
Using UI.TABS. I'm using a user authentication system that makes use of PHP sessions. It seems that the UI.TABS are pre-loaded and don't load in the PHP session vars as they are created/changed during the login process. Is there a way to get UI.TABS to reload the tab's content page when it is

[jQuery] Re: Performance Tuning Help

2008-01-24 Thread Raymond
Thanks to everyone for the suggestions. All were faster than the original but I went with Joel's as it seems to be the quickest. Thanks again!

[jQuery] Re: tabs display IE versus Firefox

2008-01-24 Thread Charles K. Clarkson
MikeP wrote: : Hello. My tabs are functional in both IE and Firefox. However, the : look inside the tabs is different. : The words are appearing in white in IE and dark blue in Firefox. I've : tried removing all the other styles on my page and it didn't seem to : do anything. : : Could it have

[jQuery] fadeOut not working with table row (tr) in IE6

2008-01-24 Thread djangst
Hello, Has anybody been able to get the fadeOut effect working with a table row (tr) in IE6? I've read old posts and tried several different things without success. This is for a tabular layout that's a bit too intricate for replacement with divs. Works fine in Firefox, but the fox ist

[jQuery] Re: setTimeout / clearTimeout question...

2008-01-24 Thread gr00vy0ne
David, Thank you so much for the suggestion. As you expected, it worked perfectly for me. I ended up with the following: function addHoverHide(linkClass, layerId) { var t; $(a. + linkClass).hover(function() { clearTimeout(t); // custom function which creates drop shadows

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Mika Tuupola
On Jan 24, 2008, at 7:16 PM, Karl Swedberg wrote: Of course you could also install two virtual machines, one with IE6 and one with IE7. I do this with my Mac and Parallels (Fusion also works well), and I'm sure there are Windows VM apps out there. I could imagine running two Windowses at

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Mika Tuupola
On Jan 24, 2008, at 7:01 PM, Bil Corry wrote: Microsoft Corp. has warned corporate administrators that it will push a new version of Internet Explorer 7 their way next month, and it has posted guidelines on how to ward off the automatic update if admins want to keep the older IE6 browser

[jQuery] Re: ups shipping quotes - sometimes a 5 -10 second delay and timing out

2008-01-24 Thread Jonathan Sharp
Hi Nathan, Is this related to jQuery? Cheers, -Jonathan On 1/24/08, cfdvlpr [EMAIL PROTECTED] wrote: How do you get shipping quotes from ups? Do you ever have issues with ups never returning a shipping rate? If so, what did you do to workaround this?

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Erik Beeson
I don't usually run both at the same time, but I have, and it works. I'm on a 2GHz Core 2 Duo iMac with 3GB of RAM (the most it will take). I use both Parallels and Fusion because I started with Parallels, and it has more features, but it's more resource intensive, so for things like video

[jQuery] Re: sorting values with commas with tablesorter 2.0

2008-01-24 Thread Bhaarat Sharma
got it for anyone ahving same trouble.. format: function(s) { while (s.indexOf(,)0) s = s.substring(0,s.indexOf(,)) +s.substring(s.indexOf(,)+1,s.length); return s; }, On Jan 24, 12:04 pm, Bhaarat Sharma [EMAIL PROTECTED] wrote:

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Karl Swedberg
On Jan 24, 2008, at 1:50 PM, Mika Tuupola wrote: On Jan 24, 2008, at 7:16 PM, Karl Swedberg wrote: Of course you could also install two virtual machines, one with IE6 and one with IE7. I do this with my Mac and Parallels (Fusion also works well), and I'm sure there are Windows VM apps

[jQuery] Re: Cycle plugin w/text: text looks wack on IE6

2008-01-24 Thread Karl Swedberg
Hi Josh, I'm guessing that you're using a fade transition. This is a common problem with IE6 when the opacity filter is set on an element. The solution is to give the element a background color. I'm sorry I don't know the answer to your right alignment question. --Karl

[jQuery] Re: Autocomplete with ComboBox

2008-01-24 Thread Feijó
Damm, I was refering to Drupal Autocomplete solution. Totally forgot to mention. A single autocomplete is automatic within drupal form API. I need to extend that ability making the autocomplete sensitive to a combobox, using jquery off course. Anyone from this list did that? Feij Diego

[jQuery] Re: Another jdMenu problem... IE specific...

2008-01-24 Thread Jonathan Sharp
Hi Chris, I think the issue exists in that you're using jQuery 1.2.1 and the latest dimensions plugin which have changed since the 1.3 version. The biggest issues are $(window).innerHeight()/Width() aren't valid. I'm finishing up the 1.4 release which will be updated for latest jQuery releases.

[jQuery] Re: sorting values with commas with tablesorter 2.0

2008-01-24 Thread Chris
Or simply function (s) { return s.replace(/,/g, ); } On Jan 24, 1:16 pm, Bhaarat Sharma [EMAIL PROTECTED] wrote: got it for anyone ahving same trouble.. format: function(s) { while (s.indexOf(,)0) s = s.substring(0,s.indexOf(,))

[jQuery] Re: ups shipping quotes - sometimes a 5 -10 second delay and timing out

2008-01-24 Thread Josh Nathanson
Nathan - I notice you are a CF developer. This is not jQuery related, but I have used Ray Camden's UPS cfc with good results, which you can find at http://www.riaforge.org/. However if the UPS website is unresponsive, you will need to set up a try/catch to account for that. For more info you

[jQuery] Re: Cycle plugin w/text: text looks wack on IE6

2008-01-24 Thread Josh Nathanson
Yup, that's exactly the problem on the fade transition. I'll try giving it a background color. Maybe Mike will weigh in on the alignment issue. If not I'll have a go at modding it. -- Josh - Original Message - From: Karl Swedberg [EMAIL PROTECTED] To:

[jQuery] Re: Cycle plugin w/text: text looks wack on IE6

2008-01-24 Thread Josh Nathanson
This is a common problem with IE6 when the opacity filter is set on an element. The solution is to give the element a background color. That worked great Karl, thanks. -- Josh - Original Message - From: Karl Swedberg [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent:

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Josh Nathanson
If you do the Custom Install for your updates, it will give you the option to check or uncheck the box for IE7 installation. To allow for this, in Windows XP, go to Control Panel and then select the Automatic Updates link. There, you can deselect Automatic Updates and choose one of the

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread Karl Swedberg
On Jan 24, 2008, at 12:50 PM, visitorQ wrote: thank you so much for the reply! but unfortunately that isn't the problem =(. i tried your suggestions and it still doesn't work. script type=text/javascript src=jquery-1.1.2.js/script script type=text/javascript src=jquery-1.2.2.js/script script

[jQuery] Re: [validate] Require user to change default value?

2008-01-24 Thread Jörn Zaefferer
[EMAIL PROTECTED] schrieb: I have a form that uses the value attribute to display the field name. I'd like it to trigger a false validation if the user doesn't change this value or leaves it blank. An example for that, see the second field (company url):

[jQuery] Re: [validate] using a different tag than label for error messages

2008-01-24 Thread Jörn Zaefferer
Dave Stewart schrieb: Hello, I'd rather not use label tags for my error messages, as I think divs are less semantically ambiguous. Is there any way I can change the default functionality? At the moment I'm placing my own error divs manually, but I can't get them to show unless I change them to

[jQuery] Re: fadeOut not working with table row (tr) in IE6

2008-01-24 Thread Christoph Haas
On Thu, Jan 24, 2008 at 10:01:15AM -0800, djangst wrote: Has anybody been able to get the fadeOut effect working with a table row (tr) in IE6? I've read old posts and tried several different things without success. This is for a tabular layout that's a bit too intricate for replacement

[jQuery] Re: sorting values with commas with tablesorter 2.0

2008-01-24 Thread Leanan
I know a while back I was trying to sort percentages and they weren't working. That's because the percentages I had to sort were of the format xx.yy%. The parser for percent in tableSorter only handled them if they were of the format xx%. I ended up modifying the parser for percent to handle

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
i'm telling you there's GOTTA be something wrong with the plugin itself. that's the only explanation i can come up with. what do you guys think? On Jan 24, 2:29 pm, Karl Swedberg [EMAIL PROTECTED] wrote: On Jan 24, 2008, at 12:50 PM, visitorQ wrote: thank you so much for the reply! but

[jQuery] Re: simplier, more unobtrusiv?

2008-01-24 Thread Charles K. Clarkson
tlob wrote: : 1Page with 4 Divs : : div id=logo : LOGO -- click on that it fades away and go to div#content : /div : : div id=content : Homepage : Link Sandra-click, this div fades away, div#sandra is shown : Link Ahmed-click, this div fades away, div#ahmed is shown : /div : : div id=sandra :

[jQuery] .::: New Social Networking Site :::.

2008-01-24 Thread Mario Feonands
Hi !! How are you ? myLoveZone is a new social networking site designed for all the people around the world. Please support us by visiting our site. Visit Us @ Visit http://my.lovezone.ro Thank you very much.

[jQuery] jQuery, AJAH IE 7

2008-01-24 Thread Vlad Mazek
Folks, I have a bit of a problem with Internet Explorer 6/7 specifically, the code works perfectly fine in Firefox. What I am essentially doing is creating a dynamic form. Based on the inputs, different forms are sent back into different div containers as the user moves through the application.

[jQuery] Selecting listboxes that are in a table

2008-01-24 Thread MorningZ
If i have: table id=ColumnEdit tr thGroup/th tdselect id=drp_Group class=group //td /tr tr thCompany Type/th tdselect id=lst_CompanyType multiple=multiple

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
i did. that didn't help either =( what could possibly be wrong with this?! i'm so frustrated because jQuery is supposed to make everything easy, and i'm a relatively smart guy so i'm not sure what i'm doing wrong... i seriously need help with this because i'm entering in this site into the webby

[jQuery] Superfish

2008-01-24 Thread BFTech
I have a small issue that seems somewhat unique. When I maneuver around a Superfish menu system the items don't seem to be opening correctly. Example: I have a vertical set of menus. Each item extends to the right. All seems to work fine, until when going from the first item to the second. Both

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread admsh
don't be suspicious. this works perfectly, and the installation is completely seperate for each application - each copy of explorer is using it's own DLLs, so there's no cross-rendering issues. i happen to be running everything on my imac through VMWare, and also have a couple of older PCs for

[jQuery] Re: how to build a image cycle?

2008-01-24 Thread DoZ
Thank you!! Another question - and I've tried to do, but I didn't success - is on building a real cycle (last first, with no forward); I really don't understand the code for doing it! On 24 Gen, 13:35, Brad Hile [EMAIL PROTECTED] wrote: To loop Jcarousel you need to set the wrap option and

[jQuery] Re: Cycle plugin w/text: text looks wack on IE6

2008-01-24 Thread Mike Alsup
Josh, The latest version of the Cycle plugin (v2.09) has support for auto-correcting the IE ClearType problem for both IE6 and IE7. More info here: http://www.malsup.com/jquery/cycle/cleartype.html If you can post a link I'll take a look at the alignment problem you're having. Cheers! Mike

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread Mike Alsup
Post a link. There's something you're not telling us. I'd be glad to look at the code in context. What you posted here looks fine. Mike On Jan 24, 2008 5:03 PM, visitorQ [EMAIL PROTECTED] wrote: i did. that didn't help either =( what could possibly be wrong with this?! i'm so frustrated

[jQuery] Re: Cycle plugin w/text: text looks wack on IE6

2008-01-24 Thread Josh Nathanson
Mike, here's a link: http://staging.igigi.com/tests/cycle.cfm The quotes should appear with the bordered area, and aligned to the right. Instead they're sort of pushed down and aligned left. -- Josh - Original Message - From: Mike Alsup To: jquery-en@googlegroups.com

[jQuery] Re: jQuery, AJAH IE 7

2008-01-24 Thread Benjamin Sterling
Vlad, Do you have a url we can look at? Run your site in Opera, it gives better error messages so you know were to look for your code error. Tools - Advanced - Error console. On 1/24/08, Vlad Mazek [EMAIL PROTECTED] wrote: Folks, I have a bit of a problem with Internet Explorer 6/7

  1   2   >