[jQuery] Re: Deactivating parent link with JQuery

2009-09-26 Thread osu
Can anyone help with this one please? Thanks, osu On Sep 25, 2:03 pm, osu wrote: > Thanks Ryan for the alternative, > > However, I need to do the following now (see message above your last > post): > > I need to highlight *only* the top-parentitem (the same one I just > ran 'return false;' o

[jQuery] Re: Breadcumb, error in for-loop

2009-09-26 Thread Geir
Ok, understand the "undefined"-writing..

[jQuery] Re: marking a link as visited

2009-09-26 Thread Bertilo Wennergren
RealMason wrote: I'm using jquery.embedquicktime.js to play an mp3. Sometimes I have a dozen different mp3s on a page. When a user clicks on the graphical play button, the button is replaced with the Quicktime controller bar. This is all expected behavior. Since the link doesn't actually go an

[jQuery] how to serialize an array?

2009-09-26 Thread Althalos
Hi I have an array in a Javascript/jQuery code, and I want to pass it to a php file. It has an arbitrary number of elements in it. So I figured I would use $.post, HOWEVER, I'm sure how I would convert my array into a suitable data-string? $.post("test.php", data); << what should data be when I w

[jQuery] Re: Breadcumb, error in for-loop

2009-09-26 Thread Geir
Thanks! Now we're getting somewhere. (It's my first time writing a fo-expression) You're right about the comparison. It should be: for (i=3; i>=0; i--) > You're not initializing BText. I think this is valid.. http://www.w3schools.com/JS/js_variables.asp It's now writing to the page :)) Howeve

[jQuery] Re: Breadcumb, error in for-loop

2009-09-26 Thread Mike McNally
You're not initializing BText. Also, the comparison part of your "for" loop is wrong: should be "i == 0", not "i=0". On Sat, Sep 26, 2009 at 10:36 AM, Geir wrote: > > Ok, saw one mistake, overwriting the text on each for. > > So, tried this: >        var BrCu = here.parents('li').find("a:first"

[jQuery] Re: Superfish menu height

2009-09-26 Thread Charlie
the sub menu UL's are absolute positioned based on height of parent for horizontal menu or width for vertical. When not in view they are offset off page with top:-999em default visible position is top:2.5em which is set for *.sf-menu a*  having padding top and bottom of .75em  padding top +

[jQuery] Re: a plugin for extending .keypress to two keypresses

2009-09-26 Thread Stefan Petrea
On Sep 26, 6:21 am, spx2 wrote: > Hi, > > I'm writing a plugin for jQuery for catching 2 succesive keypresses. > I'll paste the plugin I wrote below . > It doesn't work on Opera . The Developer tools of Opera gave > no errors and I can't find any problems, it just doesn't work. > (I've used Opera

[jQuery] Re: Prevent jagged text in IE

