Easy Code Share > HTML CSS > Advanced

3 Demos Redirect to Mobile APP from Html A Tag Href

3 Demos Redirect to Mobile App from Html A Tag Href

Focused on a mobile phone APP, HTML href attribute in <a> tag has an alternative usage. Instead of directing to a new URL, it can additionally open Android or iOS APPs. Also, we show how jQuery Mobile gives browsers in mobile phone a more professional appearance. All codes here are not complicated, so you can … Read more

Easy Code Share > HTML CSS > Advanced

The Simplest Way to Collapse Table Rows with jQuery

The Simplest Way to Collapse Table Rows with jQuery

We design a table that can collapse details for each row. From that, you will learn what jobs jQuery does to make this example the simplest. Let us focus on the detection of html elements groups by CSS classes, and the usage of jQuery function .toggle(). All codes here are not complicated, so you can … Read more

Easy Code Share > HTML CSS > Advanced

jQuery Toggle Div and Table Row/Column in 5 Demos

jQuery Toggle Div and Table Row/Column in 5 Demos

To toggle table row/column for hiding or showing, we provide 5 jQuery illustrating examples, even including toggle div. This is a practical skill relating to jQuery and CSS. You will find a major concept about the skill throughout all 5 demos. All codes here are not complicated, so you can easily understand even though you … Read more

Easy Code Share > HTML CSS > Advanced

Tips for Making Endless Page Scroll Against Pagination

Tips for Making Endless Page Scroll Against Pagination

Endless scroll allow people to browse continuous HTML content without clicking “next page.” In contrast to traditional pagination, it is elegant and of lower interaction cost. We lay stress on Endless Scroll Tips to tutor developers with straightforward examples. All codes here are not complicated, so you can easily understand even though you are still … Read more