[jQuery] Re: Error-Message: is not a function

2008-04-20 Thread Ryura
If I recall correctly, match() always returns an array. Try: catid = $(this).attr("name").match(/\[.+\]/) [0]; On Apr 20, 3:41 pm, Sen <[EMAIL PROTECTED]> wrote: > No ideas?

[jQuery] Re: Error-Message: is not a function

2008-04-20 Thread Sen
No ideas?