前陣子帶小朋友去鶯歌玩,第一次帶小朋友搭火車,不過他看起來很不喜歡好好坐著。



車站前的合照。
Read more



車站前的合照。
<video src="video.mp4"></video>
<source src="video.mp4"></source>
<source src="video.ogg"></source>
<ul>
<li>Coffee</li>
<li>Milk</li>
</ul>
<ol>
<li>Coffee</li>
<li>Milk</li>
</ol>
<dl>
<dt>Coffee</dt>
<dd>- black hot drink</dd>
<dt>Milk</dt>
<dd>- white cold drink</dd>
</dl>
setChildIndex(myMC,numChildren – 1);
$.ajax({ url:'source.xml', //外部的xml檔 type: 'GET', dataType: 'xml', success: parseXml });
data: {location: $('#location').val(), startTime: $('#start_time').text()}
$location=$_GET['location']; $startTime=$_GET['startTime'];
function parseXml(xml){ $(xml).find("shoe").each(function(){ var $shoe = $(this); var $num = $(this).find('num').text(); }); }
<label id="000" type="leisure" ...>
就用attr就可以了$(this).attr('id')