1. JavaScript / Говнокод #18496

    +143

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    20. 20
    21. 21
    22. 22
    23. 23
    24. 24
    25. 25
    26. 26
    27. 27
    28. 28
    29. 29
    30. 30
    31. 31
    32. 32
    33. 33
    34. 34
    35. 35
    36. 36
    37. 37
    38. 38
    39. 39
    40. 40
    41. 41
    42. 42
    43. 43
    44. 44
    45. 45
    if(touch){
    //				e.initUIEvent();
    				try{
    					var where=document.elementFromPoint(lastx,lasty);//Уфф...
    					//var t=obj_to_html(where);
    					//var t=obj_to_html(e.target.tagName||'no target');
    					//t+=obj_to_html(e.target.id||'no id');
    					//t+=obj_to_html(e.target.className||'no class');
    //					var t='';//=obj_to_html('no offsetXY');
    					//t+=obj_to_html(e.screenX||'no sX');
    					//t+=obj_to_html(e.screenY||'no sY');
    //					var touch = e.targetTouches[0];
    					// Place element where the finger is
    	//				t+=obj_to_html(lastx||'no lastX');
    	//				t+=obj_to_html(lasty||'no lastY');
    					//t+=obj_to_html(event.changedTouches[event.changedTouches.length-1].target.id||'no e id');
    					//t+=obj_to_html(event.changedTouches[event.changedTouches.length-1].target.tagName||'no e tag');
    //					t+=obj_to_html(event.changedTouches[event.changedTouches.length-1].target.className||'no e class');
    //					t+=obj_to_html(e.which.tagName||'el from offsetXY have no tag');
    //					t+=obj_to_html(e.which.id||'el from offsetXY have no id');
    //					t+=obj_to_html(document.elementFromPoint(lastx,lasty).id||'el from offsetXY have no id');
    					//t+=obj_to_html(document.elementFromPoint(lastx,lasty).tagName||'el from offsetXY have no tag');
    					//t+=obj_to_html(e.targetTouches||'no TT');
    					//t+=obj_to_html(e.touches||'no TT');
    		//			document.getElementById('debug').innerHTML+='Res:'+t;
    			//		return;
    //					t+=obj_to_html(e.targetTouches||'no touches');
    //					node_log(t);
    					//obj_to_html(e)+obj_to_html(where);
    				}catch(err){
    //					var t=obj_to_html(err);
    //					document.getElementById('debug').innerHTML+='Error:'+t;//obj_to_html(e)+obj_to_html(where);
    					document.getElementById('debug').innerHTML+='Error:'+err.message;
    //					node_log(t);
    					//obj_to_html(e)+obj_to_html(where);
    				}
    				//return;
    //				e = fixEvent(e);
    //				http://192.168.56.1:3000
    			//var where=e.target;//document.elementFromPoint(e.clientX,e.clientY);
    			}else{
    				e = fixEvent(e);
    				var where=document.elementFromPoint(e.clientX,e.clientY);
    			}
    //			document.getElementById('debug').innerHTML=obj_to_html(e)+obj_to_html(where);

    Небольшая история о том,что бы мы делали без console.log.

    Запостил: Darth, 19 Июля 2015

    Комментарии (0) RSS

    Добавить комментарий

    Ошибка компиляции комментария:
    1. Гости могут высказаться только во вторник, пятницу или субботу
    ava Где здесь C++, guest?!
    А не использовать ли нам bbcode?
    • [b]жирный[/b] — жирный
    • [i]курсив[/i] — курсив
    • [u]подчеркнутый[/u] — подчеркнутый
    • [s]перечеркнутый[/s] — перечеркнутый
    • [blink]мигающий[/blink] — мигающий
    • [color=red]цвет[/color] — цвет (подробнее)
    • [size=20]размер[/size] — размер (подробнее)
    • [code=<language>]some code[/code] (подробнее)
    Проверочный код