Tag: jqu

Autocomplete using Html, JSON, MVC, jQuery

I found an awesome AutoComplete tutorial (here: http://www.nodstrum.com/2007/09/19/autocompleter/#comment) using PHP, jQuery, MySQL, and decided to port it over to Microsoft’s ASP.NET MVC. Turned out to be way easier than I thought! You can download the auto-complete code sample here. Configure MVC Controller So this is basic: create a JsonResult method in your controller that runs [...]

January 04 / 2010
Author bill sternberger
Category ASP.NET MVC, C#, jquery
Comments 6 Comments

How to use jQuery to copy form values

This is a simple little exercise to show how to copy form values from one set of fields into another. The sample will be a “check box if billing information is the same as contact information.” To set this up, first we create the form fields: Next we paste in the jquery code: That’s it!

December 29 / 2009
Author bill sternberger
Category Html, jquery
Comments No Comments
Tags