2009-09-26 Thread Dave Maharaj :: WidePixels.com
I tried adding a solid bg color to the css to test quickly but it still rendered jagged. So I figured the easiest way is to scrap the fade all together. LOL Problem solved. Dave -Original Message- From: James [mailto:james.gp@gmail.com] Sent: September-25-09 11:26 PM To: jQuery (En

[jQuery] a little problem with checking all checkboxes

2009-09-26 Thread jjshell
Hi, Please consider the code below, supposed to check all child checkboxes wjen a parent checkbox has been checked. Hi, Please consider the code below, supposed to check all child checkboxes wjen a parent checkbox has been checked. //parentCheckbox and childCheckboxes are two variables set e

[jQuery] Re: Prevent jagged text in IE

2009-09-26 Thread Mike Alsup
On Sep 25, 8:17 pm, "Rick Faircloth" wrote: > I include a reference to a file with this jQuery code in every page to solve > that problem, Dave. > > Best solution I've found so far. I got it from someone, somewhere, but don't > remember who. http://www.malsup.com/jquery/fadetest.html

[jQuery] Re: IE: Cursor still displays hourglass symbol after unblocking

2009-09-26 Thread Mike Alsup
> I have tried adding to both the overlayCSS and css overrides a cursor > of 'default' but it doesn't seem to do anything. http://www.malsup.com/jquery/block/sep26.html

[jQuery] lavalamp category problem

2009-09-26 Thread ksprague
on this site: http://www.nrm.org/wordpress/ when I go to a category view like this http://www.nrm.org/wordpress/category/current-exhibitions/ the nice lavalamp features fall apart. I have dug into the .js on this but can't figure it out. >> here is the .js: jQuery.noConflict(); function kr

[jQuery] Re: [autocomplete] auto complete based on additional input value

2009-09-26 Thread alexbodn . groups
hello frank, your application knows what's the zip of each hospital, so i think there's not worth sending it and expecting it back. what you probably need is to take the zip from another field supplied by the user, and base the query upon it. that's extraParam for. the key part is the variabl

[jQuery] Re: Problem controlling links of appended html

2009-09-26 Thread Charlie
http://docs.jquery.com/Frequently_Asked_Questions#Why_doesn.27t_an_event_work_on_a_new_element_I.27ve_created.3F ximo wallas wrote: Hi there, I'm appending some divs with a thumbnail to an existing div called "main_area" and i would like to take controll of the append

[jQuery] Re: Every post I make, I get an mail error.

2009-09-26 Thread Charlie
I posted this issue into Google Groups help forum yesterday, only response so far "group won't recognize your email address" which is not true Will see what happens Bertilo Wennergren wrote: evo wrote: Everytime I post to this group through thunderbird, I get a undelivered mail

[jQuery] about jquery?

2009-09-26 Thread ask
hello what is better to start learning first? \ the JQuery /\ ASP.net /\ or PHP?

[jQuery] Re: MultiFile plugin taking no parameters

2009-09-26 Thread RNHurt
On Sep 18, 2:40 pm, leofromrio wrote: > I am having the same exact problem but I can't find the answer anywhere. > Have you found a solution? Chalk me up to having the same problem. I have tried various combinations of the MultiFile() parameters and nothing seems to work at all. It just duplic

Fwd: [jQuery] Re: getJSON callback not firing?

2009-09-26 Thread Felspar
Begin forwarded message: > From: Igor Romero > Date: September 26, 2009 AM 04:22:07 GMT+08:00 > To: jquery-en@googlegroups.com > Subject: Re: [jQuery] Re: getJSON callback not firing? > > can try this out > > function ajaxSucceed(result){ > alert(result.d); > } > > function ajaxFailed() >

[jQuery] Ajax problem on Safari/Chrome browsers

2009-09-26 Thread indre1
Any suggestions, why this code is not working on Webkit browsers: (function($) { $.fn.followUser = function(userId) { this.fadeOut(250); $.get("profile.php", { do: "addfriend", id: userId }, function(data) { return this.html('Follower added').fadeIn(250);

[jQuery] Affecting last link in *top level* of unordered list

2009-09-26 Thread osu
Hi, I'm trying this: $(document).ready(function() { // Hide first list item $("#header ul li:first").addClass("first"); // Hide last list item $("#header ul li:last").addClass("last"); }); On the following unordered list (below), but the class is appearing on the last *nested* list item, no

[jQuery] Re: Ajax problem on Safari/Chrome browsers

2009-09-26 Thread Mike McNally
On Sat, Sep 26, 2009 at 10:18 AM, Matt Quackenbush wrote: > > That code should not work on _any_ browser.  In the onclick attribute you > are grqbbing a reference to the containing div ($('#followButton2')), which > clearly has no method named followUser. ... except that he's created his own jQu

[jQuery] help with event binding on an ajax calendar

2009-09-26 Thread mjatharvest
I'm having trouble binding the same event to two different links in the html here's a link http://tinyurl.com/ydzzsjv what I want to happen is click on a link and jquery loads the previous month html, this works fine, but if I click next, then the page refreshes it's almost as if it lost it's e

[jQuery] Re: Breadcumb, error in for-loop

2009-09-26 Thread Geir
Ok, saw one mistake, overwriting the text on each for. So, tried this: var BrCu = here.parents('li').find("a:first"); var BText; for (i=3; i=0; i--){ if (BrCU[i] != undefined){ BText = BText + '> ' + BrCu[i]; }} $('#breadcumb span.ins').html

[jQuery] jQuery Validations

2009-09-26 Thread Nagella
Hi Any One Please Send jQuery PassWord Validation Examples.

[jQuery] Re: MultiFile plugin taking no parameters

2009-09-26 Thread RNHurt
On Sep 25, 10:53 pm, RNHurt wrote: > On Sep 18, 2:40 pm, leofromrio wrote: > > > I am having the same exact problem but I can't find the answer anywhere. > > Have you found a solution? > > Chalk me up to having the same problem.  I have tried various > combinations of the MultiFile() parameters

[jQuery] Re: Ajax problem on Safari/Chrome browsers

2009-09-26 Thread Matt Quackenbush
That code should not work on _any_ browser. In the onclick attribute you are grqbbing a reference to the containing div ($ ('#followButton2')), which clearly has no method named followUser. Try something like this instead:

[jQuery] Re: Elements with similar names

2009-09-26 Thread Carlos Santos
Thanks for all answers! On Sep 25, 11:21 pm, "comslash.com" wrote: > wow way to many of us jumped on that post at the same time > > On Sep 25, 10:19 pm, "comslash.com" wrote: > > > > > try > > > $('input[name^=tx_qtde]') > > > try this page for reference on selectorshttp://docs.jquery.com/Selec

[jQuery] Re: lavalamp category problem

2009-09-26 Thread Charlie
is there a common php page template for the pages in question that is different from pages that do work? the classes for the lavahelper in the js don't seem to exist so first thought is the template php may not be adding them ksprague wrote: on this site: http://www.nrm.org/wordpress/ when

[jQuery] Re: Breadcumb, error in for-loop

2009-09-26 Thread Althalos
I'm not an expert either, so I may be wrong. But I doubt that BrCU really gives you what you want. find("a:first") will give you ONE element by definition... it will not return an array of elements. I think. Probably you need to do something like this: var el = ""; var BrCu = here.parents('li'); B

[jQuery] Re: Affecting last link in *top level* of unordered list

2009-09-26 Thread osu
Ah, I feel stupid, sorry - just found the solution: $(document).ready(function() { // Hide first list item $("#header li:first").addClass("first"); // Hide last list item $("#header li:last").addClass("last"); }); On Sep 26, 6:47 pm, osu wrote: > Hi, > > I'm trying this: > > $(document)

[jQuery] Breadcumb, error in for-loop

2009-09-26 Thread Geir
Hi! I'm not an expert in js, maybe you can help me with this one: var BrCu = here.parents('li').find("a:first"); for (i=3; i=0; i--){ if (BrCU[i] != undefined){ $('#breadcumb span.ins').html('>' + BrCu[i]); } }; BrCu gives me what I want. But the f

[jQuery] IE not recognizing my scripts.

2009-09-26 Thread Cincinatus
I am new to jquery and javascript. I am working on a user interface for a web app. Everything works great in Safari, Firefox, Chrome etc. But nothing works in IE. It's as though IE doesn't even recognize my scripts. I can't figure it out. Necessary links below. Test Site: http://www.divinefiat.co

[jQuery] Re: Breadcumb, error in for-loop

2009-09-26 Thread Geir
Success!!! var BrCu = here.parents('li').find("a:first"); var BText = ""; for (i=3; i>=0; i--){ if (BrCu[i] != undefined){ BText = BText + ' > ' + '' + BrCu.eq (i).html() + ''; }} $('#breadcumb span.ins').html(BText); Thank you for your hel

[jQuery] Re: Ajax problem on Safari/Chrome browsers

2009-09-26 Thread Matt Quackenbush
@ Mike - Thanks for making me take a closer look at the original code. I get it now. My bad. /me crawls back into his cave to hibernate some more

[jQuery] Re: Convert MooTools to jQuery

2009-09-26 Thread Dave Methvin
So it looks like you're trying to fade in "#europe" as someone types into the input. The opacity value should go from 0 to 1, though, so I'm not sure why the values above 1 are there. Also, I would think you'd want to set the initial state based on the input field. If all of that is true, somethin

[jQuery] Re: jQuery Validate (bassistance)

2009-09-26 Thread emmabu...@live.co.uk
hi people - i noticed youre familiar with this plugin :) hi people ive just started playing around with jquery. ive used jqtransform to make my form pretty looking, and have attempted to implement bassistance.de's validation plugin - everything kind of works, apart from the fact that the valida

[jQuery] Superfish menu height

2009-09-26 Thread incredimike
Hi all. I am attempting to use a Superfish horizontal menu for a cascading nav on a site, but i would like to make the list items taller than the default Superfish height. I have modified the default skin like so: .sf-menu a { padding: 1.5em 2em; } a > .sf-sub-indicator { top: 1.55em; }

[jQuery] Re: jQuery Validate (bassistance)

2009-09-26 Thread emmabu...@live.co.uk
hi people, i noticed youre familiar with this plugin :) hi people ive just started playing around with jquery. ive used jqtransform to make my form pretty looking, and have attempted to implement bassistance.de's validation plugin - everything kind of works, apart from the fact that the validat

[jQuery] Re: Deactivating parent link with JQuery

2009-09-26 Thread ryan.j
$('.nav-selected:first') On Sep 26, 5:36 pm, osu wrote: > Can anyone help with this one please? > > Thanks, > > osu > > On Sep 25, 2:03 pm, osu wrote: > > > Thanks Ryan for the alternative, > > > However, I need to do the following now (see message above your last > > post): > > > I need to hig

[jQuery] Re: IE: Cursor still displays hourglass symbol after unblocking

2009-09-26 Thread Eeyore145
Mike: Any progress or ideas on this one. I am finding no good way to handle this issue. FireFox doesn't seem to have the same problem. Regarding your comment, "to mitigate the issue you can simply not use the wait cursor. You can override this via the CSS options of BlockUI", this also doesn't

[jQuery] $() and Object doens't support error

2009-09-26 Thread skellish
Hi, Following some tutorials to include field validation in a WordPress form. When I have the following in the js file for my form, I get the "Object doesn't support..." error. $().ready(function() {... If I change it to: jQuery().ready(function() {... then the code works as expected. I'm usi

[jQuery] Re: Wait until animation completed - callback?

2009-09-26 Thread ryan.j
But he will still want to trigger the animation on mouseover of that second unspecified element at some point after initiating the previous animation, regardless of the existence of $('.slide_started') or just using the :animated selector. At that point he will be forced to throw in a timer of so

[jQuery] Re: jQuery plugin help

2009-09-26 Thread Nalum
Hello Karl, Thanks for the reply. I'll give that a shot when I get the chance. The way I currently write my plugin is by doing this. $.fn.extend({ pluginname: function(){ ... } }); I'll find out when I test it but I'll ask anyway, would doing $.extend({ pluginname: function

[jQuery] Re: permission to redistribute Superfish

2009-09-26 Thread andrea
Update: I opened the Superfish source file and found the license information (GPL and MIT) so that answers my own question. Thank you! On Sep 23, 12:29 pm, andrea wrote: > Attention: Joel Birch > > Hello Joel, > > thank you for your work withSuperfish! > > I'd like to integrateSuperfishinto Menu

[jQuery] Re: Breadcumb, error in for-loop

2009-09-26 Thread Geir
Thanks for helping out Althalos, but BrCu really gives me what I want. You see, for each parents('li') jQuery finds a:first, giving me the array I want. However, I wonder if the format of the array doesn't convert to insert as html..

[jQuery] Problem controlling links of appended html

2009-09-26 Thread ximo wallas
Hi there, I'm appending some divs with a thumbnail to an existing div called "main_area" and i would like to take controll of the appended links, but I can't. I have tried this: $("#main_area").append("", function(){ $(".pics a").click(function(event){ return null; }) }); I have also tried to a

[jQuery] a plugin for extending .keypress to two keypresses

2009-09-26 Thread spx2
Hi, I'm writing a plugin for jQuery for catching 2 succesive keypresses. I'll paste the plugin I wrote below . It doesn't work on Opera . The Developer tools of Opera gave no errors and I can't find any problems, it just doesn't work. (I've used Opera 10.0). So it only works on Firefox (tested on

[jQuery] Full-screen Mode?

2009-09-26 Thread jhm
Is there some way to switch the browser into full screen mode? Essentially emulating the F11 key in IE would be what I'm trying to accomplish. TIA!

[jQuery] Re: $() and Object doens't support error

2009-09-26 Thread Dave Methvin
Most likely, jQuery.noConflict was called somewhere in the page so that the $ variable could be used by something else. If you are including a lot of plugins, one of them may have done it.

[jQuery] autocomplete, extraParams and $(this)

2009-09-26 Thread patrickk
I´m a bit confused, because the following doesn´t seem to work and I have no idea why ... after searching google for a couple of hours and trying different solutions, I´m posting this here and hope that someone can help. $("input.vAutocompleteField").autocomplete('/ autocomplete_lookup/', {

[jQuery] Superfish bug report

2009-09-26 Thread andrea
For the author of Superfish: I just found a small bug in Superfish that leaves a submenu open in special circumstances. Steps to reproduce the bug - the description would be easier if the example menu items were all named differently :-) 1) go to http://users.tpg.com.au/j_birch/plugins/superfish

[jQuery] Re: a little problem with checking all checkboxes

2009-09-26 Thread Mike Alsup
> Please consider the code below, supposed to check all child checkboxes > wjen a parent checkbox has been checked. > > //parentCheckbox and childCheckboxes are two variables set earlier. > //Here are typical values they produce once alert() > //I reproduce the exact string outputed when alert() :

[jQuery] Re: Wait until animation completed - callback?

2009-09-26 Thread ryan.j
Here is some code that more or less does what the OP wanted by intercepting the callback. It's just a proof of concept i found was vaguely interesting coming up with, so for god's sake don't actually use it for anything (it's bad coding and highly likely to break anyway!) http://jsbin.com/isugi

[jQuery] Re: Full-screen Mode?

2009-09-26 Thread ryan.j
you used to be able to use an activex control to simulate an F11 keypress in IE, but i honestly don't know if it still works. it's likely to trigger a yellowbar prompt in IE these days anyway. you can open a new window without any toolbar, statusbar etc with plain old window.open (http://www.w3sch

[jQuery] Re: Full-screen Mode?

2009-09-26 Thread Bertilo Wennergren
ryan.j wrote: Or you could jsut have the text "best viewed fullscreen. press F11 for fullscreen" or whatever if the window res is below a certain value. Preferable not. You can't really know which key or key combination gives fullscreen. A lot of the time it's F11, at the present, but it coul

[jQuery] Re: Full-screen Mode?

2009-09-26 Thread jhm
>> i think it's generally better to let users configure their own browsers ;) I agree. This would be in response to something the user clicks indicating they want a full-screen view temporarily. Getting rid of all the browser toolbars, menus, etc. Maybe just a way to have a button that triggers t

[jQuery] Re: Full-screen Mode?

2009-09-26 Thread ryan.j
> Maybe just a way to have a > button that triggers the F11? you could change the event.keyCode of another keypress if (e.keyCode==13) { e.keyCode=122; return e.keyCode; } On Sep 26, 8:36 pm, jhm wrote: > >> i think it's generally better to let users configure their own browsers ;) > > I agree

[jQuery] Re: Full-screen Mode?

2009-09-26 Thread Bertilo Wennergren
ryan.j wrote: Maybe just a way to have a button that triggers the F11? you could change the event.keyCode of another keypress if (e.keyCode==13) { e.keyCode=122; return e.keyCode; } And how do we make certain what keyCode 122 actually does? Such things are configurable. It could mean "quit

[jQuery] Re: how to serialize an array?

2009-09-26 Thread Scott Haneda
Could you use get.JSON? http://docs.jquery.com/Ajax/jQuery.getJSON You could of course also use post, but for quickies I use get: $.getJSON("example.php", { name: "John", time: "2pm" }, function(json) { alert("JSON Data: " + json.users[3].name); }); In the above, example.com/?name=John&tim

[jQuery] Re: about jquery?

2009-09-26 Thread Scott Haneda
Neither. Learn to figure out the right tool for the job. When it comes to web development, you will mostly use jQuery on the client side, and ASP or php on the server side. If you just want to start to learn programming, start with jQuery, or probably a little JavaScript first, since jQ

[jQuery] Re: Prevent jagged text in IE

2009-09-26 Thread Rick Faircloth
Much appreciated, Mike! It's been of tremendous benefit! Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Mike Alsup Sent: Saturday, September 26, 2009 9:26 AM To: jQuery (English) Subject: [jQuery] Re: Prevent jagged text in IE

[jQuery] Re: Every post I make, I get an mail error.

2009-09-26 Thread Scott Haneda
I believe what happens, is there is a bad address in the group, so when you post a message to the list, it is sent out to all subscribers. Final-Recipient: rfc822; r...@localhost Original-Recipient: rfc822;r...@localhost Action: failed Status: 5.3.0 If an email is sent from the group to r...

[jQuery] Re: Full-screen Mode?

2009-09-26 Thread jhm
>> And how do we make certain what keyCode 122 actually does? You make a good point. I'd bet, however, for 99% of our users it would work. So maybe it would be worth the risk to provide the functionality for the majority. I'd love to find a better way though, do you have any suggestions? It is a

[jQuery] Re: $() and Object doens't support error

2009-09-26 Thread Scott Kellish
Thanks, that is exactly what the problem it. -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Dave Methvin Sent: Saturday, September 26, 2009 9:52 AM To: jQuery (English) Subject: [jQuery] Re: $() and Object doens't support error Most

[jQuery] ANNOUNCE: jQuery plugin to measure image dimensions

2009-09-26 Thread George Adamson
Here's a little plugin to measure the original width and height of an image. http://blog.softwareunity.com/2009/09/measure-raw-image-dimensions-using.html It has to pass the measurements to a callback so you use it like this: $("IMG").imgSize(function(size){ alert(size.width + "x" + size.

[jQuery] been asked 1000 times?

2009-09-26 Thread monkeyman
Hiya, I'm really new at jquery, but not programming. I'd like to display some items dynmically from a DB, and have them call a common jquery function onclick, passing some params. this is a snippet of my Client side code >> $('#open-frame').click(function() {

[jQuery] Re: jquery.media.js modification

2009-09-26 Thread Fred K
I'm having a similar issue with the media plugin and Safari. According to Safari's plugin list, mime type "video/quicktime" is limited to the file types: mov,qt,mqv. This of course means that if you try and publish an mp4 file, or if you would remap mp3 to play with Quicktime instead of Flash, it'

[jQuery] Mouseout event problem

2009-09-26 Thread James A
Hi there, Real newbie to jquery but things are starting to become clearer. I am building a website for a studio i have just set up - http://www.birchstudio.co.uk/test - and am having trouble with the menu which is using a slide plugin. I have got the menu area (the white part at the top of the s

[jQuery] Fade effect

2009-09-26 Thread scorey
hey y'all, I've created an animation that simply fades in a "cloud-like" bar that will be my search bar. This is supposed to happen when i click the search Icon. When I click the icon again, I want the search bar to disappear by fading out. I got it to work great once. The problem is, the sec

[jQuery] Re: jquery.media.js modification

2009-09-26 Thread Mike Alsup
> I'm having a similar issue with the media plugin and Safari. According > to Safari's plugin list, mime type "video/quicktime" is limited to the > file types: mov,qt,mqv. This of course means that if you try and > publish an mp4 file, or if you would remap mp3 to play with Quicktime > instead of

[jQuery] Update Text or HTML

2009-09-26 Thread Dave Maharaj :: WidePixels.com
I have a div inside a div: Some Title Text Add | Edit | Delete I simply want to change the "Some Title Text" and leave the Add Edit Delete as is but my $(document).ready(function() { $('.heading').html("My New Title"); }) Strips everything out, how can i select to only change the

[jQuery] Re: been asked 1000 times?

2009-09-26 Thread Matt Quackenbush
Use class instead of id. $('.open-frame')

[jQuery] Re: Update Text or HTML

2009-09-26 Thread Scott Haneda
I believe you need to narrow it down some more, or you are going to replace everything: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js ">

[jQuery] Re: been asked 1000 times?

Correct, you can not have duplicate #id's so you will need to change those to classes. However, I am not sure that is valuable to you, since why would you want to have a click event change *everything* in all your divs you listed from the server side output below? I would change the serve

[jQuery] Re: Fade effect

When your code is first executed, it adds a click handler to the .searchIcon element. Then, when the element is clicked, the click handler (the outer one) adds *another* click handler (the inner one). The next time you click it, both of these handlers are executed, causing the effect you saw. It's

[jQuery] Re: Prevent jagged text in IE

@Rick > > if (jQuery.browser.msie) > this.style.removeAttribute('filter'); This is a nice simple solution to a common cross-browser issue, so wouldn't it be reasonable for this to be added to the standard jQuery animate method? The extra size is minimal. /Kevin On Sep 25, 5:17 pm, "Rick Fai

[jQuery] Hover on different ids

Hi! I want an div#breadcrumb to animate when some other divs are hovered. This is my code: var BrHo = $('#breadcumb') + $('#nKnapper') + $('#Navigation'); BrHo.hover(function(){ $('#Breadcumb').animate({ opacity: '1', fontSize: '14px