Wolfr / clank

Clank: open source prototyping framework for mobile apps
http://getclank.com/
Other
890 stars 81 forks source link

Add a 101 tutorial on how things work #77

Open Wolfr opened 11 years ago

Wolfr commented 11 years ago

based ont he first release

Wolfr commented 11 years ago

this is 101 but not in text form http://getclank.com/blog/2013/07/building-a-simple-app/

mattkatz commented 11 years ago

I'm trying to figure out how your radio buttons work - it looks like I have to use javascript to manipulate classes instead of just letting the CSS figure it out from the input state

Wolfr commented 11 years ago

There is some JS that adds a class="checked" to any label that is clicked.

see the 2nd section in this file https://github.com/Wolfr/clank/blob/master/js/clank/clank.js