...
another hide show
.changeP { font-weight: bold; color:red;}
$(document).ready(function(){
$(".article .thebody").hide();
$("#container .article ul")
.prepend("Read Body");
$(".actions li.readbody a").click(function(event){
$(this).parents("ul").prev(".thebody").t…
event.preventDefault();
});
});
Summary 01
Lorem ipsum....
...
hide para
abcdefg
function toggleElement(id){
var e = document.getElementById(id);
e.style.display = e.style.display != 'block' ? 'block' : 'none';
};
Hello World!
...
ABC
Which tool of Photoshop makes the image shown above appear on screen?
b Curves
How many channels do lab colors have?
a 5
b 2
c 3
d 3
Which of the following action sequences will make the above given dialog box appear on screen?
a File>Scripts>Load Images into Stack
b File>Import>Video...