[jQuery] Looking for term in JSON

2009-11-30 Thread Chad
What I have currently is once the page loads the wordStats goes out and counts the words and then it takes them and we use the most popular to pull information from a JSON file. The problem is that if it does not find the most popular word then it just gives off an error and I am not sure how to

Re: [jQuery] Looking after dropdown menu like's Superfish with RTL support

2009-11-23 Thread Chad Kieffer
Nitsan Bin-Nun wrote: The problem is that I couldn't turn Superfish into RTL view (so the submenus will be open in the left side of the main menu instead of the left of it). Does anyone have experience with this? Someone can suggest me a solution? I'm running after a solution for like

[jQuery] Draggable containment not rebinding

2009-10-08 Thread Chad L.
I'm trying to make it so I can drag a square which is confined to 0,0,50,0. When they stop dragging it I simply want to change the confinement to 0,0,100,100 the next time they drag. Not sure why it doesn't work though. Here is the code: Code: [code] !DOCTYPE html html head script

[jQuery] Specifying THUMBS in JCarousel -- sorry if this has been answered elsewhere

2009-05-27 Thread Chad
. This question has probably answered elsewhere, but I haven't been able to find the thread -- thanks for anyone who can help me out. I've read through Sorgalla's docs several times to no avail. Chad

[jQuery] 1.3.2 fadeOut and floating child elements

2009-03-27 Thread Chad
hints as to why this is. The only thing I can think of is that the new :hidden/:visible rewrite has this function broken. Any help to get this patched would be greatly appreciated. Or a work around that doesn't include removing the floats. Thanks, Chad Shryock

[jQuery] Re: IE7 change event not bubbling

2008-10-30 Thread Chad B.
straightforward once I stopped trying to make onchange work. Wish I had known onchange's behaviour in IE before I spent several weeks pulling my hair out. Thanks for the reply. chad On Sep 15, 11:58 am, KSnyder [EMAIL PROTECTED] wrote: Chad- I haven't had this problem for a while but you might want to try

[jQuery] Tabs Rotate Overlap

2008-09-10 Thread Chad Pry
Is there a way to get the tabs rotation effect to overlap just a little bit?

[jQuery] Re: A little help please....

2008-09-06 Thread Chad Pry
is it the overflow?? On Sep 6, 11:00 am, Schalk Neethling [EMAIL PROTECTED] wrote: This just got a little more interesting. In IE 6 and 7 the content jumps down, in IE 8 and FF it jumps up and in Opera 9.5 it is perfect, hmmm Any thoughts? Thanks, Schalk Schalk Neethling wrote: Hi

[jQuery] Re: A little help please....

2008-09-06 Thread Chad Pry
maybe tinker with the css #about, #contact { clear:both; height:auto; overflow:hidden; } i think it has to do with the effect using overflow hidden in the animation. On Sep 6, 11:00 am, Schalk Neethling [EMAIL PROTECTED] wrote: This just got a little more interesting. In IE 6 and 7 the

[jQuery] IE7 change event not bubbling

2008-08-28 Thread Chad B.
. Thanks to everyone who takes the time to read this. Chad B. index.html: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en head titleIE 7 Javascript test/title

[jQuery] Superfish / Firefox 3 PC / Flash issue

2008-07-07 Thread Chad
of the movie. Everything works as planned on IE 6, IE 7, Firefox 2 PC Mac, Firefox 3 Mac and Safari 3 Mac. For some reason, Firefox 3 on the PC is sending the menus behind the Flash file. Has anybody else run into this issue? The site is in development, so I don't have any links. Thanks, Chad

[jQuery] Re: Superfish / Firefox 3 PC / Flash issue

2008-07-07 Thread Chad
I may have solved my issue. Before, I was calling the flash file in with object (swfobject static publishing default). On a whim, I decided to try and call the Flash file with the dynamic method of swfobject. As a result, my Superfish menu now appears correctly. Here is my code for reference:

[jQuery] Re: Simple .load does not work in IE7

2007-05-16 Thread Chad Burrus
basically that code is saying: if there is a DOM property that maps to innerHTML { if the ajax response is defined { set the P element's innerHTML to the value of the response } } Chad On May 16, 11:48 pm, Bil Corry [EMAIL PROTECTED] wrote: Ⓙⓐⓚⓔ wrote on 5/16/2007 8:02