javascript - Replace text using jquery -


I need to convert a text to a div that is "OK ..." with "random" random Thanks in advance.

Try it out:

  $ ("# foo"). Text ("Please Wait ...") .delay (Math.random (* * 1000) // 0 to 1000 milliseconds. Between (function (q) {$ ( This) .text ("OK, it has been done"); q ();});  

Comments