Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Simplifies Ajax on both the JS and PHP sides. #103

Merged
merged 4 commits into from
May 6, 2020
Merged

Commits on May 4, 2020

  1. Simplifies Ajax on both the JS and PHP sides.

    Also fixes several other WPCS-related issues.
    pbiron committed May 4, 2020
    Configuration menu
    Copy the full SHA
    3ad8c40 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Replace use of wpAjax.unserialize() and some CSS classes used in the …

    …JS with @DaTa attributes.
    
    Also corrects a few more coding standards issues.
    pbiron committed May 5, 2020
    Configuration menu
    Copy the full SHA
    6ed296d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Use jQuery attr( 'data-xyz' ) to access the data attributes instead o…

    …f data(). Also moves the .update-link click handler to the JS file instead loading that script inline.
    pbiron committed May 6, 2020
    Configuration menu
    Copy the full SHA
    8b75528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82e1800 View commit details
    Browse the repository at this point in the history