I have a javascript that runs an obout javascript that looks like this
ob_post.post(null, "functionNameHere", function () { });
This function works great on all browsers except for IE, I am not certain about all IE version but 11 does not work atleast.
The function is being run on an on blur event but I've played around with alerts here and there and everything works great except for this part. Where it does the AJAX.
I am not really experienced with obout and I haven't really made this website either, just updating it a bit here and there.
Does the obout just not support IE/IE11 that much?