How to use dynamic id of text box document.getElementById in JQuery
Dear Sir,
I am having code in ajax
I am bringing id from ajax
code is for text box id='textbox1"+i+"'
here id name I am giving textbox and i is my increamented value and appending with textbox
the id is dynamically generating it is like textbox0 on next textbox2
But
how I ll use the same dynamically generated id in on of my jquery function using document.getElementbyid
I am not good in jquery.
please help
regards sanat