I was trying to resolve it like the other answers unfortunately, I didn't get a right way to do it, once I tried as I write below:
$('#<%=ddID.ClientID %>').get(0).selectedIndex = 0;
this code works for me, I hope that will be useful for you guys.
Best Regards.
Samuel Alvarado.