Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to use Jquery with MVC
    primarykey
    data
    text
    <p>I normally don't ask for help. I have spent 3 plus hours trying to incorporate simple javascript using JQuery with MVC app. Not a production app, I am just trying to learn MVC and JQuery. I have googled and found various sample apps that I couldn't get to work. so here is a detailed explanation of the latest download that I am trying to get to work. here is the website article by well respected Dino Esposito <a href="http://msdn.microsoft.com/en-us/scriptjunkie/ff679948.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/scriptjunkie/ff679948.aspx</a></p> <p>just like the article mentions, I create a Asp.net MVC2 Web App(not the empty template) Than in the Site.Master I register all the css/js files in the head section and than i cut and paste the following in Site.Master</p> <pre><code>&lt;div id="menucontainer"&gt; &lt;ul id="menu"&gt; &lt;li&gt;&lt;%= Html.ActionLink("Home", "Index", "Home", new { title="Home Page" }, null)%&gt;&lt;/li&gt; &lt;li&gt;&lt;%= Html.ActionLink("About", "About", "Home", new { title = "About" }, null)%&gt;&lt;/li&gt; &lt;li&gt;&lt;%= Html.ActionLink("Misc", "Demo", "Home", new { title = "Miscellaneous demos" }, null)%&gt;&lt;/li&gt; &lt;li&gt;&lt;%= Html.ActionLink("What's up here", "Todo", "Home", new { title = "Read me" }, null)%&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;script type="text/javascript"&gt; $(document).ready(function () { $("menucontainer").tabs(); }); &lt;/script&gt; </code></pre> <p>like the article mentions. I have all my directory structure and the necessary js/css files in place. in the article he is using 1.4.1, the latest downloads are 1.8.something</p> <p>can some one point to some download of Hello World JQuery With MVC? appreciate your help</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload