Expanding the select box when last option is hovered/mouse over is done.

Expanding the select box when last option is hovered/mouse over is done.

I have a task where i will display 5 options out of 50 in a select box initially. when a user selects last item/option in that box the select box should get populated with next 5 options from server side. i have to implemet with jQuery . can any one please help me with a solution. 
 
which plugin can be used, and using ajax call can we do this ?