Skip to content

Instantly share code, notes, and snippets.

View prasadshir's full-sized avatar

Prasa Shirgaonkar prasadshir

View GitHub Profile
@prasadshir
prasadshir / jquery-dom-manipulation.html
Created August 16, 2013 06:03
jQuery DoM Manipulation Example
<html>
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js">
</script>
<script>
$(document).ready(function(){
$("#btn1").click(function(){
//var t = $("#para").text();
// alert(t);
// $("#para2").text(t);