Click here to Skip to main content
16,007,111 members

Comments by Member 14071009 (Top 1 by date)

Member 14071009 28-Nov-18 23:32pm View    
I know this thread is old but last week I got the same issue with my ajax code & for that I search a lot then this thread help me to figure out the issue that "when we load a php script using ajax then document state is not ready or load state." we just need to set it to

$(document).change(function() {
    
    // your functions
    
});


thats all
Thanks (this thread is actually help me)