| javascript Programming Glossary: r1Large dynamically sized html table with a fixed scroll row and fixed scroll column http://stackoverflow.com/questions/10838700/large-dynamically-sized-html-table-with-a-fixed-scroll-row-and-fixed-scroll-colu  var row1 this.find 'tr' .slice 0 o.fRows .clone  var r1c1ColSpan 0 for var i 0 i o.fCols i  r1c1ColSpan this 0 .rows.. o.fRows .clone  var r1c1ColSpan 0 for var i 0 i o.fCols i  r1c1ColSpan this 0 .rows 0 .cells i .colSpan  create table with.. this 0 .rows 0 .cells i .colSpan  create table with just r1c1 which is fixed for both scrolls var tr1c1 origTableTmpl row1.each.. 
 How can I perform flood fill with HTML Canvas? http://stackoverflow.com/questions/2106995/how-can-i-perform-flood-fill-with-html-canvas  a certain delta of the color at the specified point. var r1 r2 red values var g1 g2 green values var b1 b2 blue values var.. var b1 b2 blue values var actualColorDelta Math.sqrt r1 r2 r1 r2 g1 g2 g1 g2 b1 b2 b1 b2 function floodFill canvas x.. var b1 b2 blue values var actualColorDelta Math.sqrt r1 r2 r1 r2 g1 g2 g1 g2 b1 b2 b1 b2 function floodFill canvas x y fillColor.. 
 Fast rectangle to rectangle intersection http://stackoverflow.com/questions/2752349/fast-rectangle-to-rectangle-intersection  LONG right LONG bottom RECT bool IntersectRect const RECT r1 const RECT r2 return r2 left r1 right r2 right left r2 top r1.. IntersectRect const RECT r1 const RECT r2 return r2 left r1 right r2 right left r2 top r1 bottom r2 bottom top   javascript.. const RECT r2 return r2 left r1 right r2 right left r2 top r1 bottom r2 bottom top   javascript c language agnostic graphics.. 
 JQuery $(#radioButton).change(…) not firing during de-selection http://stackoverflow.com/questions/5176803/jquery-radiobutton-change-not-firing-during-de-selection  Does anyone know how to fix this input type radio id r1 name someRadioGroup  script type text javascript  #r1 .change.. id r1 name someRadioGroup  script type text javascript  #r1 .change function  if #r1 .attr checked   '#r1edit input' .removeAttr..  script type text javascript  #r1 .change function  if #r1 .attr checked   '#r1edit input' .removeAttr 'disabled'    else.. 
 javascript - pass selected value from popup window to parent window input box http://stackoverflow.com/questions/9994120/javascript-pass-selected-value-from-popup-window-to-parent-window-input-box  width 40 WHSE th th valign bottom width 25 SU th tr tr id r1 td input type checkbox name kvi1 id kvi1 value 1 td td input.. 
 |