Tag: jquery
-
Jquery Ajax Request and MVC detailed
I have made a post about how to configure the MVC with Razor,Partial View and returning JSON. It does not need a database – that also because it should be simple to download and see the mechanism. The sample demonstrates: Cascading dropdown ( see the button Populate from action and Cascading drop down) Populating a table from a Partial View(see the…
-
Jquery and multiple Ajax
I have had 2 occasions where I need to know when the ajax call have been finished: When in the beginning of page I have to load specific items that the user have been seen last time When the page was full with ajax call – and there was also a “submit” button that should…
-
Asp.NET MVC,Jquery and Razor – Cascading dropdown,retrieving partial views,Json send objects,handling errors
There are many blogs and other posts on using jQuery with MVC. You can find individual posts on: · How to send objects to an action method via JavaScript. · How to retrieve partial views. · How to handle errors. I have written a sample showing how to do all of these together. The sample…
-
ASP.NET MVC editing fast a property
There are some moments when you want to fast edit a property ( like a status or a name) and you do not want to load the entire “Edit” form for this.More,you are in an edit formula and do not want to add a form. So here is the solution in ASP.NET MVC with jquery-1.4.2.min,jquery-ui-1.8.1.custom.min…
-
jQuery Learning
Taking into account that Microsoft Visual Studio 2010 integrates jQuery,you might want to read about it. Of course,the first link is just http://jquery.com/. Then recommend “Learning jQuery – Better Interaction Design and Web Development with Simple JavaScript Techniques” A quick to learn from it about jQuery,about $ (document). Ready,Ajax with jQuery and about (developing) plug-ins.…