In my webpage I am creating select box dynamically by providing functionality of add button which will add row. The data binding to select box from web service is proper. But when I select particular value from select box then it is not showing the selected value in select box and surprisingly I can get actual selected value when I call $("selectid").val() function.
I want to design a webpage in HTML 5 having drag and drop functionality of various images onto the canvas. I want to provide also multiple drag and drop. This webpage is only used in iPad or iPhone like touching devices. There is already jQuery plugin in order to implement this but it works on desktop version only not on iPad.
So can anyone tell which jQuery plugin I can use to accomplish this task. Is there any plugin for touch events.