Trouble with loading jquery onload.
- by Darcy
Hi guys,
I'm trying to build some jquery tabs based on the request (which is stored in a table).
I have two pages sharing one .js file. One page is for the user to create the request, and the other is for the administrator to approve/deny the request.
On the admin page, here is my javascript code:
$(function() {
GetRequest();
…