第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會有你想問的

使用 AJAX 調(diào)用 HTML 數(shù)據(jù)時(shí)網(wǎng)格框顯示錯(cuò)誤

使用 AJAX 調(diào)用 HTML 數(shù)據(jù)時(shí)網(wǎng)格框顯示錯(cuò)誤

PHP
慕田峪7331174 2023-09-15 21:44:01
我使用 HTML 和 CSS 設(shè)計(jì)了一個(gè)網(wǎng)格。當(dāng)用戶單擊網(wǎng)格時(shí),我使用 PHP 和 AJAX 顯示另一個(gè)網(wǎng)格。我的代碼:$(document).ready(function() {  $(document).on('click', '.showme', function() {    var id = $(this).attr("id");    var num = $(this).attr("class");    var poststr = "request=" + num + "&moreinfo=" + id;    $.ajax({enter code here      url: "http://kiranasaman.com/mobiledesign/testme.php",      cache: 0,      data: poststr,      success: function(result) {        document.getElementById("grid").innerHTML = result;      }    });  });});main {  display: block;  box-sizing: border-box;  width: 90%;  margin: 1em auto;  padding: 1em 2em;  color: #000;  background-color: rgba(204, 204, 204, .7);  border: .07em solid rgba(0, 0, 0, .5);  border-radius: .5em;}button {  text-align: center;  font-size: 100%;  border-radius: 1em;  border: .1em solid #333;  padding: 1em;  width: 8em;  margin: .25em;  width: 23%;}button strong {  display: block;  box-sizing: border-box;  line-height: 1.35;  width: 1.5em;  height: 1.5em;  text-align: center;  font-size: 200%;  background-color: #000;  color: #fff;  border-radius: 50%;  margin: 0 auto;  border: .1em solid #fff;}button:hover,button:focus {  background-color: #060;  box-shadow: 0 0 1em rgba(0, 0, 0, .5);  color: #fff;  outline: none;}.gridmine {  display: -ms-grid;  -ms-grid-columns: auto 1fr;  -ms-grid-rows: auto 1fr auto;  display: grid;  grid-template-columns: repeat(3, 1fr);  grid-template-rows: auto minmax(min-content, 1fr) auto;}.title {  -ms-grid-column: 1;  -ms-grid-row: 1;  grid-column: 1;  grid-row: 1;}.title1 {  ms-grid-column: 2;  -ms-grid-row: 1;  grid-column: 2;  grid-row: 1;}.title2 {  ms-grid-column: 3;  -ms-grid-row: 1;  grid-column: 3;  grid-row: 1;}.gridmine button {  width: 100%;  height: 100%;  margin: 0;}.gridmine button:hover {  background-color: #73090D;}.gridmine .soman {  height: 200px;  font-size: 24px;}
查看完整描述

1 回答

?
繁星淼淼

TA貢獻(xiàn)1775條經(jīng)驗(yàn) 獲得超11個(gè)贊

您將innerHTMLof設(shè)置#grid為本質(zhì)上相同的元素,包括容器。如果刪除容器,它應(yīng)該可以工作:


echo "

        <div class='soman titles'>

          <button class='request_2 seeme' id='rating_2' style='background: linear-gradient(to bottom, #cc99ff 0%, #ff99cc 100%);'>


          <h3>  Rice</h3>

          </button>

        </div>

        <div class='soman title1s'>

          <button style='background: linear-gradient(to right, #ff9a9e  0%, #fad0c4 100%);'>


             <h3>Grains</h3>

          </button>

        </div>

        <div class='soman title2s'>

          <button style='background: linear-gradient(to right, #a1c4fd  0%, #c2e9fb 100%);'>

            <h3>Flours</h3>

          </button>

        </div>

";

div然后它會將其替換為帶有按鈕的三個(gè)元素。


查看完整回答
反對 回復(fù) 2023-09-15
  • 1 回答
  • 0 關(guān)注
  • 122 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號