Bug Tracker

Opened 13 years ago

Closed 13 years ago

#5625 closed bug (invalid)

Firefox $ is undefined

Reported by: Mimi Shim Owned by:
Priority: minor Milestone: 1.4
Component: core Version: 1.3.2
Keywords: firefox, undefined, $ Cc:
Blocked by: Blocking:

Description

Hi I am new to Jquery, so this question or bug may be easy to fix, or I have entered some script incorrectly. I am simply trying to use the slide effect on a site. It works well in Safari, however Firefox has an error saying that $(bio_info) is not defined. I've included my shortened code info below to see if you could see any solution or if this is a bug.

Your attention is greatly appreciated!

<head> <script>

$(document).ready(function() {$("bio").click(function(){$(bio_info).show("slide",{ direction:"left" },1000);

</script> </head>

<body>

<div id="bio">

<bio>bio</bio>

</div>

<div id="bio_info"> (TEXT) </div>

To view the full site: http://www.leylamccalla.com/leylamccalla.html

Change History (1)

comment:1 Changed 13 years ago by dmethvin

Resolution: invalid
Status: newclosed

This isn't a bug report. You can get help with jQuery in the groups:

http://groups.google.com/group/jquery-en/

Note: See TracTickets for help on using tickets.