gingerbeardman + javascript   43

Sequentially chain your callbacks in jQuery – Three ways « Paul Irish
(function hidenext(jq){
jq.eq(0).fadeOut("fast", function(){
(jq=jq.slice(1)).length && hidenext(jq);
});
})($('div#bodyContent a'))
animation  javascript  jquery  sequential  fade  loading  effect 
may 2011 by gingerbeardman
CreateDOM - $C() - Create DOM Stuctures Easily
$C({
div:{
'class':'newly-added',//Class must be quoted - its a keyword
code:'This is a code',
br:'',
a:{
href:'http://www.bin-co.com/',
text:'This is a link'
},
hr:'',
span:{
'class':'finally',
text:'Thats all folks.'
}
}
},"insert-here");
dom  javascript  createdom  html  insert  easy  array 
june 2010 by gingerbeardman
Example source code - organized by topic
Reference on how to do common tasks in multiple programming labguages
programming  development  code  reference  examples  howto  python  php  java  javascript 
july 2009 by gingerbeardman
jScrollPane
jQuery plugin that allows custom vertical browser scrollbars, styled using CSS.
scroll  custom  scrollbars  javascript  plugin  css  jquery  scrolling  scrollbar 
february 2009 by gingerbeardman
pcdtr - Google Code
The latest version of the PHP/CSS/JS dynamic text replacement technique I use for graphical headings (latest version)
php  text  replacement  graphical  typography  fonts  css  javascript  image  dtr 
november 2008 by gingerbeardman
PHP+CSS Dynamic Text Replacement | joaomak.net
The latest version of the PHP/CSS/JS dynamic text replacement technique I use for graphical headings
php  css  graphical  text  replacement  image  javascript  typography  fonts 
november 2008 by gingerbeardman

related tags

action  alternative  animation  api  area  array  background  bookmarklets  bookmarks  browser  buttons  carousel  chart  checker  clean  clipboard  clipmenu  code  compression  compressor  controls  conversion  convert  converter  coordinates  createdom  css  css3  custom  data  development  directory  dom  dtr  duplicate  easy  effect  encode  encoder  examples  excel  expression  facebook  fade  fancy  file  flip  fonts  foresight  framework  full  fullscreen  graph  graphical  help  high  howto  html  html5  image  images  indent  insert  interactive  java  javascript  jquery  json  latitude  lazy  lazyload  library  lightbox  like  line  lines  lint  loading  longitude  manager  map  marklets  minifier  minify  one  online  optimization  os  page  pasteboard  performance  php  play  playback  player  plugin  programming  pure  python  reference  regex  regexp  regular  remove  replacement  resolution  responsive  retina  screen  scroll  scrollable  scrollbar  scrollbars  scrolling  sequential  slideshow  smooth  sortable  spreadsheet  table  test  tester  text  tidy  tool  tools  transition  turn  tutorial  tutorials  twitter  typography  unescape  uri  url  validator  video  web  wizard  yui 

Copy this bookmark:



description:


tags: