<!DOCTYPE html>src="//libs.baidu.com/jquery/1.10.2/jquery.min.js"$(document).ready(function(){$("button").click(function(){$("p").html(function(n){return "This p element has index: " + n;});});});Change the content of the p elementsThis is a paragraph.This is another paragraph.