Skip to content

Instantly share code, notes, and snippets.

@haingdc
Last active April 10, 2018 03:38
Show Gist options
  • Save haingdc/99c46fb38261984f73f1c1bd8c95fdcb to your computer and use it in GitHub Desktop.
Save haingdc/99c46fb38261984f73f1c1bd8c95fdcb to your computer and use it in GitHub Desktop.
Thao tác với DOM thông qua TDD
addPhotosToElement: function($, selector, list) {
return $(selector).append(list);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment