hej
kan jeg aktivere click uden at trykke??
<button>Click to fade in boxes</button>
- <head>
- <script>
- $(document).ready(function(){
- $("button").click(function(){
- $("#div1").fadeIn();
- $("#div1").fadeOut(5000);
- });
- });
- </script>
- </head>
indhold
echo "<div id=\"div1\" style=\"width:80px;height:80px;display:none;background-color:red;\">fsdfsdfsdf</div>";
eller hvordan. skal aktiveres via if sætning.
$ID = "".$_GET['id']."";
if($_SESSION['side'] != $ID){
$_SESSION['side'] = $ID;
Indlæg senest redigeret d. 11.03.2013 21:10 af Bruger #17554