Home › Forums › General Chat › We heard you like RegEX › Reply To: We heard you like RegEX
23 July 2010 at 19:51
#20327
Participant
Improved source code.
“when EVENT on ELEMENT do STUFF” works now.
Works like this:
“when mouseover on #america do javascript”
javascript, for example, can be: alert(‘hello world’)
added ‘do “action” every x sec|ms’
syntax is the same as ‘do “action” in x sec|ms’, instead of a timeout it sets an interval and repeats the action every x period of time..