I’m trying to run a script from server-side, but the DOM isn’t ready.
I want to activate the right accordion “tab”
function ValidateTermStoreProperties(index){
$('#myProfileSettings').accordion('activate', index);
}
I’ve tried to use .ready() without any luck! What am I doing wrong?
Try this.