<script> flowplayer(“player”, “Scripts/flowplayer/flowplayer-3.2.5.swf”, { clip: { autoPlay: true, autoBuffering: true }, onFinish: function() { // set an event handler in the configuration this.pause(); } }); </script>
Tag Archives: jquery
Jquery empty – form field
<form name=”newsletter-form” id=”newsletter-form” method=”post”> <input id=”email” name=”email” placeholder=”insert email” type=”text”/> <button type=”submit”>NEWSLETTER</button> </form> $(“#email”).val(”);
MAC STYLE MENU “Outside the Box” Navigation with jQuery
Just about every website uses the regular navigation concepts we’re all used to. After awhile this can get pretty boring, especially for designers who thrive on creativity. While mimicking the OS X dock and stacks isn’t new, it’s certainly not common.
23 Best jQuery Facebook Style Plugins
The Facebook User Interface is one of the most popular, attractive and simple to use. At the same time, it is a challenge for designers to create these kind of user interface. These jQuery plugins help designes to create facebbok style UI with ease.
Custom Alert Boxes using Jquery
This tutorial I’ll explain a simple step-by-step way to implement an Custom Alert Boxes using Jquery Demo with cool sliding and fully customized alert box, error message, delete message, info mesage using Jquery and CSS. The result is something like this:
Equal Height Columns with jQuery
Creating equal-height columns with CSS is sometimes a bear. But who needs the hassle of faux columns, “clear” divs and the rest? With this bit of jQuery, you can easily equalize the heights of any group of elements.