Showing posts with label Jquery. Show all posts
Showing posts with label Jquery. Show all posts

Flip Effect Using Jquery and CSS


Guys in this post I will be discussing a way to create coin flip animation using JQuery and CSS only.
The method which I will be showcasing in a while can also be implemented without JQuery but that would increase your amount of code and complexity considerably. The main trick is to rotate the html element (an image in my case) degree by degree for multiples of 360 so that you can have your original state back.

Here is My Code :-

Web Report Generation made easy


With every management system you need good reporting tools and by reporting tools I mean tools which help you in creating beautiful and functional reports requiring minimal coding and very less user effort on the front end. Here is where JQueryDatatable comes in. If you need table functionality in your website and you do not want to write code for table functions like sorting, styling, searching , paging ,exporting etc. JQuery Datatables is your blessing in disguise. 


Coming on to my project , I needed to generate custom reports according to user's needs from a master report containing everything . My approach was as follows : I extracted all the required data from my database , bind that data with a normal HTML table and then applied JQuery Datatable to it. With that I got the functionality to hide columns on specific events , sort table column wise automatically on header click ,add and remove rows dynamically and refresh the table with new source without reloading the whole page.