• short code does not work on page. When i view the page’s source from browser i see the following

    jQuery(document).ready(function() {
    jQuery(‘#congresses’).DataTable({
    ‘info’: true,
    ‘paging’: true,
    ‘pageLength’: 15,
    ‘pagingType’: ‘full_numbers’,
    ‘bLengthChange’: true,
    ‘ordering’: true,
    ‘order’: [0,’asc’],
    ‘searching’: true,
    } );
    jQuery(‘#congresses_wrapper select’).prepend(‘<option value=15>Select</option>’).val(”);
    jQuery(‘#congresses_wrapper select’)[0].options[0].selected = true; } );

    BUT IT IS NOT WORKING!!! please help

    https://www.ads-software.com/plugins/wp-jquery-datatable/

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Wp JQuery Datatable’ is closed to new replies.