Ticket #6658 (closed bug: invalid)
Beauty Tip Error
| Reported by: | nikhilkajrekar | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.3 | |
| Component: | unfiled | Version: | 1.4.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
i surprised i got error original is null or not an object
my code
<!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 TransitionalEN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml"> <head>
<title></title>
<script src="../jquery-1.4.2.js" type="text/javascript" charset="utf-8"></script>
<!--[if IE]><script src="../other_libs/excanvas_r3/excanvas.js" type="text/javascript" charset="utf-8"></script><![endif]--> <script src="../jquery.bt.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#s').bt({ trigger: 'none' });
}); function t() {
$('#s').btOn();
}
</script>
</head> <body> <div id="sa" title="sadasda" style="width:50px" onmouseover="t();"> adasdsa </div> <a href="#" id="s" title="dsf">asda</a> </body> </html>
and if i used jquery-1.3.2.min.js then it works fine
Attachments
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

