Páginas (2):    1 2
-NaKu-   20 Nov, 2011, 3:40 am
#11
Ya está ya lo solucioné.

No me fije y había puesto sin querer esto al final:


<script type="text/javascript">
jQuery.noConflict();

 jQuery(function($) {
	$(".tekst").click(function(e){
		// eo.preventDefault() , 
		// .
		e.preventDefault();
		$("#paneluser").toggle();
		$(".tekst").toggleClass();
	});
	$("body #main").click(function(){
		$("#paneluser").hide();
		return false;
	});
});
</script>
<script type="text/javascript">
jQuery.noConflict();

 jQuery(function($) {
	$(".tekst").click(function%

Que peligrosos son los jQuery Tongue

Gracias Nentab y Jaizu, va reputación Wink
Páginas (2):    1 2
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.