[jQuery] Re: Fading text in/out (like a text slideshow)

2009-04-28 Thread Mitch Cohen
').html(myQuotes[quoteCounter]).fadeIn(1000).fadeTo (1, 1).fadeOut(1000, setNext); quoteCounter++; } $(document).ready(function() { setNext(); }); On Apr 27, 9:38 pm, Mitch Cohen mitchellsco...@gmail.com wrote: I have a small portion of a page which will contain

[jQuery] Fading text in/out (like a text slideshow)

2009-04-27 Thread Mitch Cohen
I have a small portion of a page which will contain a set of animated text snippets. Item one will appear immediately, then fade out; item two will fade in, pause, then fade out, etc. At the end of the sequence item one will appear again repeating forever. It's basically a slideshow of styled

[jQuery] Re: The Mitchies. Rating the Best GUI Plugins

2007-08-30 Thread Mitch
I am so pleased you took the time to look closely at my project. Your analysis is perfect, but I do have some questoins below. Some may sound dumb because I am so new to all this. On Aug 29, 10:48 pm, Pops [EMAIL PROTECTED] wrote: Mitch, I have to say - excellent job, very nice. I do have

[jQuery] The Mitchies. Rating the Best GUI Plugins

2007-08-29 Thread Mitch
://www.whatbird.com/wwwroot/Components/Complete_Search_Tab.html Thanks Mike, Klaus and Dan. Mitch

[jQuery] Re: Not Blowing My Own Horn jQuery Super GUI Example

2007-08-28 Thread Mitch
Thanks for the complicment James. It might look good but its held together with tape and paperclips :) Its interesting how focused this group is on the plugins and the visual capability of jQuery but there are so few examples of using that power. Why is that? I hope more people step up to the

[jQuery] Re: Can I load HTML with jQuery code into another HTML/jQuery page?

2007-08-22 Thread Mitch
head. I am concerned that I will be creating multiple head and body tags in the larger project. Mitch

[jQuery] Re: Karl, cluetip questions: Select IE6 bug ETA, and incorporating JTIP?

2007-08-22 Thread Mitch
Karl. Side by side your cluetips take longer to appear then jTips do. About 1/2 second slower on this rig but that is a critical period that should be fast. Again this is me, maybe others like them slow. You know, Mitch, I think I have an idea what's going on now. When you include

[jQuery] Re: Cycle Plugin Killing me

2007-08-21 Thread Mitch
').click(function() { $('#birds').cycle('fade'); }); On 8/21/07, Mitch [EMAIL PROTECTED] wrote: Im having a heck of a time getting the Cycle plugin to work. Cycle is athttp://www.malsup.com/jquery/cycle/and appears to be the best slide show out there. Here is my incredibly

[jQuery] Re: Cycle Plugin Killing me

