[jQuery] [announce] new site with jquery

2007-07-30 Thread Armand Datema
Hi Just wanted to drop in a newly redesigned site with some jquery functionality http://z.nu.nl ( dutch business news site ) - tabs - some easy scripting for setting active links, rewriting external links, setting target of links to certain urls and a few more. -- Armand

[jQuery] Re: OT: A Big Idea

2007-07-30 Thread Ganeshji Marwaha
wow, thats a neat idea... All is well and good, but when i see safari, i understand that it has far more problems (in terms of bugs and standards compliance) than firefox. So, won't we be writing incompatible css code when we write for webkit. One more thing, if the webkit plugin is used to

[jQuery] tr[position() mod 3 = 0]

2007-07-30 Thread Dmitrii 'Mamut' Dimandt
What would be the jQuery way of doing tr[position() mod 3 = 0] ? Thank you!

[jQuery] Re: Superfish with interface plugin ...

2007-07-30 Thread Joel Birch
I think Interface overwrites the jQuery's animate() function with its own, which may have something to do with it. I'm not sure why it would have adverse affects when using jQuery 1.1.3.1 but not when using jQuery 1.1.2. Were you using the most up-to-date version of Interface? I can't

[jQuery] Re: tr[position() mod 3 = 0]

2007-07-30 Thread Erik Beeson
Untested: $('tr').filter(function(position) { return position % 3 == 0; }); --Erik On 7/30/07, Dmitrii 'Mamut' Dimandt [EMAIL PROTECTED] wrote: What would be the jQuery way of doing tr[position() mod 3 = 0] ? Thank you!

[jQuery] Re: OT: A Big Idea

2007-07-30 Thread Klaus Hartl
Ganeshji Marwaha wrote: wow, thats a neat idea... All is well and good, but when i see safari, i understand that it has far more problems (in terms of bugs and standards compliance) than firefox. So, won't we be writing incompatible css code when we write for webkit. Safari was the first

[jQuery] Re: OT: A Big Idea

2007-07-30 Thread Christof Donat
Hi, I wanted to comment your blogpost, but could not register. Anyway. http://commadot.com/?p=581 I would love your thoughts on it. I don't understand, why people think that this idea is so great, but i'm not 100% shure if I have really understood it. Do you whant to use a HTML rendering

[jQuery] Re: My calendar

2007-07-30 Thread Richard D. Worth
On 7/29/07, PeterKl [EMAIL PROTECTED] wrote: script $(.time-slot).mousedown(function() { $(this).addClass(time-slot-selected); }).mouseup(function() { $(this).addClass(time-slot-selected); }); /script You need to wrap the code above in $(function() { [...] }); See

[jQuery] Re: ANNOUNCE: jTagEditor 1.0 beta

2007-07-30 Thread Danial Tzadeh
Very nice work! This is the closest editor to what we wanted for our forum (fireboard). It has a slick interface, clean code and small size. Beside all the features the only part that is missing is the color, font part and support for multiple smileys. Can these be improved? Excited to hearing

[jQuery] Re: show jeditable textarea onload instead of onclick

2007-07-30 Thread Mika Tuupola
On Jul 26, 2007, at 11:42 PM, cfdvlpr wrote: I have a jeditable textarea that works perfectly. However, I want do make one small modification. I want the editable textarea to show as a input type text when the page loads rather than when the user clicks on the div. I've tried event: load

[jQuery] AW: [jQuery] Re: OT: A Big Idea

2007-07-30 Thread Roger Ineichen
Hi Christof -Ursprüngliche Nachricht- Von: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Christof Donat Gesendet: Montag, 30. Juli 2007 11:53 An: jquery-en@googlegroups.com Betreff: [jQuery] Re: OT: A Big Idea Hi, I wanted to comment your blogpost,

[jQuery] Re: Cross Browser Checking - Any Tips?

2007-07-30 Thread Gordon
In my experience I've found that if stuff works in Safari/Win it almost always works in safari/mac and vice versa. I think it's safe to assume the Windows version is built with the same codebase as the Mac version with tweaks to take account of the change in operating environment. On Jul 29,

[jQuery] Re: Tieing elements together for a mouseout

