This document summarizes Kathy Zhou's talk on Javascript and jQuery given at PennApps Fall 2014. The talk provided an introduction to Javascript as a programming language that runs in web browsers and jQuery as a Javascript library for animations, effects, and simplifying Javascript usage. It covered basics of Javascript including data types, functions, and manipulating the DOM. It also demonstrated how jQuery can be used to more easily select and modify page elements, attach event handlers, and implement an autocomplete search bar. The talk aimed to help attendees start building UI features for their web apps using Javascript and jQuery.