I know how to load ajax content "winner.htm" using colorbox; however, I need to send via querystring "?fund=Aggregate" to the "winner.htm" page. Click here if you need a hint on how to retrieve querystring values via jQuery (or without)..
I have a list of links that are inserted into a DIV element using jQuery and ajax. The list of links are paginated where I only show 10 links at a time. After the ajax call completes and the links are ...