How to make a Post Tag primary?

Looks like someone on on of my listserves provided the answer:

He said to, “use innerHTML() within your ajax callback function. It looks like you’re using jquery, so use the .load() function.”

I checked on the jquery site and it said .innerHTML is .html in jQuery, so we’ll go with that then and see if we can pull the AJAX data and print it somewhere else using that function.