Bug Tracker

Modify

Ticket #6613 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

Selector id not working

Reported by: adudoc Owned by:
Priority: Milestone: 1.4.3
Component: unfiled Version: 1.4.2
Keywords: Cc:
Blocking: Blocked by:

Description

I am using jquery-1.2.4.min.js. It seems whenever I try to use this to select an ID, it doesn't work. Here is my example.

<div> <img id="t44" alt="Add Campaign" src="Add32.png"/> </div>

<div id="t55"> <h4>Create New Ad Campaign</h4> </div>

<script>

$('#t44').click(function () { $('#t55').show(); });

</script>

Change History

comment:1 Changed 3 years ago by adudoc

Version of jquery is 1.4.2.

comment:2 Changed 3 years ago by dmethvin

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

Please reopen with a test case.

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.