This website works better with JavaScript
Home
Explore
Help
Sign In
OSInet
/
learning_jquery
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Branch:
ch6
Branches
Tags
ch1
ch2
ch3
ch4
ch5
ch6
ch7
master
learning_jquery
/
Chapter 4
/
listings
/
4.1.js
4.1.js
83 B
Permalink
History
Raw
1
2
3
4
$(document).ready(function() {
$('#switcher-large').click(function() {
});
});