hi i am developed a image gallery in asp.net ..in that having hyperlink so i am write below code for that in header part..now i would like write for asp image1 ..so how to change the script in asp.net
my script:
$(document).ready(function () {
$("a[rel^='prettyPhoto']").prettyPhoto();
});
in aspx file;;

Manas MohapatraPosted Dec 21, 2015, 6:21 AM