#6495 closed bug (invalid)
Bug Selector This when using $.get
Reported by: | jltouchette | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | selector | Version: | 1.4.2 |
Keywords: | selector, get, this | Cc: | |
Blocked by: | Blocking: |
Description
Example: $.get('page.aspx?ID=' + <%=RequestID?%> + '&rand=' + new Date().getTime(), function(data) {
$(this).parent('div').children('.myclass').html(data);
}); The selector works outside of the $.get but not inside.
Change History (2)
comment:1 Changed 12 years ago by
Priority: | → undecided |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 Changed 12 years ago by
need: | Review → Test Case |
---|
Note: See
TracTickets for help on using
tickets.
Please submit a complete working code example so that we can correctly verify the bug you are submitting.