Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 update data using php and javascript

views
     
ExpZero
post May 24 2009, 12:49 PM

Regular
******
Senior Member
1,522 posts

Joined: Mar 2007
From: Kuala Lumpur
QUOTE(puaka_astro @ May 24 2009, 11:00 AM)
learn ajax/jquery.
*
I'm a jquery programmer, jquery has some disadvantage than javascript, For example, if you use $('#blah').html('a') a few more times, it will leak all your user's memory. However if you use document.getElementById('blah').innerHTML = 'a'; , your memory usage is constant at that level. It's because jquery convert the 'a' into DOM object, but the pure javascript just append it directly. Otherwise, it's good because I have to write lesser with jquery smile.gif

 

Change to:
| Lo-Fi Version
0.0170sec    0.86    6 queries    GZIP Disabled
Time is now: 29th November 2025 - 07:43 PM