顯示具有 html 標籤的文章。 顯示所有文章
顯示具有 html 標籤的文章。 顯示所有文章

2014年6月25日 星期三

dynamic generate select options

$.each(citys, function(index, value) {
        var option = $('




References :
javascript - JQuery create new select option - Stack Overflow

HTML select 元件事件

select 有三種事件:click, blur, change

$(function()
    $('#some_id').on('change', function() {
        alert( this.value ); // or $(this).val()
    });
});




References :
jQuery get value of select onChange - Stack Overflow

2013年9月25日 星期三

HTML / CSS Frameworks

Pure
http://purecss.io/

Bootstrap
http://getbootstrap.com/

HTML KickStart
http://www.99lime.com/elements/

Semantic UI
http://semantic-ui.com/element.html


Mobile :
Lungo - HTML5 Cross-Device Framework
http://lungo.tapquo.com/




Reference :
bmark -title="18 Best CSS Frameworks for Accelerated Development | Code Geekz" http://codegeekz.com/css-frameworks-for-accelerated-development/

2011年12月30日 星期五

網頁 圖片 座標 連結

usemap 屬性

http://www.w3school.com.cn/tiy/t.asp?f=html_areamap