javascript - how to use date picker on dynamically generated objects -


i want use datepicker, while generating text boxes on need use date picker. can 1 tell me how can use.

after creating text box dynamically use jquery make in date picker.

$('#divid').append('<input type="textbox" id="txtid"/>');//create text box  $('#txtid').datepicker();//create date picker 

Comments

Popular posts from this blog

iphone - Request for member 'uitextfield' in something not a structure or union? -

Cursor error with postgresql, pgpool and php -

c++ - error: use of deleted function -