- 
						Js type conversion problem
						
There is an id on the  tag for example: sty,  write type of (sty) directly in js and output object, 
 now I want to take the id of this tag as the type of object. 
... 
- 
						About window.onload and $(document). Ready
						
 js Code 
window.onload=function(){
   console.log(2)
}
console.log(1)
 html code has nothing but: 
 introduce the above js into the head tag 
 body tag finally introduces 
 introduce  outside the html tag
 then compare the consoles of the three cases... 
MySQL Query :  SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5 
 MySQL Error : Disk full (/tmp/#sql-temptable-64f5-42b83a3-6894.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") 
 MySQL Errno : 1021 
 Message :  Disk full (/tmp/#sql-temptable-64f5-42b83a3-6894.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") 
Need Help?