Steve Wellens

Programming in the .Net environment

Sponsors

Links

Browse by Tags

All Tags » JQuery (RSS)
Calling WCF Services with jQuery…Stripped Down
Calling WCF service functions using jquery....stripped down to the absolute minimum....
Posted: Feb 03 2013, 10:50 PM by SGWellens | with 4 comment(s)
Filed under: , ,
Elegance, thy Name is jQuery
So, I'm browsing though some questions over on the Stack Overflow website and I found a good jQuery question just a few minutes old. Here is a link to it. It was a tough question; I knew that by answering it, I could learn new stuff and reinforce what...
Cool CSS 4 Feature: pointer-events
CSS 4? Really? CSS 3 isn't fully released yet! What on earth is going on here? It all started when I was fooling around with GIMP , the extremely powerful free graphics editor. I took a public domain image, re-sized it, gave it a transparent background...
Goodby jQuery Templates, Hello JsRender
A funny thing happened on my way to the jQuery website, I blinked and a feature was dropped: jQuery Templates have been discontinued. The new pretender to the throne is JsRender . jQuery Templates looked pretty useful when they first came out. Several...
HTML 5 and jQuery – A Match Made in Heaven
I recently attended an ASP.NET MVC seminar hosted by the Twin Cities .Net User Group. The speaker was K. Scott Allen. Scott is a charismatic, gifted speaker and did a great job. You can always pick up useful items when watching an expert write a program...
jQuery Selector Tester and Cheat Sheet
I've always appreciated these tools: Expresso and XPath Builder . They make designing regular expressions and XPath selectors almost fun! Did I say fun? I meant less painful. Being able to paste/load text and then interactively play with the search criteria...
Posted: Feb 13 2011, 01:00 PM by SGWellens | with 5 comment(s)
Filed under: ,
The jQuery ‘live(…)’ Function
On the Asp.Net forums where I am a moderator, a developer was having a problem hooking up click events to the rows of a dynamically created html table. He didn't want to embed the onclick handler in the table rows as each row was created so he tried using...
Posted: Jan 24 2011, 12:40 PM by SGWellens | with 3 comment(s)
Filed under: ,
Finding Controls in a Master Page with jQuery
This question popped up on the Asp.Net forums where I moderate: "How do I find an HTML element on a Master Page, from a child page, using jQuery?" I licked my chops. I like questions like this because when I don't know the answer, it gives me an excuse...
Goodbye Ajax Toolkit, Hello jQuery UI
Like most developers, I love finding tools that do my work for me and make me look good. And, like most developers, I am extremely wary of adding too much outside crap to a project which can make maintaining it a nightmare. You may end up not only maintaining...
jQuery Code Does not have to be Ugly
I never pass up a chance to look at jQuery code. It’s amazing so much power can come from such a tiny package. An appealing feature of jQuery is the browser independence it provides. Every JavaScript book I’ve read, includes code for checking which version...
Posted: Jan 25 2010, 01:45 PM by SGWellens | with 29 comment(s)
Filed under: ,
More Posts Next page »