<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script>
<script src="styles/egymafia-elmsafer/showHide.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.show_hide').showHide({
speed: 1000, // speed you want the toggle to happen
easing: '', // the animation effect you want. Remove this line if you dont want an effect and if you haven't included jQuery UI
changeText: 1, // if you dont want the button text to change, set this to 0
showText: '',// the button text to show when a div is closed
hideText: '' // the button text to show when a div is open
});
});
</script>
فهذا الملف jquery.min.js معرف مسبقاً في المنتدى لاحاجة لأن يتم تكرار تعريفه
واي اكواد javascript جديدة تريد اضافتها في المنتدى يفضل ان تضعها في قالب headinclud اسفل وسم