Response title
This is preview!
onfocus="document.getElementById('hide').style.display='block';" onblur="document.getElementById('hide').style.display='none';"
var thisURL = window.location.href;
var getLastSplit = thisURL.split('&').length-1;
var lastValue = thisURL.split('&')[getLastSplit];
if(lastValue == 'callManager') {
$('#CallManager').trigger('click');
}
© 2013 jQuery Foundation
Sponsored by and others.