describe how JQuery works. How does this impact the client-server communication
ID: 3665796 • Letter: D
Question
describe how JQuery works. How does this impact the client-server communication between the web page and the web sever? How does this technology compare to AJAX?-- Cite the reference
describe how to use AJAX controls to enhance interactivity (with AJAX Toolkit Controls, progress monitors, timers and triggers or other AJAX related technologies).- cite reference
Read and Compare the two methods to create an autocomplete feature on your page.
1. Put your response(Comparing the methods) . 2. Provide sample code and explain the code 3. Cite your resources
Explanation / Answer
* Query uses CSS style to fetch elements in document object
model
* It requires javascript
* It is a broken into modules using AMD format
* It is very easy to build
* It wraps tasks into methods
* It is front end coding
* It uses method chaining
* It uses access() method to simply the behaviour
2
Impact
* It creates a new interactive web pages and applications
* It will run on the client and executed by the browser
* It provides a remoter service for client side application
* It manipulates user interface elements
* The browser sends a request to the server as a client and
displays to the user
* It provides a high level overview of technologies
3
* Ajax is using in web development
* It interacts with the web applications
* It uses the webpage to receive data from client. For this query helps to it
* JQuery makes Ajax easier
4
We can use Ajax features to enhance server based forms
we can use ASP.NET
We can use update panel to the page and triggers
<asp:UpdatePanel id=“update” caption=“server”>
<Triggers>
<asp:AsyncPastBacktrigger control id=“button” EventName=“click”>
</triggers>
<asp:Timer id=“timer1” caption=“server” Interval=“1000”
ontick=“timer1_tick”>
</asp:Timer>
</asp:UpdatePanel>
Here we are using timers,triggers and update panel
* The timers are the user interface and it will dynamically
update the level
* We need some specific interval of timer control
we gave it as 1000
* optick is a event handler
* updatepanel works for the trigger
* The timer will control inside the update panel
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.