tags:

views:

24

answers:

0

I'm trying to use jquery tabs to make ajax calls to load content, but the data I'm receiving back is JSON encoded. On top of that, I have a lot of other stuff I want to do to that data once I get it and insert it into the tab. Is there anyway to customize the way ui-tabs makes the ajax call?

Edit: actually, nevermind. You're not supposed to be able to change it. I realized I was just doing something wrong.