Reply To: We heard you like RegEX

Home Forums General Chat We heard you like RegEX Reply To: We heard you like RegEX

#20327
Joaco
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..