ajax非同期配信

WBOY
リリース: 2016-06-23 13:24:43
オリジナル
836 人が閲覧しました

table width="100%" border="0" cellspacing="0" cellpadding="0" class="ttbb5">    <tr>    <th scope="col"><strong>序号</strong></th>    <th scope="col">国家</th>    <th scope="col">省份</th>	<th scope="col">地区</th>    <th scope="col">操作</th>      </tr>      {if $list or $list|@count neq 0 } 	{foreach from=$list item=item key=index}	<tr align="center">    <td>{$index}</td>	{if $item.parent_tow_id eq 2}	<td class="ttbb6">{$item.country}</td>	<td class="ttbb6">{$item.province}</td>    <td class="ttbb6">{$item.name}</td>	{/if}		{if $item.parent_tow_id eq 1}	<td class="ttbb6">{$item.country}</td>	<td class="ttbb6">{$item.name}</td>    <td class="ttbb6"></td>	{/if}		{if $item.parent_tow_id eq 0}	<td class="ttbb6">{$item.name}</td>	<td class="ttbb6"></td>    <td class="ttbb6"></td>	{/if}    <td align="center" class="ttbb6">  <div align="right">      <input name="p" type="text" id="p" value="{$item.paixu}" size="5" maxlength="3" />                  <input type="button"  class="anniu4" value="确定" onclick="foo()" />	         </div></td>	</tr>	{/foreach}	{else}	 <tr>    <td align="center" colspan="5">--暂无数据--</td>  	</tr>	{/if}    </table>    {include file=warning.tpl}</div>    </td>  </tr></table>
ログイン後にコピー


input=text はデータベースのソートの値を表示します テキスト ボックスの値を変更して [OK] をクリックします データベースに渡す方法 paixu の値を変更します
Ajax 非同期送信コードの作成を手伝ってください


ディスカッション(解決策)への返信

フォームを使用して送信できますか?
そうでない場合は、まず学習してください

フォームを使用して送信できますか?
やり方が分からない場合は、まず勉強してください



意味が分かりません、書き間違えましたか?それとも ajax フォームを使用して送信する必要がありますか?

フォームを使用して送信する方法を知っていますか?
やり方が分からない場合は、まず学んでください

<script type="text/javascript">      function modifyItem() {          if (trim(document.getElementById("p").value) == "") {              alert("不能为空!");              document.getElementById("p").focus();              return;          }           with (document.getElementById("itemForm")) {              method = "post";              action = "item.do?command=modify&paixu=${itemForm.paixu}";              submit();          }      }      //返回      function goBack() {          window.self.location = "item.do?command=list&paixu=${itemForm.paixu}";      }    </script>  
ログイン後にコピー
<form name="itemform" id="itemform">      <input name="p" type="text" id="p" value="{$item.paixu}" size="5" maxlength="3" />                  <input type="button"  class="anniu4"  onclick="modifyItem()" value="确定"  />	     	  </form>
ログイン後にコピー
これは正しい書き方ですか?



リストがある場合ここでは、名前を繰り返すことはできません。または、name="p[]" に変更します



ここにリストがある場合、名前を繰り返すことができないか、name="p[]" に変更しました


name= に変更しましたp[]" それから私は ajax を間違って書きました もう?何度か試してみましたが、何が間違っているのかわかりません。

神様、私は死にそうです。 ?とんでもない?

それはそれほど難しいことではありません。

それはそれほど難しいことではありません。

心からそう思います。 WeChat であなたをフォローしました、お兄さん、あまり面白くありません

http://bbs.phome.net/showthread-13-130691-0.html

例があります


http ://bbs.phome.net /showthread-13-130691-0.html

例があります

この例は、最初に登録してから、コードを見たときにわかりました。それらは同じタイプではありません、私にはまったく当てはまりません、賢明です、それらはすべてajaxのように書かれていますか?この文書にはいくつかの欠陥があるように感じられるのはなぜですか? save_ajax.php はまだ理解できますが、残りの部分は非常にぎこちないです


http://bbs.phome.net/showthread-13-130691-0.html

例があります
txt.onblur = function(e) {

data_q = "actiontype=" + act + "&name=" + txt.value + "&id="+id+"&tid="+Math.random(10);

///document.write("save_ajax.php ? "+data_q);
if(val != txt.value)

{
$("#tipmsg").show();
$.ajax({
type: "GET",
url: "save_ajax. php ",
キャッシュ: false,
データ: data_q,
成功: function(msg){
" obj.innerHTML = msg;
}
} );
else
{
obj.innerHTML = val
}
} これは当てはまりますか?
関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート