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

Mobilesafari Won't Send Back Cookies Set With Cors

I have a page loading up in MobileSafari which communicated with another server via CORS. In deskto… Read more Mobilesafari Won't Send Back Cookies Set With Cors

How Can One Set A Sequential Delay On Adding A Class?

I'm using jQuery UI plugin and the latest jQuery. I would like to sequentially add on the class… Read more How Can One Set A Sequential Delay On Adding A Class?

Gulp: Different Pipe Collections Within Same Task (coffeescript And Javascript)

What I've been attempting to do is create one scripts task that takes all .coffee and .js files… Read more Gulp: Different Pipe Collections Within Same Task (coffeescript And Javascript)

Closures And Coffeescript's Scoping

The following code defines two functions, lines and circles, that return a function, f and g respec… Read more Closures And Coffeescript's Scoping

How Should I Keep A Running Total Of Several Values With Bacon.js?

Messing around with a bacon.js. I'd like to keep a running total of values in a group of text i… Read more How Should I Keep A Running Total Of Several Values With Bacon.js?

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