w3.css

Equal elements' height in rows using w3.css

放肆的年华 提交于 2020-02-08 09:28:08
问题 I've been trying to make my rows' elements' height be equal but still haven't succeeded. Do you have any ideas how to do that? Thanks, cheers. <div class="w3-row"> <div class="w3-container w3-quarter w3-green text-center matrix-element"> <h3><i class="material-icons">person</i> name</h3> <p>100112</p> </div> <div class="w3-container w3-quarter w3-green text-center matrix-element"> <h3><i class="material-icons">person</i> name</h3> <p>100112</p> </div> <div class="w3-container w3-quarter w3

Equal elements' height in rows using w3.css

╄→尐↘猪︶ㄣ 提交于 2020-02-08 09:26:15
问题 I've been trying to make my rows' elements' height be equal but still haven't succeeded. Do you have any ideas how to do that? Thanks, cheers. <div class="w3-row"> <div class="w3-container w3-quarter w3-green text-center matrix-element"> <h3><i class="material-icons">person</i> name</h3> <p>100112</p> </div> <div class="w3-container w3-quarter w3-green text-center matrix-element"> <h3><i class="material-icons">person</i> name</h3> <p>100112</p> </div> <div class="w3-container w3-quarter w3

jquery-the first one to click will bound on all the items

徘徊边缘 提交于 2019-12-10 10:53:33
问题 I create a web shop with items that is from database, it has modal with the category with a price with radio button that will change the swatches menu. The problem is that when I choose item 2 and click the radio button price it will show the swatches menu, but when i close that modal and choose item 1 the result of item 2 is also shown in item 1 and even if i click the radio button in item 1 it is not responding. Here is the jquery code function populateswatches() { var swatchesName = $(

jquery-the first one to click will bound on all the items

谁说我不能喝 提交于 2019-12-06 13:29:22
I create a web shop with items that is from database, it has modal with the category with a price with radio button that will change the swatches menu. The problem is that when I choose item 2 and click the radio button price it will show the swatches menu, but when i close that modal and choose item 1 the result of item 2 is also shown in item 1 and even if i click the radio button in item 1 it is not responding. Here is the jquery code function populateswatches() { var swatchesName = $('input[name=optradio]:checked').val(); $.getJSON('getdata.php', {swatchesName: swatchesName}, function