Skip to main content

Bug Tracker

Side navigation

#6658 closed bug (invalid)

Opened June 11, 2010 05:13AM UTC

Closed June 12, 2010 01:03AM UTC

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 (0.9 KB) - added by nikhilkajrekar June 11, 2010 05:14AM UTC.
Change History (1)

Changed June 12, 2010 01:03AM UTC by dmethvin comment:1

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