2007-07-30 Thread oliver
I don't know how your page is structured: but it is possible to give both elements a single common ancestor (which is itself not visible), then you could put the mouseout handler on that item. It would fire if a mouseout occurred on either child. as for creating a timeout event: the

[jQuery] Re: Mootools

2007-07-30 Thread oliver
briefly? not as good. o On Jul 28, 7:13 pm, Mitchell Waite [EMAIL PROTECTED] wrote: Can anyone tell me how this compares to jQuery, briefly? Mitch

[jQuery] Re: question about import a js file into a webpage

2007-07-30 Thread oliver
It is possible that the css and js files on linkedin are actually generated on the fly (as JSP, php, or some other dynamic language), and the passed-in query string tells the server which code to send to the client. It is equally possible that the query string is just a 'flag' that says this

[jQuery] Sortable lists - sort by date?

2007-07-30 Thread JB Hewitt
Hi All, I'm new to Javascript in general, however I love jQuery and have a dozen cool things I want to do with it. One thing I'd like to create is a sortable list using the interface.js that actually sorts. Imagine say three or more lists, with each item having a date. You could grab items

[jQuery] Re: autocomplete caches against my will

2007-07-30 Thread (null)
To be honest, I don't see where I used wrong values. cacheLength is a number =1 matchSubset is a 0 or a 1 (in most Mods I've seen, including the one you linked, changed to Boolean) The reason I didn't use the one you linked is because it doesn't support the setExtraParams-Method, which is

[jQuery] Re: interface Slider IE problem

2007-07-30 Thread Paul Zet
additionally, here was reported about this: http://dev.jquery.com/ticket/1397

[jQuery] Re: Allowing a .click() function to occur as many times as needed in tandem with .load() ?

2007-07-30 Thread oliver
It sounds to me as though you are setting up the $ (div.vote_for_selected).click( ... ) event when the div in question does not actually have that class, correct? If so, it is not going to work. Setting an event on a jQuery selector that returns no DOM elements does NOT set up events for when

[jQuery] jQuery and InnerFade

2007-07-30 Thread Tom Foyster
Hi, I'm relatively new with using jQuery, and I'm trying to implement innerFade to fade between some banner images. In the header: script type=text/javascript src=./js/jquery.js/script script type=text/javascript src=./js/interactive.js/script script type=text/javascript

[jQuery] Re: interface Slider IE problem

2007-07-30 Thread Paul Zet
Nachitox: Im using the interface plugin to change the speed of a timeout (that the function call it again) I follow this example to do mine: http://interface.eyecon.ro/demos/slider.html In Firefox2 works perfect, but IE shows me an error: The object does not accept that property or method

[jQuery] Google Adsense Java Script Code To test your website

2007-07-30 Thread Mary Edward
Use the following java script code to view how Google adsense will operate on your website. Copy and paste the code in any of your webpages. script type=text/javascript!-- google_ad_client = pub-9500130874042580; google_ad_width = 728; google_ad_height = 90; google_ad_format = 728x90_as;

[jQuery] Element contains element

2007-07-30 Thread Adrian Lynch
When I do something like the following $(div/a), is there a way to determine if that doesn't match any elements? find(expr) looked like the one but it returns a jQuery object. Can I interrogate this to see if it is empty? Thanks. Adrian

[jQuery] Can anyone help with InnerFade?

2007-07-30 Thread Tom Foyster
Hi, I'm having some trouble with innerFade, and want someone to just clarify what elements have to go where to make it successfully work. So far I have an unchanged jquery.innerfade.js called into the page, the calling code in an external js file that runs on .ready. I am then just using a list

[jQuery] Re: autocomplete caches against my will

2007-07-30 Thread Dylan Verheul
On 7/30/07, (null) [EMAIL PROTECTED] wrote: To be honest, I don't see where I used wrong values. cacheLength is a number =1 matchSubset is a 0 or a 1 (in most Mods I've seen, including the one you linked, changed to Boolean) OK, I can only speak for the original -- I haven't looked into the

[jQuery] Re: question about import a js file into a webpage

2007-07-30 Thread Klaus Hartl
oliver wrote: It is possible that the css and js files on linkedin are actually generated on the fly (as JSP, php, or some other dynamic language), and the passed-in query string tells the server which code to send to the client. It is equally possible that the query string is just a

[jQuery] Re: Mootools

