It is my Computer Notes. Using Guide : object-key or object-key-key e.g. Step 1 Blog Search : [mysql-run] and then Step 2 ctrl+F [mysql-run] {bookMark me : Ctrl+D}
2013年10月24日 星期四
javascript-ajax-after-do something standard data for the form
$(document).ready( function() { //<== standard data for the form
S='tableRead?'+
'table=companyProfile&'+
'fields=CompanyName,CompanyChineseName,BusinessRegisterNumber,recordID&'+
'key=RecordID&value='+1+'&format=S,S,S,S&'+
'callback=?';
$.getJSON(S,
function(data) {
if (data[0]){
Company_name=data[0][0];
BR=data[0][3];
}
ajax2(); // <== do something after ajax
}
); //endofgetJson
});
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言