Bug Tracker

Modify

Ticket #6658 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

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

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

Change History

Changed 3 years ago by nikhilkajrekar

comment:1 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.