That was it. jQuery was being loaded just before , so it was
overwriting the jQuery object loaded earlier (via the custom page). By
moving this to the top and deleting the extra script reference, I
fixed the problem. Thanks!
Thomas
On Apr 16, 12:37 am, Thomas Allen wrote:
> This is possible, an
This is possible, and makes sense. I'll take a look tomorrow (the main
template for this site includes jQuery, and we include these scripts
on forms, which is where things got mixed up).
Thomas
On Apr 15, 4:55 pm, Eric Garside wrote:
> Upon further inspection, I'm not quite sure what to make of
Upon further inspection, I'm not quite sure what to make of your page.
Firebug's Net console reported the following includes in the following
order:
1. jquery-1.3.2.js
2. jquery.validate.min.js
3. validate-common.js
4. asce03.js
5. validate.js
6. jquery-1.2.6.js
7. jquery-dropdown-menus.js
So, f
You also have a reference to jQuery 1.2.6 as well as 1.3.2; near the
bottom of the page:
On Apr 15, 1:44 pm, Thomas Allen wrote:
> No, that's not it. The scripts are ordered:
>
>
> script>
>