Skip to main content

Bug Tracker

Side navigation

#6495 closed bug (invalid)

Opened April 27, 2010 07:37PM UTC

Closed October 02, 2010 07:33PM UTC

Last modified October 02, 2010 07:33PM UTC

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=' + <%=Request["ID"]%> + '&rand=' + new Date().getTime(), function(data) {

$(this).parent('div').children('.myclass').html(data);

});

The selector works outside of the $.get but not inside.

Attachments (0)
Change History (2)

Changed October 02, 2010 07:33PM UTC by addyosmani comment:1

priority: → undecided
resolution: → invalid
status: newclosed

Please submit a complete working code example so that we can correctly verify the bug you are submitting.

Changed October 02, 2010 07:33PM UTC by addyosmani comment:2

need: ReviewTest Case