<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jQuery Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/jquery/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Thu, 27 Jul 2023 12:57:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>What is jQuery and How jQuery Works &#038; Architecture?</title>
		<link>https://www.aiuniverse.xyz/jquery-works-and-architecture/</link>
					<comments>https://www.aiuniverse.xyz/jquery-works-and-architecture/#respond</comments>
		
		<dc:creator><![CDATA[Maruti Kr.]]></dc:creator>
		<pubDate>Thu, 27 Jul 2023 12:38:50 +0000</pubDate>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Client-side scripting]]></category>
		<category><![CDATA[Cross-browser compatibility]]></category>
		<category><![CDATA[Document Object Model (DOM)]]></category>
		<category><![CDATA[DOM manipulation]]></category>
		<category><![CDATA[Event handling]]></category>
		<category><![CDATA[How jQuery Works & Architecture?]]></category>
		<category><![CDATA[JavaScript library]]></category>
		<category><![CDATA[jQuery architecture]]></category>
		<category><![CDATA[jQuery plugins]]></category>
		<category><![CDATA[Step by Step Tutorials for jQuery for hello world program]]></category>
		<category><![CDATA[What are feature of jQuery ?]]></category>
		<category><![CDATA[What is jQuery ?]]></category>
		<category><![CDATA[What is the workflow of jQuery ?]]></category>
		<category><![CDATA[What is top use cases of jQuery ?]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=17485</guid>

					<description><![CDATA[<p>What is jQuery ? jQuery is a lightweight, fast, small, and feature-rich JavaScript library that helps web developers work with HTML and make their websites more interactive <a class="read-more-link" href="https://www.aiuniverse.xyz/jquery-works-and-architecture/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/jquery-works-and-architecture/">What is jQuery and How jQuery Works &#038; Architecture?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="512" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-20-1024x512.png" alt="" class="wp-image-17486" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-20-1024x512.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-20-300x150.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-20-768x384.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-20.png 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">What is jQuery ? </h2>



<p>jQuery is a lightweight, fast, small, and feature-rich JavaScript library that helps web developers work with HTML and make their websites more interactive and dynamic. It simplifies tasks like <strong>changing content</strong>, <strong>handling user actions,</strong> <strong>creating animations,</strong> and <strong>fetching data from the server </strong>without reloading the page. With jQuery, developers can achieve more with less code and ensure their websites work well across different browsers.</p>



<h2 class="wp-block-heading">What is top use cases of jQuery ? </h2>



<p><strong>Some top use cases of jQuery include:</strong></p>



<p><strong>1. DOM manipulation:</strong> &nbsp;jQuery provides a number of methods for manipulating the DOM, such as selecting elements, adding and removing elements, and changing the content of elements.</p>



<p><strong>2. Event handling:</strong> jQuery provides a number of methods for handling events, such as mouse clicks, keyboard presses, and form submissions.</p>



<p><strong>3. Animation:</strong> jQuery provides a number of methods for animating elements, such as fading in and out, sliding, and rotating.</p>



<p><strong>4. AJAX requests:</strong> &nbsp;jQuery provides a number of methods for making AJAX requests, which allow you to exchange data with a server without reloading the page.</p>



<p><strong>5. UI components:</strong> jQuery offers a wide range of UI components like date pickers, sliders, and tooltips.</p>



<h2 class="wp-block-heading">What are feature of jQuery ? </h2>



<p>Some of the key features of jQuery include:</p>



<ul class="wp-block-list">
<li><strong>Shorthand syntax:</strong> jQuery&#8217;s syntax is much shorter and more concise than standard JavaScript, making it easier to write and read.</li>



<li><strong>Efficiency:</strong> jQuery is very efficient, making it a good choice for performance-sensitive applications.</li>



<li><strong>Cross-platform compatibility: </strong>jQuery is cross-platform, meaning that it can be used on any platform that supports JavaScript.</li>



<li><strong>Extensive library:</strong> jQuery has a large and extensive library of methods, making it a powerful tool for web development.</li>
</ul>



<h2 class="wp-block-heading">What is the workflow of jQuery ? </h2>



<p><strong>The workflow of jQuery typically involves:</strong> </p>



<p><strong>1. </strong>Include the jQuery library in your HTML file using a `&lt;script&gt;` tag. </p>



<p><strong>2. </strong>Select HTML elements using jQuery selectors. </p>



<p><strong>3. </strong>Perform actions or manipulate the selected elements using jQuery methods and functions. </p>



<p><strong>4. </strong>Handle events triggered by the user or browser. </p>



<p><strong>5. </strong>Make AJAX requests to retrieve or send data to servers.</p>



<h2 class="wp-block-heading">How jQuery Works &amp; Architecture? </h2>



<figure class="wp-block-image size-full is-resized"><img decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-21.png" alt="" class="wp-image-17487" width="562" height="370" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-21.png 514w, https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-21-300x197.png 300w" sizes="(max-width: 562px) 100vw, 562px" /></figure>



<p></p>



<h2 class="wp-block-heading">How to Install and Configure jQuery ? </h2>



<p>To install and configure jQuery, follow these steps:</p>



<ol class="wp-block-list">
<li>Download the jQuery library:</li>
</ol>



<ul class="wp-block-list">
<li>Visit the official jQuery website at <a href="https://jquery.com/.">https://jquery.com/.</a></li>



<li>Click on the &#8220;Download&#8221; button to get the latest version of jQuery.</li>



<li>Choose either the compressed or uncompressed version based on your preference.</li>
</ul>



<ol class="wp-block-list">
<li>Include jQuery in your HTML file:</li>
</ol>



<ul class="wp-block-list">
<li>Copy the downloaded jQuery file into your project directory.</li>



<li>Add the following line within the <code>&lt;head&gt;</code> section of your HTML file:<br><code>&lt;script src="path/to/jquery.js"&gt;&lt;/script&gt;</code></li>



<li>Replace &#8220;path/to/jquery.js&#8221; with the actual path to the jQuery file.</li>
</ul>



<ol class="wp-block-list">
<li>Verify the installation:</li>
</ol>



<ul class="wp-block-list">
<li>Open your HTML file in a web browser.</li>



<li>Right-click on the page and select &#8220;Inspect&#8221; or press <code>Ctrl + Shift + I</code> to open the browser&#8217;s Developer Tools.</li>



<li>In the Developer Tools, navigate to the &#8220;Console&#8221; tab.</li>



<li>Type <code>jQuery</code> or <code>$</code> into the console and press Enter. If jQuery is correctly installed, it should return the jQuery version number.</li>
</ul>



<p>You have now installed jQuery and can start using its libraries and functions in your web project. Remember to properly link to the jQuery file in any HTML file where you need to use jQuery functionality.</p>



<h2 class="wp-block-heading">Step by Step Tutorials for jQuery for hello world program</h2>



<p>For a step-by-step tutorial and a &#8220;Hello, World!&#8221; program using jQuery, here&#8217;s a basic example: </p>



<p><strong>Step 1: </strong>Create an HTML file, for example, &#8220;index.html&#8221;. </p>



<p><strong>Step 2: </strong>Include the jQuery library by adding the following code inside the `&lt;head&gt;` tag:</p>



<pre class="wp-block-code"><code>
&lt;<strong>script</strong> src="https://code.jquery.com/jquery-3.6.0.min.js"&gt;&lt;/<strong>script</strong>&gt;
</code></pre>



<p><strong>Step 3: </strong>Add a `&lt;script&gt;` section below the jQuery inclusion to write your JavaScript code. For example:</p>



<pre class="wp-block-code"><code>
&lt;<strong>script</strong>&gt;
$(document).<strong>ready</strong>(<strong>function</strong>() {
  // This function will be executed once the DOM is fully loaded
  $("button").<strong>click</strong>(<strong>function</strong>() {
    // This function will be executed when a button is clicked
    <strong>alert</strong>("Hello, World!");
  });
});
&lt;/<strong>script</strong>&gt;
</code></pre>



<p><strong>Step 4: </strong>Add a `&lt;button&gt;` element in the body of your HTML file:</p>



<pre class="wp-block-code"><code>
&lt;<strong>body</strong>&gt;
  &lt;<strong>button</strong>&gt;Click me&lt;/<strong>button</strong>&gt;
&lt;/<strong>body</strong>&gt;
</code></pre>



<p><strong>Step 5: </strong>Save and open the HTML file in a web browser. Whenever the button is clicked, it will trigger an alert saying &#8220;Hello, World!&#8221;.</p>



<p><strong>In Another Example</strong> </p>



<p>Here is a step-by-step tutorial for creating a &#8220;Good Morning&#8221; program using jQuery:</p>



<ol class="wp-block-list">
<li>Create a new HTML file.</li>



<li>Add the following code to the HTML file:</li>
</ol>



<p>HTML</p>



<pre class="wp-block-code"><code>&lt;html&gt;
 &lt;head&gt;
  &lt;title&gt;Good Morning&lt;/title&gt;
  &lt;script src="https://code.jquery.com/jquery-3.5.1.min.js"&gt;&lt;/script&gt;
 &lt;/head&gt;
 &lt;body&gt;
  &lt;h1&gt;Good Morning&lt;/h1&gt;
 &lt;/body&gt;
&lt;/html&gt;
</code></pre>



<ol class="wp-block-list" start="3">
<li>Save the HTML file.</li>



<li>Open the HTML file in a web browser.</li>
</ol>



<p>You should see the text &#8220;Good Morning&#8221; displayed on the web page.</p>
<p>The post <a href="https://www.aiuniverse.xyz/jquery-works-and-architecture/">What is jQuery and How jQuery Works &#038; Architecture?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/jquery-works-and-architecture/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to get data in dropdown on change event using jQuery</title>
		<link>https://www.aiuniverse.xyz/how-to-get-data-in-dropdown-on-change-event-using-jquery/</link>
					<comments>https://www.aiuniverse.xyz/how-to-get-data-in-dropdown-on-change-event-using-jquery/#respond</comments>
		
		<dc:creator><![CDATA[dharmendra]]></dc:creator>
		<pubDate>Thu, 05 Aug 2021 12:46:27 +0000</pubDate>
				<category><![CDATA[Dropdown]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15262</guid>

					<description><![CDATA[<p>First let’s go to your Laravel project and your blade file &#38; this modal is past And your laravel project and your blade file &#38; this function fetchData <a class="read-more-link" href="https://www.aiuniverse.xyz/how-to-get-data-in-dropdown-on-change-event-using-jquery/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-get-data-in-dropdown-on-change-event-using-jquery/">How to get data in dropdown on change event using jQuery</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="405" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/select-tital-them-day-otomatic-day-1024x405.jpg" alt="" class="wp-image-15267" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/select-tital-them-day-otomatic-day-1024x405.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/select-tital-them-day-otomatic-day-300x119.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/select-tital-them-day-otomatic-day-768x304.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/select-tital-them-day-otomatic-day.jpg 1179w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading"><strong>First let’s go to your Laravel project</strong> <strong>and your blade file</strong> &amp; this modal is past</h3>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="469" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/blade-script-day-select-1024x469.jpg" alt="" class="wp-image-15271" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/blade-script-day-select-1024x469.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/blade-script-day-select-300x137.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/blade-script-day-select-768x352.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/blade-script-day-select.jpg 1053w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<script src="https://gist.github.com/dharmu9898/5e21a7f7b1335c5d92380e607f9b5775.js"></script>



<h3 class="wp-block-heading"><strong>And your laravel project</strong> <strong>and your blade file</strong> &amp; this function fetchData is past</h3>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="714" height="625" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/blade-scrip-change.jpg" alt="" class="wp-image-15272" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/blade-scrip-change.jpg 714w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/blade-scrip-change-300x263.jpg 300w" sizes="auto, (max-width: 714px) 100vw, 714px" /></figure>



<script src="https://gist.github.com/dharmu9898/fa3c1e05b60711f99fd2e87b351634e6.js"></script>



<h3 class="wp-block-heading"><strong>And your Laravel project</strong> <strong>and your Controller file</strong> &amp; this function  is past</h3>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="609" height="356" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/controller-function.jpg" alt="" class="wp-image-15273" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/controller-function.jpg 609w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/controller-function-300x175.jpg 300w" sizes="auto, (max-width: 609px) 100vw, 609px" /></figure>



<script src="https://gist.github.com/dharmu9898/45021a8d8dd44b732bbc2e7723e5cb32.js"></script>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-get-data-in-dropdown-on-change-event-using-jquery/">How to get data in dropdown on change event using jQuery</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-to-get-data-in-dropdown-on-change-event-using-jquery/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to use jQuery to Generate Modal Pop-Up when Clicked in text on fetchData</title>
		<link>https://www.aiuniverse.xyz/how-to-use-jquery-to-generate-modal-pop-up-when-clicked-in-text-on-fetchdata/</link>
					<comments>https://www.aiuniverse.xyz/how-to-use-jquery-to-generate-modal-pop-up-when-clicked-in-text-on-fetchdata/#respond</comments>
		
		<dc:creator><![CDATA[dharmendra]]></dc:creator>
		<pubDate>Sat, 31 Jul 2021 13:03:50 +0000</pubDate>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[click function]]></category>
		<category><![CDATA[fetchData]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[modal]]></category>
		<category><![CDATA[pop-Up]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15207</guid>

					<description><![CDATA[<p>First let’s go to your blade file and you blade file fetchData Function and &#60;tr> add this code when on text Next add use your class detailTrip <a class="read-more-link" href="https://www.aiuniverse.xyz/how-to-use-jquery-to-generate-modal-pop-up-when-clicked-in-text-on-fetchdata/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-use-jquery-to-generate-modal-pop-up-when-clicked-in-text-on-fetchdata/">How to use jQuery to Generate Modal Pop-Up when Clicked in text on fetchData</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="392" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/click-here-1024x392.jpg" alt="" class="wp-image-15208" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/click-here-1024x392.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/click-here-300x115.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/click-here-768x294.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/click-here.jpg 1336w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading"><strong>First let’s go to your</strong> blade file and you blade file fetchData Function and &lt;tr> add this code when on text</h3>



<script src="https://gist.github.com/dharmu9898/f23d5135eddbaaccb7f7b071357e78af.js"></script>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="704" height="458" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/fatch.jpg" alt="" class="wp-image-15210" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/fatch.jpg 704w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/fatch-300x195.jpg 300w" sizes="auto, (max-width: 704px) 100vw, 704px" /></figure>



<h3 class="wp-block-heading"><strong>Next add use your class detailTrip to pop-Up </strong>jQuery  on click Function </h3>



<script src="https://gist.github.com/dharmu9898/0b355e35808ede70ebd26729405ad11f.js"></script>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="727" height="620" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/show-blade-file.jpg" alt="" class="wp-image-15211" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/show-blade-file.jpg 727w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/show-blade-file-300x256.jpg 300w" sizes="auto, (max-width: 727px) 100vw, 727px" /></figure>



<h3 class="wp-block-heading"><strong>Next add use your pop-Up madal to pop-Up</strong> View page pop-Up</h3>



<script src="https://gist.github.com/dharmu9898/f129bd8664ecca47fe748b516be3c6d7.js"></script>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="918" height="554" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/view.jpg" alt="" class="wp-image-15213" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/view.jpg 918w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/view-300x181.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/view-768x463.jpg 768w" sizes="auto, (max-width: 918px) 100vw, 918px" /></figure>



<h3 class="wp-block-heading">Now refresh  browser and you can see click on pop-Up successfully added in your fetchData Function .</h3>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="454" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/result-1024x454.jpg" alt="" class="wp-image-15215" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/result-1024x454.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/result-300x133.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/result-768x340.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/result.jpg 1165w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>Refresh=> <a href="https://stackoverflow.com/questions/21511593/show-data-in-the-textbox-using-javascript">https://stackoverflow.com/questions/21511593/show-data-in-the-textbox-using-javascript</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-use-jquery-to-generate-modal-pop-up-when-clicked-in-text-on-fetchdata/">How to use jQuery to Generate Modal Pop-Up when Clicked in text on fetchData</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-to-use-jquery-to-generate-modal-pop-up-when-clicked-in-text-on-fetchdata/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>TOP 11 WEB FRAMEWORKS USED  BY DEVELOPERS IN 2019</title>
		<link>https://www.aiuniverse.xyz/top-11-web-frameworks-used-by-developers-in-2019/</link>
					<comments>https://www.aiuniverse.xyz/top-11-web-frameworks-used-by-developers-in-2019/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Sat, 23 Nov 2019 05:56:28 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Angular]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[Web Frameworks]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=5358</guid>

					<description><![CDATA[<p>Source:-analyticsindiamag.com Web frameworks are usually used by the developers to ease the building process of web applications. They help developers to concentrate more on the task rather <a class="read-more-link" href="https://www.aiuniverse.xyz/top-11-web-frameworks-used-by-developers-in-2019/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/top-11-web-frameworks-used-by-developers-in-2019/">TOP 11 WEB FRAMEWORKS USED  BY DEVELOPERS IN 2019</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source:-analyticsindiamag.com<br></p>



<p>Web frameworks are usually used by the developers to ease the building process of web applications. They help developers to concentrate more on the task rather than the complex coding part. According to the Stack Overflow Developer Survey 2019, among nearly 90,000 developers, 63,585 developers chose the most loved web frameworks where jQuery, React.js and Angular secured the first, second and third positions respectively.</p>



<p>In this article, we list down the 11 most popular web frameworks that have been used by the developers in 2019.</p>



<p>(The frameworks are listed down in the order of their popularity)<br>
1| jQuery</p>



<p>Created in 2006, jQuery is a free and open-source JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, among others. This library simplifies the interaction between JavaScript and Document Object Model (DOM). The other features of this library are cross-browser support, AJAX support, CSS3 selectors and basic XPath syntax support, among others. As of May 2019, this library has been used by 72% of the 10 million most popular websites.<br>
W3Schools<br>
2| React</p>



<p>React is a declarative, efficient, and flexible JavaScript library for building user interfaces. This framework lets a developer compose complex UIs from small and isolated pieces of code called “components”. It can be used as a base in the development of a single-page as well as a mobile application. <br>
3| Angular(previously Angular JS)</p>



<p>Created by the Angular Team at Google and a group of developers community, Angular is a TypeScript-based open-source web application framework. This development platform can be used for building mobile and desktop web applications using TypeScript/JavaScript and other languages. It uses a hierarchy of components as its primary architectural characteristic and has a different expression syntax for property and event bindings.<br>
4| ASP.NET</p>



<p>ASP.NET is an open-source, cross-platform framework for building web applications as well as services with .NET and C#. Created by Microsoft, this framework allows developers to build dynamic web applications. It enables real-time bi-directional communication between server and client. For building web applications, ASP.NET extends the .NET platform with tools and libraries such as web-page templating syntax, known as Razor for building dynamic web pages using C#, the base framework for processing web requests, libraries for common web patterns and other such.<br>
5| Express </p>



<p>Express is an open-source web application framework for Node.js. This is a minimal and flexible Node.js web application framework which provides a robust set of features for web and mobile applications. The features of this framework include allowing to dynamically render HTML Pages based on passing arguments to templates, setting up of middlewares and much more.<br>
6| Spring</p>



<p>Spring is an application framework written in Java programming language. This framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications – on any kind of deployment platform. It includes a number of modules to provide services such as aspect-oriented programming, convention over configuration, data access, database connectivity and much more.<br>
7| Vue</p>



<p>Vue is a popular framework in JavaScript. It is an open-source progressive framework for building user interfaces and is designed in such a manner that the core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. <br>
See Also<br>
Opinions    <br>
Natural Language Processing vs Natural Language Understanding: What’s The Difference</p>



<p>8| Django</p>



<p>Django is a high-level Python-based open-source web development framework for backend web applications. In one of our articles, we discussed the final release of Django 3.0 which will bring a number of intuitive features. This framework is designed to satisfy the complex requirements of experienced web developers.  <br>
9| Flask</p>



<p>Flask is a lightweight WSGI Python web application framework. This framework became widely popular as an alternative to Django projects with the monolithic structure and dependencies. It is classified as a microframework because it does not require particular tools or libraries.<br>
10| Laravel</p>



<p>Laravel is a web application framework with syntax written in PHP language. Some of the features of Laravel are a modular packaging system with a dedicated dependency manager, different ways for accessing relational databases, built-in authentication and authorisation, MVC support and Object-Oriented approach, Artisan Console, Eloquent ORM and other such.<br>
11| Ruby on Rails</p>



<p>Ruby on Rails is one of the most popular frameworks written in Ruby. This is an open-source server-side web application framework which is a model–view–controller (MVC) framework that provides default structures for a database, web pages, etc. It is a framework for building websites and it combines the Ruby programming language with HTML, CSS, and JavaScript to create a web application that runs on a web server.</p>
<p>The post <a href="https://www.aiuniverse.xyz/top-11-web-frameworks-used-by-developers-in-2019/">TOP 11 WEB FRAMEWORKS USED  BY DEVELOPERS IN 2019</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/top-11-web-frameworks-used-by-developers-in-2019/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
