responsive design

jQuery live event on iPad do not work

我在開發一個 responsive 的 web app 的時候發現了這個問題
就是 ipad (iphone 也可能有這個情況) 的 live event 沒有反應
我在我的 GS2 上沒有這個問題,只是在 ipad 上出現
我反覆試過使用 div tag 或者 a tag 都無解

還是 google 和 stackoverlfow 最幫到手:
http://stackoverflow.com/questions/3344960/jquery-live-event-on-ipad-why...

只需要在 a tag 加 onclick就可以了:

<a href="#" onclick="">Save</a>

Joetsuihk.com 為手機瀏覽提供最佳化 support various device by leveraging responsive web design

在 Drupal Camp Taipei 學到的一個技術, responsive web design
早就想要試試應用到我的 blog
最初是打算移除右欄, 然後覺得頁頂的導航欄都不需要那麼長
再修改一下留白的位置就完成了
整體來說只要你一直守著正確的, 語意化的 html的話
轉換應該是很簡單的
下面再有詳細的技術細節

Responsive web design learn from Drupal Camp Taipei, a tech that wanted to be applied to this blog since then. Aim: to support viewing articles on modern mobile/tablet devices. Starting with removing right sidebar, and then taken out a few top menu items, little spacing to work on smaller screens and that's it.

Google