Chevtek.io
  • Home
  • Github
  • Stack
Sign in Subscribe

JQuery

A collection of 3 posts
JQuery

Using custom jQuery events will save you a lot of headaches.

If you use JQuery [http://jquery.com/] then you have likely already done events like this: $('button').click(function (e) { alert('hello!'); }); JQuery's event wrapper is very useful and it allows you to easily bind to common DOM events like click, keypress, change, etc. But did you know that
Mar 27, 2013 2 min read
JQuery

Using Self-executing Functions to Preserve Dollar Sign compatibility in JQuery

This is a very simple concept and is mostly common knowledge but I recently came across a need to use it fairly extensively and figured I would share. At my place of work we decided to adopt JQuery [http://jquery.com/] as our javascript framework. The problem we had is
Oct 3, 2011 1 min read
JQuery

JQuery WMD Plugin

In a previous post [http://www.CodeTunnel.io/finding-and-implementing-the-wmd-editor] I discussed hunting down and implementing the WMD Editor. Aside from a bug in chrome [http://code.google.com/p/wmd-new/issues/detail?id=10] that I managed to resolve fairly quickly, the only issue I've come across is that it
Mar 24, 2011 1 min read
Page 1 of 1
Chevtek.io © 2023
Powered by Ghost