Helping you build websites - Page 42

  • Switch CSS Based on Window Size using jQuery

    Switch CSS Based on Window Size using jQuery

    Here we are going to see an example to switch CSS file dynamically based on the window size. In this example code, we are having two CSS fil ...

    March 17th, 2016

  • Equal Height Columns with jQuery

    Equal Height Columns with jQuery

    In a multi-column template, the columns height is based on the content length. If the content lengths are varied then the columns will not b ...

    March 16th, 2016

  • Prevent Form Double Submit using jQuery

    Prevent Form Double Submit using jQuery

    In this tutorial, we will see how to avoid duplicate submit using jQuery. While submitting a form via an AJAX function, the page will not re ...

    March 9th, 2016

  • Restrict Typing Invalid Data in Form Field using jQuery

    Restrict Typing Invalid Data in Form Field using jQuery

    By restricting users from typing invalid data we can minimize validation errors in an earlier stage. Let us see an example to do this using ...

    March 9th, 2016

  • Enable Disable Submit Button Based on Validation

    Enable Disable Submit Button Based on Validation

    Now we are going to see about how to enable or disable form submit button based on the form validation result. In a previous example, we hav ...

    March 9th, 2016

  • jQuery Ajax Column Sort

    jQuery Ajax Column Sort

    Sorting MySQL column via an AJAX call will prevent us from sending the column name and column order in URL. So, it makes page URL simple. In ...

    March 9th, 2016

  • Sorting MySQL Column using PHP

    Sorting MySQL Column using PHP

    In PHP we can sort database results based on a column field using MySQL order by clause. Previously, we have seen about how to change the My ...

    March 9th, 2016

  • jQuery News Ticker

    jQuery News Ticker

    jQuery News Ticker is used to marquee a list of text one by one. If you want a JavaScript News Ticker the linked article has the code. It is ...

    March 7th, 2016

  • Read HTML5 Data Attribute via jQuery

    Read HTML5 Data Attribute via jQuery

    In HTML5, it has data-* attribute which is used to store custom data with an HTML element. These attributes used to keep more information on ...

    March 6th, 2016

  • How to Create Custom Taxonomy in WordPress

    How to Create Custom Taxonomy in WordPress

    Taxonomy is a feature to group content like posts, and links in a structured way. For example, category and tag are the inbuilt taxonomies i ...

    March 3rd, 2016