Quantcast
Channel: Jonathan Creamer's Dev Diary » jQuery
Browsing all 4 articles
Browse latest View live

ASP.NET MVC 3 jQuery Ajax Views

So today I decided to experiment with some Ajax and jQuery stuff in an MVC3 application. It’s pretty cool the way things all tie together using jQuery to hit an MVC controller and return some data and...

View Article



Chrome Notification API

The other day my Chrome browser did one of it’s customary behind the scenes updates. Later on that day, I noticed that when I was looking at Foxnews.com while still logged into Gmail in another tab, I...

View Article

Simple jQuery Slideshow

I wrote a simple jQuery slideshow today. Just for some kicks and giggles I thought I’d put it up for the world to see. $(function(){ changeImage = function(img){ $("#slideshowImage").attr("src",img); }...

View Article

Knockoutjs and ASP.net MVC3 = PB and J

Client side scripting and ASP.net MVC3 are  a match made in heaven. But, one of the issues I commonly have with Javascript is a general lack of organization and wayyyyy to much code in one file. Even...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images