Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

  with($('.class')) {
  	find('.sub').remove()
  	with(find('.stuff')) {
  		addClass('other')
  		find('.more_stuff').removeClass('things')
  	}
  	filter('li').appendTo('#my_list')
  }


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: