Skip to main content

Bug Tracker

Side navigation

#5625 closed bug (invalid)

Opened December 09, 2009 05:36PM UTC

Closed December 09, 2009 06:43PM UTC

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

Attachments (0)
Change History (1)

Changed December 09, 2009 06:43PM UTC by dmethvin comment:1

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/