Hi all, After some weeks I came with one important topic, it is very useful to developers. Because nowadays, fetch the table content or html content to pdf and then download the pdf file; its very common in real world. This topic is already discuss; here I use different method …
Read More »Disabling browser print options (headers, footers, margins) from page
For printing page using window.print(). But in print screen the header and footer are available. Here I discuss one useful information related to this problem. we can easy to remove html header and footer page. But remove PDF headers and footers is very dificult task in HTML. Solve this problem …
Read More »Live Counter using jQuery & CSS
Hi Guys, In here, I explain how to implement live counter or increment values using jQuery. It’s very useful in your web application . It helps to show your wedsite statistics like total online users, online visitors,total post, comments etc. Page Content jQuery HTML CSS jQuery code The jQuery helps …
Read More »Responsive Accordion with HTML, CSS & jQuery
Create an responsive Accordion with CSS3, HTML5 and jQuery. Accordion toggle is the latest style of toggle. Accordion is mostly using for FAQ and design features. This kind of toggle is make the web page as very attractive ,simple and include more content. Here HTML, CSS & jQuery for accordion. …
Read More »