Home »
GK about computer and internet
GK about computer and internet
May. 11 | Here is the Jquery toggleClass() this is working like this:-
If you are clicking on div1 it will toggle(add/remove) main class from div2
$(“div1”).click(function(){
$(“div2”).toggleClass(“main”);
});
Feb. 8 | computer ABBREVIATIONS
CDMA – Code Division Multiple Access
GSM – Global System for Mobile Communication
TDMA – Time Division Multiple Access
PC – Personal Computer
RAM – Random Access Memory
CPU – Central Processing Unit
WWW...