[jQuery] isNot bug

[jQuery] isNot bug

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Trebuchet MS">I think I spotted a bug in
the latest jquery.js source at the isNot method:
</font></font>
<pre>isNot: function(t) {
return !this.s(t);
}</pre>
<small>It should be somewhat like:</small>
<pre>isNot: function(t) {
return !this.<b>is</b>(t);
}</pre>
<small>
Anyway, it's one kick-ass JS library. Keep up the good work!
</small>
<div class="moz-signature">--
<table border="0" width="600">
<tbody>
<tr>
<td
style="font-family: 'Trebuchet MS',Tahoma,sans-serif; font-size: 11px; color: rgb(51, 51, 51);"><b>Valentin
Agachi</b>
Web developer
<a href="http://agachi.name/">agachi.name</a>
<a href="http://www.anunta-ma.ro/">Anunta-ma.ro</a>
</td>
<td
style="font-family: 'Trebuchet MS',Tahoma,sans-serif; font-size: 11px;"
align="right"><b style="color: rgb(153, 153, 153);">Tel:</b>
+40-721-657509
<b style="color: rgb(153, 153, 153);">Hotmail:</b>
<a class="moz-txt-link-abbreviated" href="mailto:avaly2k@hotail.com">avaly2k@hotail.com</a>
<b style="color: rgb(153, 153, 153);">Gmail:</b>
<a class="moz-txt-link-abbreviated" href="mailto:valy.agachi@gmail.com">valy.agachi@gmail.com</a>
<b style="color: rgb(153, 153, 153);">Y!:</b>
<a class="moz-txt-link-abbreviated" href="mailto:valentin.agachi@yahoo.com">valentin.agachi@yahoo.com</a>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/



















































    • Topic Participants

    • avaly