sir,the reply box isn't showing.
and
they have a system.that the quote button is hidden for nonlogged user but quote button appears for logged user.
how can i do it?
He hide his comment box, I hav teach you how to hide contents for unlogged users and visible for logged users in forum.. Haven't i?
yes sir,
i was asking how to hide quote button of the post like that site
Do mean how to make it visible for logged users?
sir,
i solved it.
sir,
is there any way to know which javascript does what work?
tnx
(Edited by 2017-01-04 09:48 JuMaSo )
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
sir, the above link is for a javascript /jquary code.
how could i know what works this script does?
and sir.
can u kindly give the full footer code and login page code of the below site?
toptunebd.com/login_site.xhtml?do_id=6
(Edited by 2017-01-05 12:07 JuMaSo )
Its a JQuery Script, It Works Mostly On JQuery.. jQuery is a JavaScript Library And greatly simplifies JavaScript programming.
See Examples Below:
$("p").hide()
Demonstrates the jQuery hide() method, hiding all <p> elements.
$("#test").hide()
Demonstrates the jQuery hide() method, hiding the element with id="test".
$(".test").hide()
Demonstrates the jQuery hide() method, hiding all elements with class="test".
$(this).hide()
Demonstrates the jQuery hide() method, hiding the current HTML element.
And correct the above link.. In
http:// format.
(Edited by 2017-01-31 10:48 JuMaSo )