Chrome Developer Tools extension for jQuery development
jQuery 1.9 ããªãªã¼ã¹ããã¾ããã1.9 ã®æ°æ©è½ã®ä¸ã§ã¯ãã¾ã注ç®ããã¦ãã¾ããããã½ã¼ã¹ãããã«å¯¾å¿ããã®ãå°å³ã«ä¾¿å©ããã§ãã ã¨ããã®ããå§ç¸®çã® jquery.min.js ã使ã£ã¦ãã㨠ä½ãåé¡ãèµ·ããã¨ãã«ã¹ã¿ãã¯ãã¬ã¼ã¹ãçºãã¦ã jQuery ã®é¨åãæå³ä¸æ ãããã¬ã¼ã§ jQuery ã®ã½ã¼ã¹ã«ã¹ãããã¤ã³ãã¦ãæå³ä¸æ ã¨ãã£ãçç±ã§ãéçºä¸ã«ã¯éå§ç¸®ã® jquery.js ã使ããã¨ãå¤ãã£ãããã§ãã ãããã1.9 ããã¯ã½ã¼ã¹ãããã«å¯¾å¿ããã®ã§å§ç¸®çã®ã¾ã¾ã§ã®ãããã°ãç°¡åã«ãªã£ã¦ã¾ãã è¶ ç°¡åãªä½¿ãæ¹ ã½ã¼ã¹ãããã«å¯¾å¿ãããã©ã¦ã¶ã¼ã¯ç¾æç¹ã§ã¯ Google Chrome ã®ã¿ãªã®ã§ãGoogle Chrome ã®æé ã説æãã¾ãã (Firefox ã¯ã½ã¼ã¹ãããã¸ã®å¯¾å¿ãè¨ç»ä¸ããã) äºåæºåãå¿ããã« Google Chrome ã§
About tl;dr Example Example Documentation / Reference jQuery-inlog jQuery-inlog allows you to easily debug your jQuery code. See exactly what you pass to functions, what they return and in which context (this-value) they were executed. No more alert($obj.length) to see if your selector worked. No more pain when chaining many calls and figuring out which one fails NEW: See nested or recursive calls
$('#aaa') .find('.bbb') .filter(':first') .addClass('head') .end() .end() .parents('tag') .children(':first') .addClass('head') .end() .end() .end() ;
é±æ«ã¯ãªã¬æ¨æºJavaScriptåå¼·ä¼ã®Ustreamãçºãã¦ã¾ãããagoï¼@kyo_agoï¼ã§ãã 以åjQuery使ããé¥ããããç½ ã®ä¸ã§ã4 ä½ã§ãä¸è¡ã§æ¸ããã¨ãããã¨ããç¹ãä¸ããã®ã§ããã以ä¸ã®ãããªmethodãå®ç¾©ãããã¨ã§method chainã®ãããã°ã楽ã«ãªãã®ã§ç´¹ä»ãããã¨æãã¾ãã $.fn.p = function (id) { var arg = [this]; if (id) arg.unshift(id); if (!window.console) return this; var c = window.console || { 'log' : function () {} }; (c.debug || c.log).apply(c, arg); return this; }; å ·ä½çãªä½¿ãæ¹ã§ããã以ä¸ã®ããã«ç¢ºèªãããmethodã®å¾ã«.p()ã
ãªãªã¼ã¹ãé害æ å ±ãªã©ã®ãµã¼ãã¹ã®ãç¥ãã
ææ°ã®äººæ°ã¨ã³ããªã¼ã®é ä¿¡
å¦çãå®è¡ä¸ã§ã
j次ã®ããã¯ãã¼ã¯
kåã®ããã¯ãã¼ã¯
lãã¨ã§èªã
eã³ã¡ã³ãä¸è¦§ãéã
oãã¼ã¸ãéã
{{#tags}}- {{label}}
{{/tags}}