Is there a way to use a Jquery to bind a click event to load a particular weblog when clicked?
I currently loop thru all of my “schedules” weblogs when the page is loaded which populates all the tables (42 of them) and then jquery hides the div’s until I want them displayed (by clicked a bound element). This worked fine with one only weeks work of schedules for one “workout site” (only 7 tables would be created and then hidden). Its beginning to get slow and I would like to have more on the fly schedules be created from this one page.
Anyone run across something like this?