PHP code example of virtuvia / sf-jquery-reloaded-plugin

1. Go to this page and download the library: Download virtuvia/sf-jquery-reloaded-plugin 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/ */

    

virtuvia / sf-jquery-reloaded-plugin example snippets

 echo link_to_remote(....);
 echo jq_link_to_remote(....);
 use_helper('jQuery') 
 jq_add_plugins_by_name(array('sortable', 'autocomplete')) 
 echo jq_link_to_remote(image_tag('icons/delete.png'),
                             array('url'      => '@delete')),
                                   'dataType' => 'json',
                                   'success'  => 'leaveGroup(request)'))