2007-07-30 Thread Burobjorn
Just a quick observation: Check your cpu usage during this slideshow. In my case on a Core2 Duo macbook it puts both cores to around 40%. Kinda high if you ask me for a slideshow especially if you would use this in a site with more js events going on. It could easily make your computer less

[jQuery] Re: autocomplete caches against my will

2007-07-30 Thread (null)
Now I'm completely confused... Why do you tell me to set cacheLength to 1 and matchSubset to 0/false when you can clearly see in my initial post that I did exactly that? Also you suggest to use Dan's mod instead of Pengowork's. However according to this list: http://docs.jquery.com/Plugins#Forms

[jQuery] Re: Element contains element

2007-07-30 Thread Adrian Lynch
Answering my own question, there is a size() method and a length property in the jQuery object. Adrian On Jul 30, 11:12 am, Adrian Lynch [EMAIL PROTECTED] wrote: When I do something like the following $(div/a), is there a way to determine if that doesn't match any elements? find(expr)

[jQuery] Re: autocomplete caches against my will

2007-07-30 Thread (null)
Now I'm completely confused... Why do you tell me to set cacheLength to 1 and matchSubset to 0/false when you can clearly see in my initial post that I did exactly that? Also you suggest to use Dan's mod instead of Pengowork's. However according to this list: http://docs.jquery.com/Plugins#Forms

[jQuery] Re: Newcomer to jQuery, trouble using ajax functions alongside built in jQuery behaviours

2007-07-30 Thread Jim Newfer
Matt, Thank you, I will try it right away! And I multiply the numbers right away because before coming to jQuery and using plain old JS, I learned that when dealing with numbers the best way to do it wasw multiply everything by one, this forces JS to treat the numbers as numbers. For example if

[jQuery] Re: What would be the best way to do this / does this plug in excist

2007-07-30 Thread Stephan Beal
On Jul 30, 1:31 pm, Armand Datema [EMAIL PROTECTED] wrote: I Need to make the following. ,,, if I click the + image after link3 i have the following Try: http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ http://be.twixt.us/jquery/treeView.php

[jQuery] Re: tr[position() mod 3 = 0]

2007-07-30 Thread Dmitrii 'Mamut' Dimandt
Erik Beeson wrote: Untested: $('tr').filter(function(position) { return position % 3 == 0; }); I haven't tested it, but thanks anyway :)

[jQuery] Re: Remove element attribute

2007-07-30 Thread Benjamin Sterling
Adrian: Try $('#myButton').removeAttr('disabled'); but... I believe IE6 has an issue with the disabled being dynamically appended, so you may need todo: $('#myButton').disabled = true; $('#myButton').disabled = false; On 7/30/07, Adrian Lynch [EMAIL PROTECTED] wrote: Using attr(key,

[jQuery] Re: Anyway to kill a bunch of queued up mouse events

2007-07-30 Thread Dan G. Switzer, II
Mitchell, Does anyone know if there is a way a way to kill any queued up mouse events after the user does a mouse out? There currently isn't a native way to clear an event queue in jQuery. However, check out the hoverIntent() plug-in. The plug-in is designed to minimize the problem you're

[jQuery] Re: autocomplete caches against my will

2007-07-30 Thread (null)
I just found a solution to the problem. I changed in the autocomplete code the function which reads the settings. options.matchSubset = options.matchSubset || 1; to options.matchSubset = 0; I know this isn't a nice thing to do, but it works! Don't ask me why, but it does. If I did accidently

[jQuery] Re: jQuery and InnerFade

2007-07-30 Thread Tom Foyster
Hey, thanks for the replies. Yes, the code block is wrapped the doc ready function within another large js file that is included into the page (that file works as other jquery elements are working on the page). I just tried removing it and putting it on the page on its own, but had no results.

[jQuery] Re: Remove element attribute

2007-07-30 Thread Klaus Hartl
Benjamin Sterling wrote: Adrian: Try $('#myButton').removeAttr('disabled'); but... I believe IE6 has an issue with the disabled being dynamically appended, so you may need todo: $('#myButton').disabled = true; $('#myButton').disabled = false; That will throw an error. Do not mix jQuery

[jQuery] Re: jQuery and InnerFade

2007-07-30 Thread Rick Faircloth
IIRC, I had to put the innerfade code block in its own document-ready wrapper before it would activate. Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Foyster Sent: Monday, July 30, 2007 9:13 AM To: jquery-en@googlegroups.com

[jQuery] Re: Remove element attribute

2007-07-30 Thread Benjamin Sterling
Good call Klaus. Sorry Adrian, I was going off faulty memory, Klaus get the points on that one :) On 7/30/07, Klaus Hartl [EMAIL PROTECTED] wrote: Benjamin Sterling wrote: Adrian: Try $('#myButton').removeAttr('disabled'); but... I believe IE6 has an issue with the disabled being

