[jQuery] Attention Please
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7650.28">
<TITLE>Attention Please</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<P><FONT SIZE=2 FACE="Arial">I have attempted to bring this up in the past but did not get any response. Which is amazing since this is such a huge issue.</FONT></P>
<P><FONT SIZE=2 FACE="Arial">I *could* be doing something incorrectly, so please if so, I want to be corrected.</FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">One of the reasons for no-response a couple months back *MAY* be due to the complicated matter and it is hard to put into words to describe what is happening.</FONT></P>
<P><FONT SIZE=2 FACE="Arial">I will try to make it clear.</FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">I am NOT a good jquery coder, just barely a newbie.</FONT>
<BR><FONT SIZE=2 FACE="Arial">So say for example I am doing a simple border on image hover.</FONT>
<BR><FONT SIZE=2 FACE="Arial">I believe this much of an example will suffice? I am relying on .ready, using IE 6.0.28</FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">$(document).ready(function(){</FONT>
<BR> <FONT SIZE=2 FACE="Arial">$("img.helpIcon").hover(</FONT>
<BR> <FONT SIZE=2 FACE="Arial">function() { $(this).addClass("jsHover"); },</FONT>
<BR> <FONT SIZE=2 FACE="Arial">function () { $(this).removeClass("jsHover"); });</FONT>
<BR><FONT SIZE=2 FACE="Arial">//</FONT>
<BR> <FONT SIZE=2 FACE="Arial">$(".frmElement").focus(function(){ $(this).addClass("selected"); })</FONT>
<BR> <FONT SIZE=2 FACE="Arial">.blur(function(){ $(this).removeClass("selected"); })</FONT>
<BR><FONT SIZE=2 FACE="Arial">});</FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">In my case I am displaying say 100 rows with an Icon at the start of each row, that when you hover over changes the border color.</FONT></P>
<P><FONT SIZE=2 FACE="Arial">THE PROBLEM: Sometimes not 100% either way, the "code" will stop, and say only the first 50 rows have the DESIRED jQuery feature/hover.</FONT></P>
<P><FONT SIZE=2 FACE="Arial">Something happens where any given amount "CAN FAIL". And you will NOT see the results on all or some of the jquery effect.</FONT></P>
<P><FONT SIZE=2 FACE="Arial">As most of you have been developing as long or longer than I, 10 years, you KNOW we cannot even allow a 1% failure rate.</FONT></P>
<P><FONT SIZE=2 FACE="Arial">What can be done? How is everyone getting 100% accuracy and I am seeing effects fail? If you refresh more than a couple times you can usually see where the effect fails. This is a HUGE concern as it means I cannot role out using jQUERY to do ANYTHING important until I *learn* / find out what causes an effect to fail.</FONT></P>
<P><FONT SIZE=2 FACE="Arial">Another example is is I use JQUERY to say color divs in a dynamic menu I built. Say the first 3 columns/tabs of the horizontal menu do the effect perfectly, I hover over a choice and jquery colors it from white to blue say. But all the sudden if you go to tab 5 the jquery effect is not working!!</FONT></P>
<P><FONT SIZE=2 FACE="Arial">I told you this is hard to put into words, can anyone help me?</FONT>
</P>
<FONT SIZE=3><BR>
<BR>
*************************************************************************<BR>
This communication, including attachments, is<BR>
for the exclusive use of addressee and may contain proprietary,<BR>
confidential and/or privileged information. If you are not the intended<BR>
recipient, any use, copying, disclosure, dissemination or distribution is<BR>
strictly prohibited. If you are not the intended recipient, please notify<BR>
the sender immediately by return e-mail, delete this communication and<BR>
destroy all copies.<BR>
*************************************************************************<BR>
</FONT>
</BODY>
</HTML>_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/