Skip to content Skip to sidebar Skip to footer
Showing posts with the label Coffeescript

What Is "escaped" & "unescaped" Output

I'm not familiar with Javascript Learning template node.js template engine, it has 'Escaped… Read more What Is "escaped" & "unescaped" Output

Twitter Bootstrap Tab Shown Event Not Firing On Page Load

In a page where I have n tabs, and the following script (coffeescript, I checked the compiled javas… Read more Twitter Bootstrap Tab Shown Event Not Firing On Page Load

Coffeescript Jqcloud Handlers

I'm trying to do this in coffeescript, http://jsfiddle.net/Q6348/8/ Specifically I'm trying… Read more Coffeescript Jqcloud Handlers

In Javascript/coffeescript How Can I Mock Out A Module's Public Variable In A Test?

I just learned about the module pattern. I've written some code that's gotten sufficiently… Read more In Javascript/coffeescript How Can I Mock Out A Module's Public Variable In A Test?

Rails/javascript: How To Inject Rails Variables Into (very) Simple Javascript

I want to write up a very simple javascript calculator in rails which multiplies the quantity of an… Read more Rails/javascript: How To Inject Rails Variables Into (very) Simple Javascript

Coffeescript: Getter/setter In Object Initializers

ECMAScript allows us to define getters or setters as following: [text/javascript] var object = { … Read more Coffeescript: Getter/setter In Object Initializers