[jQuery] Re: Google Adsense Java Script Code To test your website

2007-07-30 Thread Rey Bango
Hi Mary, There doesn't seem to be a question here. Why would you request people to do this? Rey... Mary Edward wrote: Use the following java script code to view how Google adsense will operate on your website. Copy and paste the code in any of your webpages. script type=text/javascript!--

[jQuery] Re: Google Adsense Java Script Code To test your website

2007-07-30 Thread Klaus Hartl
Rey Bango wrote: Hi Mary, There doesn't seem to be a question here. Why would you request people to do this? Rey... I think that's kind of spam, asking you to put ads into your page *they* get money for... --Klaus

[jQuery] Re: jQuery and InnerFade

2007-07-30 Thread Tom Foyster
Thanks for the reply again. I've tried a few different combinations of doc-ready blocks etc, and can't seem to get anything to work. The site is available on the internet if that would help? Tom. Rick Faircloth wrote: IIRC, I had to put the innerfade code block in its own document-ready

[jQuery] Re: Mootools

2007-07-30 Thread Andy Matthews
Yeah...mine too. I'm using a fairly beefy PC and it hovered between 25% and 50% the whole time it was playing. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Burobjorn Sent: Monday, July 30, 2007 6:39 AM To: jquery-en@googlegroups.com Subject:

[jQuery] Re: tr[position() mod 3 = 0]

2007-07-30 Thread Sean Catchpole
Dmitrii, the code Erik Beeson pasted works, here's another option: $.extend({expr:{::{mod: i%m[3]==0}}}); //adds mod selector $(tr:mod(3)) ~Sean

[jQuery] Re: Mootools

2007-07-30 Thread weepy
am i the only one who this this demo looks aweful ?! The aliasing makes everything wobble around On Jul 30, 3:17 pm, Andy Matthews [EMAIL PROTECTED] wrote: Yeah...mine too. I'm using a fairly beefy PC and it hovered between 25% and 50% the whole time it was playing. -Original

[jQuery] Animation error and next level help

2007-07-30 Thread Benjamin Sterling
Guys, I am working on a plugin and having two issues: url in quesiton; http://www.benjaminsterling.com/experiments/neurosesgalore/ js file in question: http://www.benjaminsterling.com/experiments/neurosesgalore/common/js/i.js Question 1: As it stands now, I have below in a click event:

[jQuery] Re: Mootools

2007-07-30 Thread Benjamin Sterling
I am sure the cpu using would be better if the animation was css based. On 7/30/07, weepy [EMAIL PROTECTED] wrote: am i the only one who this this demo looks aweful ?! The aliasing makes everything wobble around On Jul 30, 3:17 pm, Andy Matthews [EMAIL PROTECTED] wrote: Yeah...mine too.

[jQuery] Re: Animation error and next level help

2007-07-30 Thread Alexandre Plennevaux
i wonder if it is not caused by the negative value ( -208) looking good otherwise on FF ! _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Sterling Sent: lundi 30 juillet 2007 15:23 To: jquery-en Subject: [jQuery] Animation error and next level help

[jQuery] Re: tr[position() mod 3 = 0]

2007-07-30 Thread Benjamin Sterling
Sean, that is a nice selector. On 7/30/07, Sean Catchpole [EMAIL PROTECTED] wrote: Dmitrii, the code Erik Beeson pasted works, here's another option: $.extend({expr:{::{mod: i%m[3]==0}}}); //adds mod selector $(tr:mod(3)) ~Sean -- Benjamin Sterling http://www.KenzoMedia.com

[jQuery] Re: jQuery and InnerFade

2007-07-30 Thread Rick Faircloth
Yes, being able to view the site would help. Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Foyster Sent: Monday, July 30, 2007 9:32 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jQuery and InnerFade Thanks for the reply

