Javascript RegEx Question

Posted by Sarfraz on Stack Overflow See other posts from Stack Overflow or by Sarfraz
Published on 2010-04-09T13:29:53Z Indexed on 2010/04/09 13:33 UTC
Read the original article Hit count: 436

Hello,

Suppose I have this:

$('ul.child').slideUp('slow');

What would be the regex to find 'ul.child' and 'slow' (including quotes) in the above expression.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery