j
k
j a
j l
I was curious what lib you are using for find and replace (if any) I'm trying to do a substitution like:
document.getElementById('(\w+)').innerHTML = (.+);* for $('#$1').html($2) but don't know if that facility is supported
Attachments:
Back to the thread
Back to the list