Skip to main content

Bug Tracker

Side navigation

#7042 closed bug (worksforme)

Opened September 16, 2010 11:11PM UTC

Closed September 22, 2010 10:22PM UTC

ajax get not working after confirm-box

Reported by: c.hiller76 Owned by:
Priority: Milestone: 1.4.2
Component: ajax Version: 1.4.2
Keywords: Cc:
Blocked by: Blocking:
Description

To demonstrate the bug,

this functions first alerts the data retrieved by "time.php", then it asks to confirm by clicking OK, and then it retrieves again data, but this time data is empty...

function something(){

$.get("time.php",function(data){alert(data);});

var answer = confirm ("Confirm please");

if (answer){

$.get("token.php",function(data){alert(data);});

}

}

Attachments (0)
Change History (1)

Changed September 22, 2010 10:22PM UTC by snover comment:1

resolution: → worksforme
status: newclosed

Thank you for your report, but this is not a jQuery bug. Please use the jQuery forum for support.