This post is a reminder for me on how to do wildcard selection in jQuery. It comes up more than you think and for some reason, I can never remember it.
<div id='pnlUsers'></div>
<div id='pnlMessages'></div>
<div id='pnlStatus'></div>
.csharpcode, .csharpcode pre
{
font-size: small;
color: black;
font-family: consolas, "Courier New", courier, monospace;
background-color: #ffffff;
/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode [...]
[Update: The code is open-sourced at http://code.google.com/p/mvcvalidation/]
The asp.net mvc codeplex preview 5 version just came out a few days ago and it includes a lot nice enhancements. For the best introduction read Scott’s post.
Some of my favorite changes happened in validation. Incidentally, I was already working on a post to talk about doing client [...]
I am in the process of creating a new web application using asp.net mvc and I am trying to choose the best JavaScript library to use. I am pretty much sure that I am going to go with jQuery but nonetheless I wanted to review the libraries out there. One reason is that I am [...]
Yesterday, I gave a talk at CMAP Code Camp about the asp.net mvc framework and AJAX using JQuery. This is my first time speaking, so I was a little nervous. I think I did ok but I can’t really tell. Of course, the talk didn’t go as planned, because Visual Studio didn’t [...]
Saturday, July 25, 2009
Comments Off