Sunday, 6 April 2014

call function or do something after ' x ' times in jquery


    //--- call function after 10 seconds.
    setTimeout("here specify what you want to do", 10000);

No comments:

Post a Comment

Extracting Nupkg files using command line

Rename it to zip first then extract files as below 1.     Rename-Item -Path A_Package.nupkg -NewName A_Package.zip 2.     Make sure to repla...