PHP code example of rockerox / jquery

1. Go to this page and download the library: Download rockerox/jquery library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

rockerox / jquery example snippets

js
t( testName, selector, [ "array", "of", "ids" ] );
js
url("data/test.html");

=> "data/test.html?10538358428943"


url("data/test.php?foo=bar");

=> "data/test.php?foo=bar&10538358345554"