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

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -