Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
1.86/5 (3 votes)
555 Sorry, I missed in post. This is my code and wanna change to display in HTML with different ID (id="keyin") of input elements.

XML
var tr = $('<tr class="full"></tr>');
   tr.html($('table.steep_m_key_drivers tbody > tr:eq(0)').html());


XML
<tr class="full">
	<td>
		<input type="text" name="steep_m_key_driver[]" class="steep_m_key_driver req" id="keyin" />
        </td>
</tr>


Thank you very much ^^.
Posted
Updated 23-Apr-14 16:00pm
v2
Comments
[no name] 22-Apr-14 20:35pm    
Please do not think that people can read your mind.
tr.html($('table.steep_m_key_drivers tbody') ?
Sunasara Imdadhusen 24-Apr-14 1:14am    
Not clear at all

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900