I'd like to load the entire configuration dynamically like the sUrl used to load language file with AJAX.
Does it exist any standard functionnality to do that or do I have to do it manually ?
Actually, I wanted to store an object in a separate file but I cannot convert the JSON string into Javascript object due to some function existence in the JSON String. So, the JSON parse throws an error (in $.getJSON() or $.ajax) because it's not "JSON compliant".
Does anyone have any idea to solve that ?
Replies
Does anyone have any idea to solve that ?