Info
Info content ...
Thank you, in advance, for those who answer =)
I\'m trying to switch between divs when i click the links with the respective class (as follow on the code bellow).
It works f
This is working fine for u:
$(document).ready(function () {
$(".content").hide();
});
function test(Idpassing) {
var clsname = Idpassing[0].id;
if (clsname == "cont") { $("#info").slideToggle(500); }
if (clsname == "gal") { $("#gallery").slideToggle(500); }
if (clsname =="projectos") { $("#projectos").slideToggle(500); }
if (clsname == "conta") { $("#Contacts").slideToggle(500); }
}
Info
Info content ...
Gallery
Gallerycontent ...
Contacts
Contactscontent ...
Send the data using id