Plugin Directory

Changeset 2061120


Ignore:
Timestamp:
04/01/2019 05:54:37 PM (7 years ago)
Author:
db0112358
Message:

fix jQuery syntax for IE11

Location:
content-repeater/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • content-repeater/trunk/content-repeater.php

    r2061083 r2061120  
    33 * Plugin Name: Content Repeater
    44 * Description: Quickly set up custom content like Testimonials, Coupons, Products, Flipboxes, Portals, Portfolios, Before & Afters, etc. and display it in interesting ways: Ajax Reload, Masonry, Isotope, Slick Slider, Single Row.
    5  * Version: 1.0.8
     5 * Version: 1.0.9
    66 * Author: Denis Buka
    77 * Text Domain: content-repeater
  • content-repeater/trunk/includes/publish-and-new.php

    r2045559 r2061120  
    1717function rptr_prn_admin_head_function() { ?>
    1818    <script>
    19         jQuery(document).ready(function() {
     19        jQuery(document).ready(function($) {
    2020            jQuery('#rptr_prn_publish').click(function(){
    2121                jQuery('#rptr_prn_redirect').val('yes');
  • content-repeater/trunk/readme.txt

    r2061083 r2061120  
    9090= 1.0.8 =
    9191fix opacity issue for IE11
     92= 1.0.9 =
     93fix jQuery syntax for IE11
  • content-repeater/trunk/repeaters/slick-slider/slick-slider.php

    r2045559 r2061120  
    103103</style>
    104104<script type='text/javascript'>
    105 jQuery(document).ready(function(){
     105jQuery(document).ready(function($){
    106106    $('.<?php echo $type; ?>-<?php echo self::$b; ?>').on('init', function(){
    107107        var t = $(this);
Note: See TracChangeset for help on using the changeset viewer.