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.
Please submit a complete working code example so that we can correctly verify the bug you are submitting.