|
|
|
คือผมอยากจะสร้าง textbox จากป่มที่สร้างมาอีกทีอะครับแต่มันสร้างไม่ได้รบกวนด้วยครับ |
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2014-04-23 17:47:02 |
By :
_Emo_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เปลี่ยนในส่วนของ javascript ใหม่น่ะครับ
$(document).ready(function(){
$(".page-header").append("<input type=\"text\" placeholder=\"header\" name=\"header\" id=\"header\" />");
var intradio = 1;
var inttitle = 1;
var count = 1;
$("#btn1").click(function(){
$(".content").append("<li class=\"part select\" _require=\"1\" _sn=\"sn"+inttitle+"\">"+
"<h4 class=\"title\">"+
"<input type=\"text\" placeholder=\"title"+inttitle+"\" name=\"radio"+inttitle+"\" id=\"radio"+inttitle+"\" />"+
"<span class=\"require\">*</span>"+
"</h4>"+
"<table width=\"190\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">" +
"<tr>"+
"<td><input type=\"radio\" id=\"radio\" name=\"radio\" value=\"radio\"/></td>"+
"<td><input type=\"text\" placeholder=\"radio\" name=\"radiosup"+intradio+"[]\" id=\"radiosup"+intradio+"\" /></td>"+
"<td><input name=\"btn2\" type=\"button\" id=\"btn2\" value=\"+\"></td>"+
"</tr>"+
"</table>");
inttitle++;
});
$("ol.content").on("click","#btn2",function(){
$(this).parents("li.part").find("span.require").append(
"<table width=\"190\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">" +
"<tr>"+
"<td><input type=\"checkbox\" id=\"checkbox\" name=\"checkbox\" value=\"checkbox\"/></td>"+
"<td><input type=\"text\" placeholder=\"select\" name=\"selectsup"+intradio+"[]\" id=\"selectsup"+intradio+"\" /></td>"+
"</tr>"+
"</table>");
});
});
หรือจะลองเข้าไปเล่นดูก่อน http://jsfiddle.net/T8LFk/
|
|
|
|
|
Date :
2014-04-24 12:33:23 |
By :
sakuraei |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้ามี <ol class="content"></ol> แค่ชุดเดียว
ก็น่าจะใช้ <ol id="content"></ol> ดีกว่าครับ แล้วค่อยปรับ
$("ol.content").on("click","#btn2",function(){
เป็น
$("ol#content").on("click","#btn2",function(){
|
|
|
|
|
Date :
2014-04-24 12:55:26 |
By :
sakuraei |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับ
|
|
|
|
|
Date :
2014-04-24 14:47:04 |
By :
_Emo_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2014-04-24 15:57:09 |
By :
sakuraei |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมลองแก้ตามด้านบนแล้วครับแต่ค่ามันไม่เท่ากันผมจะย้าย inttitle++ ไปไว้ตรงไหนดีครับค่ามันถึงจะได้เท่ากันหรือมีวิธีอื่นไหมครับ
|
|
|
|
|
Date :
2014-04-29 19:48:00 |
By :
_Emo_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|