Quantcast
Channel: Surge | Custom Software Development & Consulting | Ideas Brought to Life » code tips
Browsing all 5 articles
Browse latest View live

jQuery Events by Example

As a supplement to this article, http://fuelyourcoding.com/jquery-events-stop-misusing-return-false/lets look at jQuery event handling by example. <div>Hello Worldbar</div> Event bubbling...

View Article



Optimal Nen Queries, Part 1: Delayed Execution

Nen is  a LINQ provider and as such uses delayed execution. Delayed execution means that whenever a query is written it’s not actually performed until the result set is being accessed, which is often...

View Article

Making jQuery UI Autocomplete “Super Search”

jQuery UI’s autocomplete widget provides no built in functionality to alter the search behavior, but has a static filter method that can be overridden instead, and as such, will be on an application...

View Article

Getting a Value Back from a jQuery Dialog

There’s many ways to do so. You can use the close event and pickup values passed through the .data() method on the dialog, you can use a variable in the window context, but these are all very lacking...

View Article

Useful Browser Extentions

Browser debugging tools have come a long way in a short amount of time. Here are some of our favorites. Firefox Firebug http://getfirebug.com Firebug is the quintessential developer plugin for Firefox....

View Article

Browsing all 5 articles
Browse latest View live




Latest Images