I made it another way. Probably someone need this code:
$(document).ready(function(){
$(".adminhead").click(function(){
$(this).toggle("slow");
$(this).parent().find("div.normalmode").toggle("slow");
});
});
hi, I am working on something like this
I have about 20 groups, each group contains two paragraphs, one
visible and one hidden; and two divs, one visible and one hidden.
Each group have a unique id from mysql.
What I am trying to do:
When you click on a paragraph, all divs and paragraphs
hi, I am working on something like this
I have about 20 groups, each group contains two paragraphs, one
visible and one hidden; and two divs, one visible and one hidden.
Each group have a unique id from mysql.
What I am trying to do:
When you click on a paragraph, all divs and paragraphs
hi, I am working on something like this
I have about 20 groups, each group contains two paragraphs, one
visible and one hidden; and two divs, one visible and one hidden.
Each group have a unique id from mysql.
What I am trying to do:
When you click on a paragraph, all divs and paragraph
4 matches
Mail list logo