Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

How to use jquery mobile with asp.net?


Asked by Khalil Carson on Dec 06, 2021 ASP.NET



Abstract: jQuery Mobile is a lightweight JavaScript framework for developing cross-platform mobile/device Web applications. In this article, we will jQuery Mobile with ASP.NET to transfer data from one page to another Read More ... Abstract: jQuery supports a large subset of selectors defined by the CSS3 Selectors draft standard.
Just so,
Asp.net MVC has a “Mobile Application” template that can develop only a mobile-based Web Application. If we want to develop a site for ( desktop and mobile ), we will develop a desktop edition first.
In respect to this, Assuming you have installed the hotfix , downloaded the jQuery library and the jQuery VS 2008 IntelliSense documentation, follow these steps to move ahead. Open Visual Studio 2008 > File > New > Website > Choose ‘ASP.NET 3.5 website’ from the templates > Choose your language (C# or VB) > Enter the location > Ok.
One may also ask,
Microsoft Visual studio 2010 and 2012 include jQuery by default and provide intellisense to use jQuery. Assuming that you have placed the library in Script folder, add this in the head of your ASP.NET page (simple or master). (Its a good practice to keep your all js file under Script folder). Or you can directly refer them using various CDNs.
Thereof,
Assuming that you have placed the library in Script folder, add this in the head of your ASP.NET page (simple or master). (Its a good practice to keep your all js file under Script folder). Or you can directly refer them using various CDNs. Put this line of code in head section of ASP.NET Page.