Skip to content

Instantly share code, notes, and snippets.

$ ->
children_info_fields = $('#rsvp_childcare_info').closest('.field')
$('#rsvp_needs_childcare').change ->
if $('#rsvp_needs_childcare').is(':checked')
children_info_fields.removeClass('hidden')
else
children_info_fields.addClass('hidden')
#popover windows for Rails courses
$ ->
Front End 101
* Totally new to HTML and CSS
* Perhaps has seen it before, but not written much (if any)
* Not sure what tags, attributes, or selectors are
* <img>, <a>, and <p> are exciting and new
Front End 102
* Knows the basic idea behind HTML and has possibly written some
* New to CSS
* Perhaps has worked with a WYSIWIG editor but hasn't coded an HTML document from scratch
Blue
* Totally New to Programming
* You have little to no experience with the terminal or a graphical IDE
* You might have done a little bit with HTML or CSS, but not necessarily
* You're unfamiliar with terms like methods, arrays, lists, hashes, or dictionaries.
Green
* Somewhat New to Programming
** You may have used the terminal a little — to change directories, for instance
** You might have done an online programming tutorial or two