2007-08-21 Thread Mitch
of $(document).ready(function(){$('#birds').click(function() { $('#birds').cycle('fade'); }); On 8/21/07, Mitch [EMAIL PROTECTED] wrote: Im having a heck of a time getting the Cycle plugin to work. Cycle is athttp://www.malsup.com/jquery/cycle/andappears to be the best

[jQuery] Re: Cycle Plugin Killing me

2007-08-21 Thread Mitch
Woodpecker_X2.jpg / img src=../images/Alder Flycatcher_X2.jpg //div /body /html Anway thats my nickle. Mitch On Aug 21, 7:42 am, Mike Alsup [EMAIL PROTECTED] wrote: Mitch, I've just fixed a bug in the scroll transitions. v1.8 is available now and should fix the problem. Give me a shout if you're

[jQuery] Re: Cycle Plugin Killing me

2007-08-21 Thread Mitch
have it working, then start modifying or insidertinto your own code. Mitch On Aug 21, 2:16 pm, Mike Alsup [EMAIL PROTECTED] wrote: @mitch: What exactly is missing from the examples? Is it just the container ID that confused you? On the beginner demo I tried to clearly show how the markup

[jQuery] Re: Cycle Plugin Killing me

2007-08-21 Thread Mitch
: On Aug 21, 9:32 pm, Mitch [EMAIL PROTECTED] wrote: ... I would like to point out something that I think would make your cycle plugin much easier to use which is this. ... div id=birds class=pics img src=../images/Acadian Flycatcher_X2.jpg / img src=../images/Acorn Woodpecker_X2.jpg

[jQuery] Re: What to do when a plugin's css gets in your way

2007-08-20 Thread Mitch
plugin to use them (dimensions). On the other hand Karl does a great job on documenting his work and is incredibly helpful soUnless I someone bails me out I will have to switch. Mitch PS Battling Firebug was a poor description. I dont use debuggers so this has had a steep learning curve for me

[jQuery] Why do my tooltips slide to the right in IE and are fine in FF

2007-08-20 Thread Mitch
/Components/Complete_Search_Tab.html Maybe someone here can point out something I am doing wrong. Mitch

[jQuery] Cycle Plugin Killing me

2007-08-20 Thread Mitch
missed? Thanks Mitch

[jQuery] Re: Simulate foucs on any div, really get Firebug and use it

2007-08-19 Thread Mitch
more features to add that use plugins. I really want to use cycle Mitch On Aug 18, 3:17 pm, Stephan Beal [EMAIL PROTECTED] wrote: On Aug 18, 9:43 pm, Mitch [EMAIL PROTECTED] wrote: In fact this demo has a little bit of every thing in it. That's what impressed me. It really is a full-fledged

[jQuery] Re: Simulate foucs on any div, really get Firebug and use it

2007-08-19 Thread Mitch
Thanks Aaron. I had to make the left margin a fixed number. When I make it auto it works great, but when I click on new search the entire frame shifts to the left a few pixels and I am stuck on why. On Aug 18, 2:23 pm, Aaron Heimlich [EMAIL PROTECTED] wrote: On 8/18/07, Mitch [EMAIL PROTECTED

[jQuery] Re: Simulate foucs on any div, really get Firebug and use it

2007-08-19 Thread Mitch
Gosh that is so nice of you. I suspeced the table was changing size but I didnt think about the scroll bar. Thank you for finding that and giving me a solution. On Aug 19, 4:50 pm, Aaron Heimlich [EMAIL PROTECTED] wrote: On 8/19/07, Mitch [EMAIL PROTECTED] wrote: When I make it auto

[jQuery] What to do when a plugin's css gets in your way

2007-08-19 Thread Mitch
. Mitch

[jQuery] Re: What to do when a plugin's css gets in your way

2007-08-19 Thread Mitch
. Firebug? On Aug 19, 6:03 pm, Pops [EMAIL PROTECTED] wrote: Mitch, I came across the same issue with jTip until I studied it more. The global.css provided jTip is only an example. All you really need here are the classes beginning with JT_ The CSS has an inline comment separating

[jQuery] Re: @import vs link

2007-08-19 Thread Mitch
Check this: style type='text/css' media='all' @import '/public/js/jtip/css/jtip.css'; #JT{ background-color: lightcyan; } .jTip { cursor:default;} #JT_close_left { background-color: green; color: white; } #JT_close_right { background-color: green;

[jQuery] Simulate foucs on any div, really get Firebug and use it

2007-08-18 Thread Mitch
').click(function(event) { $('#text800birds').css( { background: #FF, color: #99} ); }); Have fun. Hope this message is not a waste of eletrons. Mitch

[jQuery] Re: anyone knows a jQuery based slideshow plugin like this?

2007-08-18 Thread Mitch
that was took a middle ground. Mitch

[jQuery] Re: anyone knows a jQuery based slideshow plugin like this?

2007-08-18 Thread Mitch
With the paging feature you will need more then one line of code. Cycle has exactly what you want. Its called the Pager. I am going to use that myself, its so simple. http://www.malsup.com/jquery/cycle/int2.html Mitch

[jQuery] Re: Simulate foucs on any div, really get Firebug and use it

2007-08-18 Thread Mitch
(I think) trick css button swap code. In fact this demo has a little bit of every thing in it. http://www.whatbird.com/wwwroot/Components/Complete_Search_Tab.html Mitch

[jQuery] Re: Question about event.StopPropagation()

2007-08-17 Thread Mitch
into the console and type: event.target.id and it shows its a null event.target shows div class=clipframe So does that mean that event.target.id doesnt work? I wish Firebug had some documentation. Mitch On Aug 16, 7:57 pm, Michael Geary [EMAIL PROTECTED] wrote: if (event.target.id

[jQuery] Re: jQuery negatives: dual/triple/quadruple special-case uses for both function calls and method names

2007-08-17 Thread Mitch
Is this topic changing to the need for removing stuff from jQ? My intention was to just get opinions about the comment Thor made. On Aug 17, 1:04 am, Erik Beeson [EMAIL PROTECTED] wrote: $(p:gt(4)).show().gt(10).css(color,red); Or, if you need to operate multiple time on same collection:

[jQuery] Re: jQuery negatives: dual/triple/quadruple special-case uses for both function calls and method names

2007-08-17 Thread Mitch
Thank you John - from you that means a lot. Speaking of meaning, are you suggesting I better get moving on this? When you say move it to the wiki do you mean I can go and set this up on the jq site? On Aug 16, 8:45 pm, John Resig [EMAIL PROTECTED] wrote: Great work Mitch - if someone wants

[jQuery] Re: Question about event.StopPropagation()

2007-08-17 Thread Mitch
Have you looked at the documentation? They have a one page FAQ, console reference, keyboard reference and jQuery Lite. I dont see anything like how to use Firebug to debug. http://getfirebug.com/docs.html Maybe there is another link to a tutorial? On Aug 17, 7:22 am, Mike Alsup [EMAIL

[jQuery] Re: Question about event.StopPropagation()

2007-08-17 Thread Mitch
I found something http://www.evotech.net/blog/2007/06/introduction-to-firebug/ On Aug 17, 7:22 am, Mike Alsup [EMAIL PROTECTED] wrote: I wish Firebug had some documentation. It does. http://getfirebug.com/

[jQuery] Re: Question about event.StopPropagation()

2007-08-17 Thread Mitch
an alert(here) statement inside the snippet above and click anywhere I get the alert pop 6 times! Which means its matching many other divs and it should not. I am at wits end as to what to do next to find out why. Mitch On Aug 17, 8:50 am, Mike Alsup [EMAIL PROTECTED] wrote: Look at all the Learn More

[jQuery] Re: Selector Question should be easy (continued with online example)

2007-08-16 Thread Mitch
Awesome! I got it working and improved it: http://www.whatbird.com/wwwroot/Components/jQuery_How_Do_I_not3.html You can now see clicking any div other then div2 unfocuses div2 while clicking on div2 gives it focus again. And they said it could not be done! Thanks for the help. Mitch PS Karl

[jQuery] jQuery negatives: dual/triple/quadruple special-case uses for both function calls and method names

2007-08-16 Thread Mitch
at that. They will end up having to learn jQuery instead of having to learn DOM, CSS and JS, and when being considered as a direct replacement for those it fails both due to complexity and inconsistency. /quote Mitch

[jQuery] Re: jQuery negatives: dual/triple/quadruple special-case uses for both function calls and method names

2007-08-16 Thread Mitch
for indexing as well as the discussion is key to these working. Mitch

[jQuery] Question about event.StopPropagation()

2007-08-16 Thread Mitch
if (event.target == this) to if (event.target #match) so that it wont pass the event if the div is #match. Can you tell me the proper syntax? Mitch

[jQuery] Re: Question about event.StopPropagation()

2007-08-16 Thread Mitch
can get it to work in a small example but in real life, nada. Mitch On Aug 16, 7:16 pm, Karl Rudd [EMAIL PROTECTED] wrote: I think you mean: if (event.target.id != 'match') Karl Rudd On 8/17/07, Josh Nathanson [EMAIL PROTECTED] wrote: I think this will work: if (event.target.id

[jQuery] Re: Selector question should be easy

2007-08-15 Thread Mitch
I news for all of you, none of these suggestions work. Here is my code you can run it and see. When I add the last click handler it breaks the 2nd one and nothing happens. My guess is that is still not the right selector. !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://

[jQuery] Turning a checkbox on and off

2007-08-05 Thread Mitch
How do you check and uncheck a checkbox from jQuery? And how do you determine if a checkbox has been checked or unchecked? I tried attr and css and none of them worked. Thanks Mitch

[jQuery] Re: FW: [jQuery] Re: Hover accordion (as on apple.com)

2007-08-01 Thread Mitch
If you add height: 300px; to the dl: dl { width: 300px; height: 300px; } it will do what I am talking about. But I bet if I added any new li it would need to be readjusted. Ouch.

[jQuery] Need help with interface slider on Firefox/Win

2007-05-31 Thread Mitch
I'm trying to build a horizontal slider using the jQuery interface plugin. When I click on the slider's indicator, the indicator jumps well to the right of the mouse cursor. This behavior manifests with Firefox 2.0.0.4 / Windows; everything works correctly with IE 6. The slider has a single

[jQuery] Re: Need help with interface slider on Firefox/Win

2007-05-31 Thread Mitch
On May 31, 6:33 pm, Richard D. Worth [EMAIL PROTECTED] wrote: On 5/31/07, Mitch [EMAIL PROTECTED] wrote: I'm trying to build a horizontal slider using the jQuery interface plugin. ... Any help would be greatly appreciated. Please let me know if you need additional information. Some