But here's the crazy thing, this only happens with Safari. The function works as it should on Chrome, IE< and Firefox.
I tried adding:
$(document).ajaxComplete(function() {
var myfunctionhere = function()
{
//my function
}
});
Anyone got any ideas what is going on with Safari here and how I can get it to play nice.
alert("test");? Did that not run either?