Bug Tracker

Opened 13 years ago

Closed 13 years ago

#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:
Blocked by: Blocking:

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 (1)

HTMLPage.htm (891 bytes) - added by nikhilkajrekar 13 years ago.

Download all attachments as: .zip

Change History (2)

Changed 13 years ago by nikhilkajrekar

Attachment: HTMLPage.htm added

comment:1 Changed 13 years ago by dmethvin

Resolution: invalid
Status: newclosed

This is the jQuery core bug tracker. Since the problem seems to be with a plugin, please contact the plugin author or ask for help on the forum.

http://forum.jquery.com

Note: See TracTickets for help on using tickets.