Opened 13 years ago
Closed 13 years ago
#6613 closed bug (invalid)
Selector id not working
Reported by: | adudoc | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | unfiled | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please reopen with a test case.
Note: See
TracTickets for help on using
tickets.
Version of jquery is 1.4.2.