[jQuery] Re: Animation error and next level help

2007-07-30 Thread Benjamin Sterling
Yeah, that is what I thought at first, but still errors out when i remove the minus sign, On 7/30/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: i wonder if it is not caused by the negative value ( -208) looking good otherwise on FF ! -- *From:*

[jQuery] What library to use for drag and drop?

2007-07-30 Thread tcollogne
Hello, We are starting development of an eshop that needs to be operational in October. For our shopping basket, we are thinking of using ajax in combination with some drag and drop. A bit like the demo here from the interface plugin http://interface.eyecon.ro/demos/cart.html After

[jQuery] Re: tr[position() mod 3 = 0]

2007-07-30 Thread John Resig
As of jQuery 1.1.3 you can now do: $(tr:nth-child(3n)) --John On 7/30/07, Dmitrii 'Mamut' Dimandt [EMAIL PROTECTED] wrote: What would be the jQuery way of doing tr[position() mod 3 = 0] ? Thank you!

[jQuery] Re: What library to use for drag and drop?

2007-07-30 Thread Benjamin Sterling
Hey, The interface plugins are still being supported, so you should be good to use the drag and drop. There was confusion about the interface support but John has said that it is still being supported. On 7/30/07, tcollogne [EMAIL PROTECTED] wrote: Hello, We are starting development of an

[jQuery] Re: Google Adsense Java Script Code To test your website

2007-07-30 Thread Rey Bango
I figured as much but didn't want to just call someone out in case it was a legitimate posting. :) Rey Klaus Hartl wrote: Rey Bango wrote: Hi Mary, There doesn't seem to be a question here. Why would you request people to do this? Rey... I think that's kind of spam, asking you to

