ter=0;}
$('#animatedQuotes').html(myQuotes[quoteCounter]).fadeIn(1000).fadeTo
(1, 1).fadeOut(1000, setNext);
quoteCounter++;
}
$(document).ready(function() {
setNext();
});
On Apr 27, 9:38 pm, Mitch Cohen wrote:
> I have a small porti
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 H
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, v
Thats a real honor coming from you Karl. Thanks for the the note on
jTip. Besides the Mac issues I have seen problems in IE7 with location
of the tip. I will soon switch to your ClueTip which is more stable. I
hope some other developers here chime in and let me know there
impressoins.
Mitch
On
ere:
http://www.whatbird.com/wwwroot/Components/Complete_Search_Tab.html
Thanks Mike, Klaus and Dan.
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 p
>
>
>
> > One last thing 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.
>
> Y
and I hope this makes sense.
Mitch
ight before its loaded so I need the js,
> css and so on to be in its head.
>
> I am concerned that I will be creating multiple head and body tags in the
> larger project.
>
> Mitch
D]> wrote:
> 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.
> ...
> >
> >
> >
> >
>
> Spe
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
);
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
6
>
> > I think that code should be:
>
> > $(document).ready(function(){$('#birds').click(function() {
> > $('#birds').cycle('fade');
> > });
>
> > });
>
> > Instead of
>
> > $(document).ready(funct
').cycle('fade');
> });
>
> });
>
> Instead of
>
> $(document).ready(function(){$('#birds').click(function() {
> $('#birds').cycle('fade');
>
> });
>
> On 8/21/07, Mitch <[EMAIL PROTECTED]> wrote:
missed?
Thanks
Mitch
/Components/Complete_Search_Tab.html
Maybe someone here can point out something I am doing wrong.
Mitch
dd another 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 l
Check this:
@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; color: yellow;}
"
Its from HLS, whi
. 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_"
fonts.
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:
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/1
s.
I have several 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.
x27;s (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
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
was took a middle ground.
Mitch
;
/* any click that reaches the outer container simulate removing focus
*/
$('#outerdiv').click(function(event) {
$('#text800birds').css( { background: "#FF", color:
"#99"} );
});
Have fun. Hope this message is not a waste of eletrons.
Mitch
ed but matchcontainer is
definitely inside all the other divs so it should be matched.
When I put 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
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/
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 P
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
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
nd
to the right is the watch window.
I can then go into the console and type:
event.target.id and it shows its a null ""
event.target shows
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"
are messing up.
Again the purpose of all this is to simulate focus and unfocus on a
DIV. I 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 !=
}
});
I would like to change this part
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
d for indexing as
well as the discussion is key to these working.
Mitch
ddy one 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."
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
This doesnt work
http://www.whatbird.com/wwwroot/Components/jQuery_How_Do_I_not.html
This works
http://www.whatbird.com/wwwroot/Components/jQuery_How_Do_I_not2.html
The first example uses John's example for using not. Klaus your's
didnt work either.
Is this my stupidity again?
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.
http://www.w3.org/1999/xhtml";>
Untitled Document
$(document).ready(f
Does anyone have a way to select
"all divs except one with a specific ID?"
I want something like
$(* :not("myID")).click
or
$(div :not("myID")).click
I have tried :not but have not been able to get it to work on IDs,
seems that it just works on elements.
thanks
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
s needlessly verbose (its okay I can take it).
Are you suggesting that there be one routine (js or jq) that is the
click handler for any link that is clicked and it figures out where it
came from by its id and then does all the manipulation in that one
click handler.
Would I use something like
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 it would need to be readjusted.
Ouch.
I have a Slider with fractions and an onSlide handler. Sometimes when
the handler is invoked, the reported value for xProc seems to be
"lagging" -- it seems to be the value from just before the slider
jumped to its current position. Has anyone else seen this problem?
I'd like to post an example
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 appre
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 ind
47 matches
Mail list logo