browser « performance « jQuery Q&A

Home
jQuery Q&A
1.addClass
2.alert
3.array
4.attribute
5.browser
6.callback
7.clone
8.Cookie
9.Date
10.Development
11.document
12.dom
13.element
14.filter
15.Firefox
16.flash
17.format
18.html
19.input
20.internet explorer
21.json
22.mootools
23.page
24.performance
25.regex
26.safari
27.selector
28.setTimeout
29.String
30.table
31.Text
32.trigger
33.URL
34.video
35.xml
jQuery Q&A » performance » browser 

1. jQuery Cross-Browser Performance Issues    stackoverflow.com

I am wrapping up a project in which I used jQuery for the first time. I loved working with the library, and thought I understood one of the benefits was cross-browser ...

2. jQuery: hoverIntent and graphical effects -> drastic browser performance    stackoverflow.com

I am working on a webpage that has a main menu, and a submenu that will hold different content for every button in the main menu. To keep the submenu open while ...

3. can adding jQuery listeners slow down browser performance?    stackoverflow.com

I have application that brings response via Ajax and creates 5-20 new jQuery click listeners on each refresh. Both IE and mozilla browsers seem to be slowing down with usage. ...

4. web browser become slow or no response after several ajax calls    stackoverflow.com

I'm totally newbie to jquery and ajax, my recently project is to help the representatives (reps) to manage customer quotations online. I have a page which displays all the quotations in ...

5. I have a huge set of elements and jQuery's each() function is killing my browser - How can I improve my code?    stackoverflow.com

I'm using two plugins I wrote to find all the radio/checkbox inputs and select boxes in a form and them style them. I now have a large form which a lot of ...

6. JavaScript .hashchange performance. Can it bring any slowdown?    stackoverflow.com

jQuery hashchange event For me it looks like most mature solution right now(please correct me if I'm wrong). I really like this plugin for manipulating with browsers hashes. It simplifies js ...

7. How is jQuery so fast?    stackoverflow.com

I have a rather large application which, on the admin frontend, takes a few seconds to load a page because of all the pageviews that it has to load into objects ...

8. Store HTML code in variable (faster for the browser?)    stackoverflow.com

Is there a difference between ... this

<html>
   ...
    <div id="myDiv">  </div>';
   ...
</html>
var manyHtmlCode = '  ... many Html Code ... ';
// onclick -> ...

9. jQuery DOM manipulations - performance comparation?    stackoverflow.com

I am learning DOM manipulation with jQuery and want to understand browser performance best practices. Say I have two DOM elements (div, p, ol, etc) and I want a user to only ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.