How would I change the tables title in jquery? I want to change the title once an even happens such as combobox selection. 
I already tried below and neither worked:
 $('#dgMytablegrid').prop('title', 'your new title'); 
and 
 $('#dgMytablegrid').prop('title', 'your new title');
Thanks