Bug Tracker

Modify

Ticket #5625 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

Firefox $ is undefined

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

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

comment:1 Changed 3 years ago by dmethvin

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

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

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

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.