JavaScript to the rescue Calling equalHeights() on DOM ready let’s us keep all of the important factors in play, without adding extra markup or complex CSS workarounds:
Category Archives: JavaScript – Ajax
10 Transition Effects: The art of Showing/Hiding Content
Delivering informative structure is the primary task an interactive user interface should be able to cope with. The more intuitive layout structure is designed, the better users can understand the content. Whatever content you have to present, you can present them in a more interactive & more responsive ways. In this article we’d like to …
Continue reading “10 Transition Effects: The art of Showing/Hiding Content”
Go to top of page using jQuery
This one liner jQuery snippet will force your browser to go to the top of your page:
Jquery Syntax Highlighting
Chili directly supports highlighting of PHP, HTML, CSS, JavaScript, MySQL, Java, C++, C#, Delphi, and LotusScript. Additionally, it’s fairly easy to add a new recipe for any other language by means of regular expressions. very fast coloring easy line numbers trivial setup fully customizable thoroughly documented MIT licensed
PHP Jquery Multiple upload files
What is this? The Multiple File Upload Plugin (jQuery.MultiFile) is a non-obstrusive plugin for the jQuery Javascript library that helps users easily select multiple files for upload quickly and easily whilst also providing some basic validation functionality to help developers idenfity simple errors, without having to submit the form (ie.: upload files).
jquery console log
logPrint=’my log’;console.log( logPrint);