תפריט ניווט

שינויים

קפיצה לניווט קפיצה לחיפוש
נוספו 1,371 בתים ,  00:30, 27 ביוני 2014
יצירת דף עם התוכן "<html><head> <script type="text/javascript" src="//code.jquery.com/jquery-1.9.1.js"></script> <script type="text/javascript" src="http://code.jquery.com/ui/1.9...."
<html><head>
<script type="text/javascript" src="//code.jquery.com/jquery-1.9.1.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
<link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">

<script type="text/javascript" src="http://mcpants.github.io/jquery.shapeshift/core/jquery.shapeshift.min.js"></script>
<script type="text/javascript" src="../js/jquery.ui.touch-punch.min.js"></script>

<script type="text/javascript">//<![CDATA[


$(document).ready(function(){
// set up hover panels
// although this can be done without JavaScript, we've attached these events
// because it causes the hover to be triggered when the element is tapped on a touch device
$('.hover').hover(function(){
$(this).addClass('flip');
},function(){
$(this).removeClass('flip');
});
});
});//]]>

</script>
</head>
</html>
<div class="container">
{{{1}}}
</div>
__NOTOC__
<html>
<script>
$(window).load(function(){
$(".container").shapeshift({
minColumns: 2
});
$(document).ready(function(){
$('.hover').hover(function(){
$(this).addClass('flip');
},function(){
$(this).removeClass('flip');
});
});
</script>
</html>

הודפס מתוך מאגר הידע של דואלוג בכתובת: "https://doalogue.co.il/wiki/מיוחד:השוואה_ניידת/4179"

משותף תחת רישיון CC-BY 4.0. ניתן להפיץ באופן חופשי תוך מתן קרדיט לדואלוג וקישור למקור.