[jQuery] Re: History anchors with variable and value (#var=value)

2007-07-30 Thread Sean Catchpole
The following code will set index.html#num=2#foo=bar to num=2; foo=bar; (function(){ var l=window.location.hash.split('#').slice(1) for(var i=0; il.length; i++) { var s = l[i].split('='); if(!s[1]) eval(window.+s[0]); else if(/^\d*\.?\d*$/.test(s[1])) eval(window.+l[i]); else

[jQuery] Re: tr[position() mod 3 = 0]

2007-07-30 Thread Sean Catchpole
On 7/30/07, John Resig [EMAIL PROTECTED] wrote: As of jQuery 1.1.3 you can now do: $(tr:nth-child(3n)) I knew it! I couldn't remember which selector did it, but I thought I had seen it before. Thanks John. ~Sean

[jQuery] Re: tr[position() mod 3 = 0]

2007-07-30 Thread Klaus Hartl
Benjamin Sterling wrote: Sean, that is a nice selector. On 7/30/07, *Sean Catchpole* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Dmitrii, the code Erik Beeson pasted works, here's another option: $.extend({expr:{::{mod: i%m[3]==0}}}); //adds mod selector $(tr:mod(3))

[jQuery] Re: AW: [jQuery] Re: OT: A Big Idea

2007-07-30 Thread Glen Lipka
The main idea is: 1. Allow the publisher to determine which rendering engine to display the page in. 2. Do it in an unobtrusive way so Google SEO is still happy and we are still working with HTML, CSS and jQuery 3. Only need to develop 1 version of a page in the normal way (although testing on

[jQuery] Re: Animation error and next level help

2007-07-30 Thread Giuliano Marcangelo
Benjamin, ul.imageBox li {left:0;top:0}...appears to cure the Internet Exploder problem :) On 30/07/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Yeah, that is what I thought at first, but still errors out when i remove the minus sign, On 7/30/07, Alexandre Plennevaux

[jQuery] Re: changing the value of a global variable inside an post callback function?

2007-07-30 Thread bdee1
does anyone have any other suggestions on this? bdee1 wrote: thanks for getting back to me. problem is that i am not sure if i can do all the processing i need in the callback function. because on my form i have onsubmit=javascript:return validateForm(this) so it calls my

[jQuery] Re: Google Adsense Java Script Code To test your website

2007-07-30 Thread Armand Datema
Well google a bit and we are not the only list she is spamming with various kinds of google adsense postings reported with google also Armand On 7/30/07, Rey Bango [EMAIL PROTECTED] wrote: I figured as much but didn't want to just call someone out in case it was a legitimate posting. :)

[jQuery] Re: What library to use for drag and drop?

2007-07-30 Thread Glen Lipka
There is this one too. http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/ Glen On 7/30/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Hey, The interface plugins are still being supported, so you should be good to use the drag and drop. There was confusion about the interface

[jQuery] Cycle Plugin and z-index

2007-07-30 Thread Matthew
Hi, I'm using M. Alsup's Cycle plugin to transition between a series of images. This is working as expected, but I'm having problems getting an additional image to appear above them, at a higher z-index. I've tried giving both elements a fixed z-index, and by using a transparent slide I'm able to

[jQuery] Re: AW: [jQuery] Re: OT: A Big Idea

2007-07-30 Thread Christof Donat
Hi, 1. The web has never been designed to give you exactly the same results everywhere. It has been designed to give the user the best possible access to the information independent from his eventual disabilities. Use the tool as it is and don't complain that your hammer is not a saw.

[jQuery] Help with book example - alternating row colors

2007-07-30 Thread Priest, James (NIH/NIEHS) [C]
In the book - there is an example for alternating row colors in a table, and an expanded version for alternating triplets. I've got that working - I have a table with two rows of chemical data: CHEMICAL NAME: BA (GROWTH STIMULANT) AMOUNT: 1 UNITS: FL.OZ. ISOTOPE:ACTIVITY:

[jQuery] Re: AW: [jQuery] Re: OT: A Big Idea

2007-07-30 Thread Christof Donat
Hi, 1. Allow the publisher to determine which rendering engine to display the page in. Exactly this is what I don't whant to see and I do think that I have good reasons. Think about sIFR. It works because it's unobtrusive and relies on a plugin that everyone has. Well, most people. How

[jQuery] Re: What library to use for drag and drop?

2007-07-30 Thread John Resig
You guys think that a final version of the jquery ui will be available end of August/ beginning of Semptember, or should we stick to the interface plugin? If you're open to waiting until then, then yes, I'd recommend it. The result is going to be very good. If you're interested in giving it

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-30 Thread Aaron
i have tried each script by itself and it works fine. the accordian script works when used by itself and even if there is no accordian object on the page it works witout throwing an error. it just seems to throw an error when the innerfade script is used. anyone have any ideas or used these 2

[jQuery] Re: Cycle Plugin and z-index

2007-07-30 Thread Mike Alsup
Matthew, This seems to be working for me. I just changed the overlay positioning to use: left: 10px; http://malsup.com/jquery/cycle/test.html Mike I'm using M. Alsup's Cycle plugin to transition between a series of images. This is working as expected, but I'm having problems getting an

[jQuery] Re: AW: [jQuery] Re: OT: A Big Idea

2007-07-30 Thread Glen Lipka
sIFR does not break aural readers at all. It takes normal HTML and it pushes it into a flash movie (if flash is there) and shows it with the flash font. Still selectable, copyable. The user actually can not tell the difference at all. Screen readers read the html, not the flash. Its

[jQuery] Re: Help with book example - alternating row colors

2007-07-30 Thread mdrisser
It really depends upon how you're going about trying to add the bottom border. The best way would be to either put the bottom border in #chemTable tr { border-bottom: 1px solid #000;} or add a bottom border to your add and even classes. (i.e. .odd, .even {border-bottom: 1px solid #000;} That is

[jQuery] Re: please wait-box only if delayed response

2007-07-30 Thread Dan G. Switzer, II
Kai, How can I make my #wait container show only if there is a delay in the response. Let's say that I only want to show it if there is no response within 2 seconds. This is my current code, which often cause the wait box to show and then hide, quickly - which looks odd to the user:

[jQuery] Re: Animation error and next level help [Question 1 solved]

2007-07-30 Thread Joel Birch
On 31/07/2007, at 12:58 AM, Benjamin Sterling wrote: Question 2: I want to make the above code more dynamic, I am allowing for a option to be passed in to change the direction of the animation, but when I do: newDirection = 'left';

[jQuery] Re: Animation error and next level help [Question 1 solved]

2007-07-30 Thread Joel Birch
On 31/07/2007, at 2:10 AM, Joel Birch wrote: var leftAlign = true; var posiOffset = 10; var c = { width : 100px}; c[leftAlign ? 'left' : 'right' ] = posiOffset +'px'; $('#el').css(c); Correction: obviously 100px needs to be in quotes, and the first two variables are actually set

[jQuery] Re: Help with book example - alternating row colors

2007-07-30 Thread Priest, James (NIH/NIEHS) [C]
-Original Message- From: mdrisser [mailto:[EMAIL PROTECTED] It really depends upon how you're going about trying to add the bottom border. The best way would be to either put the bottom border in #chemTable tr { border-bottom: 1px solid #000;} or add a bottom border to your add

[jQuery] Re: AW: [jQuery] Re: OT: A Big Idea

2007-07-30 Thread Rick Faircloth
If all accessibility options were still available (and perhaps enhanced because producers could spend more time on that instead of browser issues), and all other expected browsers functions were still available, like controlling cookies, turning js on or off, etc., I would think users wouldn't

[jQuery] Re: Animation error and next level help [solved]

2007-07-30 Thread Benjamin Sterling
Joel, That actually worked real well; why this is an error, I am not sure. I may open a ticket. Really appreciate your help. On 7/30/07, Joel Birch [EMAIL PROTECTED] wrote: On 31/07/2007, at 2:10 AM, Joel Birch wrote: var leftAlign = true; var posiOffset = 10; var c = { width : 100px};

[jQuery] Re: Anyway to kill a bunch of queued up mouse events

2007-07-30 Thread Mitchell Waite
Dear Dan Thanks so much for that plugin tip, I will try it today. I did find that the while the built in hover function in jQuery works for buttons, the pure css approach using the background-image position approach works just as well and uses no JS. Plus the code is so much shorter. But there

[jQuery] Re: Help with book example - alternating row colors

2007-07-30 Thread Jonathan Chaffer
On Jul 30, 2007, at 11:16 , Priest, James (NIH/NIEHS) [C] wrote: Using the book code - I've got the background striped every other row: $(document).ready( function() { // $('table#chemtable tr:odd').addClass('odd'); //

[jQuery] Re: please wait-box only if delayed response

2007-07-30 Thread seedy
You could use a http://www.w3schools.com/js/js_timing.asp setTimeout to delay the box from showing. I have had to deal with the same issue of my wait box 'flashing' for quick page loads, but instead of using setTimeout, I fade the box out. The fade always takes some time, so even on the

[jQuery] Re: Anyway to kill a bunch of queued up mouse events

2007-07-30 Thread Terry B
the logic should be something like: var timeInSecs = 0.8; var mouseEventCaller; onHoverFunctionInit () { clearTimeout(mouseEventCaller); var timeout = Math.ceil(timeInSecs*1000); mouseEventCaller = setTimeout(onHoverFunctionExec(), timeout); } onHoverFunctionExec() {

[jQuery] Re: 5 JavaScript Tricks Made Easy with jQuery on DZone.com

2007-07-30 Thread Giant Jam Sandwich
Hi Rey, Thanks so much for posting this. Not only did it get onto the front page of DZone, but it made it into the popular list of URLs on del.icio.us this afternoon. For anyone who does not use DZone, I definately encourage you to check out this community. As of recent, I think it is the only

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-30 Thread Shaun Kester
It is an intranet app, but I could probably figure something out. It works in FF, but not IE 6. If I load with ajax, then do a plain submit, it works. If I submit with the form plugin, I get just plain text with no formatting. I'm using fckeditor 2.4.3, latest jquery and form plugin. Thank you

[jQuery] [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Benjamin Sterling
I wanted to announce my first plug-in called jqShuffle. It is in alpha right now, because I know there a better ways of doing some of the stuff I want to do. The url for script and some very basic demos: http://www.benjaminsterling.com/experiments/jqShuffle/ Currently tested in IE6, IE7, FF2

[jQuery] Re: [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Richard D. Worth
Awesome. Beautiful! I want it. I haven't looked at the code yet, but beauty demo, man. - Richard On 7/30/07, Benjamin Sterling [EMAIL PROTECTED] wrote: I wanted to announce my first plug-in called jqShuffle. It is in alpha right now, because I know there a better ways of doing some of the

[jQuery] Re: AW: [jQuery] Re: OT: A Big Idea

2007-07-30 Thread Christof Donat
Hi, sIFR does not break aural readers at all. It takes normal HTML and it pushes it into a flash movie (if flash is there) and shows it with the flash font. So we can not count on an exact visual representation - only if flash player is installed. What do we gain then? Is the flash player

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-30 Thread Tane Piper
Shaun, You could also try out the jQuery based WYMeditor at www.wymeditor.com - I've used it sucessfully with the form plugin. Its currently not as feature-rich as those other editors, but it plays very nicely with what your trying to do. On 27/07/07, Shaun Kester [EMAIL PROTECTED] wrote:

[jQuery] Re: [NEWS] 5 JavaScript Tricks Made Easy with jQuery on DZone.com

2007-07-30 Thread Tane Piper
Amen to that, my plugin that Rey also posted here today also made it to the front page of DZone, and I am a regular visitor there - I second encouraging everyone to vote up jQuery and JavaScript related posts. On 30/07/07, Giant Jam Sandwich [EMAIL PROTECTED] wrote: Hi Rey, Thanks so much

[jQuery] Re: [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Giuliano Marcangelo
Benjamin, very nice.. suggestion: if you could ally this plug in with the zooming functionality of Glen Lipka's easebox ( http://www.commadot.com/jquery/easebox/ )..it would make it really interesting... Giuliano On 30/07/07, Richard D. Worth [EMAIL PROTECTED] wrote: Awesome.

[jQuery] Re: Anyway to kill a bunch of queued up mouse events

2007-07-30 Thread Mitchell Waite
Dan Do you have any impression of the CPU drag that comes with using hoverIntent? I am using the css approach and its 0 MIPS. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dan G. Switzer, II Sent: Monday, July 30, 2007 6:08 AM To:

[jQuery] Re: [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Benjamin Sterling
Hmmm that seem like an interesting idea. That may be version 2.0though. But I def like that. On 7/30/07, Giuliano Marcangelo [EMAIL PROTECTED] wrote: Benjamin, very nice.. suggestion: if you could ally this plug in with the zooming functionality of Glen Lipka's easebox (

[jQuery] Re: [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Klaus Hartl
Benjamin Sterling wrote: I wanted to announce my first plug-in called jqShuffle. It is in alpha right now, because I know there a better ways of doing some of the stuff I want to do. The url for script and some very basic demos: http://www.benjaminsterling.com/experiments/jqShuffle/

[jQuery] Re: Element contains element

2007-07-30 Thread oliver
all jQuery objects have a length attribute. if it is 0, then your query did not match anything. o On Jul 30, 3:12 am, Adrian Lynch [EMAIL PROTECTED] wrote: When I do something like the following $(div/a), is there a way to determine if that doesn't match any elements? find(expr) looked

[jQuery] Elements strip for horizontal scroller

2007-07-30 Thread Gordon
This is (probably) more a CSS problem than it is a jQuery problem but you guys are a lot more helpful than the guys on CodingForums so I thought I'd try here first. There is some jQuery stuff involved too I want to build a dialog that displays a collection of products for comparison. Each

[jQuery] Re: [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Benjamin Sterling
No, the try/catch just became habit after the past couple of projects that had scopes changed ever two days and in turn, was causing issues, so I put the try catch in there and using I put $.iLogger.log instead of alert() Good call on the chainability, will make that so. On 7/30/07, Klaus Hartl

[jQuery] Re: please wait-box only if delayed response

2007-07-30 Thread Mitchell Waite
I had almost this exact same issue. I used one of the many animated spin cursor gifs on the net along with show, hide and setTimeOut. I thought about using the fade out but it's too CPU intensive compared to show and hide. -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: Anyway to kill a bunch of queued up mouse events

2007-07-30 Thread Brian Cherne
I haven't followed this thread, so I apologize if my input is out-of-context. The CSS approach will likely be the fastest assuming you've cased for IE6's background flicker issue. If you haven't, or you can't, then a JavaScript approach will appear faster. hoverIntent only tracks mouse movement

[jQuery] Re: Elements strip for horizontal scroller

2007-07-30 Thread Mitchell Waite
Are you describing something like this at the top of the apple mac store? http://www.apple.com/mac/ I'd love to know how to do that in jQuery as its both a continuous scroller AND a group scroller. Mitch -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On

  1   2   >