Skip to content

Instantly share code, notes, and snippets.

View jeedy's full-sized avatar
:octocat:
Know, We are code

jeeyong jeedy

:octocat:
Know, We are code
  • Brain Factory
  • seoul
View GitHub Profile
@jeedy
jeedy / BannerSlide.html
Last active December 15, 2015 10:19
슬라이드 배너jquery,
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>테스트</title>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://cherne.net/brian/resources/jquery.hoverIntent.minified.js"></script>
<script type="text/javascript">
$(document).ready(function(){
@jonraasch
jonraasch / highlight.js
Created September 2, 2010 22:14
Live on-page text highlighting
/*
highlight v3 !! Modified by Jon Raasch (http://jonraasch.com) to fix IE6 bug !!
Highlights arbitrary terms.
<http://johannburkard.de/blog/programming/javascript/highlight-javascript-text-higlighting-jquery-plugin.html>
MIT license.