It's because of this chunk here:

                                <ul>
                                        <li><a href="javascript: void(0
                                                </div>
                                        </td>);"
id="link_archiveDrafts">Drafts</a></li>
                                        <li><a href="javascript: void(0);"
id="link_archiveSent">Sent</a></li>
                                </ul> 

Around line 882. Your JS is broken. You've got a </div></td> inside your
void(0).

-----Original Message-----
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Casey Wise
Sent: Friday, November 09, 2007 10:23 AM
To: jQuery (English)
Subject: [jQuery] invalid flag after regular expression ??


This is the first time I've posted in this group, hope I'm doing this
correctly.

I'm making an AJAX call from my page to score some data.  It's happening all
over the place elsewhere in the navigation... posting and getting, working
fine, no problem.  This one call though, my FireBug is complaining.  I'm
getting a "invalid flag after regular expression void(0</div></td>);" error
and I'm now officially stymied, hoping another set of eyes and brains might
help catch this.

It's here when the $("#link_archiveDrafts").click(function() is called

https://www.uakron.edu/edigest2k5/admin/zalert/

Thanks for your help.


Reply via email to