UNPKG

nodobjc-x

Version:

The Node.js ⇆ Objective-C bridge

13 lines (9 loc) 232 B
$(function () { $('button').click(function (e) { var code = $(this).next() code.toggleClass('shown') var shown = code.hasClass('shown') $(this).text((shown ? 'Hide' : 'Show') + ' Code') return false }) })