Browse by Tags

All Tags » ajax (RSS)

A CALLBACK function is always triggered at LAST in a code route !! by zc0000

A segment of javascript code : function getValue() { var rel = null ; CustomService.GetValueFromServer( function (result) { rel = result; } ); return rel; } var myValue = getValue(); CustomService is a "ScriptService" attributed c# webService class with...

$(document).ready() and pageLoad() are not the same! by zc0000

Refer to: $(document).ready() and pageLoad() are not the same!
More Posts