
            <script type="text/javascript">
            jQuery(document).ready(function($) {
                $.fn.checkboxLimit = function(n) {

                    var checkboxes = this;

                    this.toggleDisable = function() {

                        // if we have reached or exceeded the limit, disable all other checkboxes
                        if(this.filter(':checked').length >= n) {
                            var unchecked = this.not(':checked');
                            unchecked.prop('disabled', true);
                        }
                        // if we are below the limit, make sure all checkboxes are available
                        else {
                            this.prop('disabled', false);
                        }

                    }

                    // when form is rendered, toggle disable
                    checkboxes.bind('gform_post_render', checkboxes.toggleDisable());

                    // when checkbox is clicked, toggle disable
                    checkboxes.click(function(event) {

                        checkboxes.toggleDisable();

                        // if we are equal to or below the limit, the field should be checked
                        return checkboxes.filter(':checked').length <= n;
                    });

                }
            });
            </script>

            {"id":259,"date":"2013-10-03T22:28:17","date_gmt":"2013-10-03T22:28:17","guid":{"rendered":"http:\/\/leparadigme.com\/eps\/?page_id=259"},"modified":"2026-07-21T04:45:20","modified_gmt":"2026-07-21T08:45:20","slug":"registration-quebec-city-camp","status":"publish","type":"page","link":"https:\/\/www.extremepowerskating.com\/en\/registration-quebec-city-camp\/","title":{"rendered":"Registration for hockey"},"content":{"rendered":"\n<p class=\"isSelectedEnd\">Registration for the 2026 hockey camp is now closed.<\/p>\n<p class=\"isSelectedEnd\">Please check back in September 2026 for information and registration for our 2027 camps.<\/p>\n<p>Thank you for your interest. We look forward to welcoming you next year!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Registration for the 2026 hockey camp is now closed. Please check back in September 2026 for information and registration for our 2027 camps. Thank you for your interest. We look forward to welcoming you next year!<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-259","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.extremepowerskating.com\/en\/wp-json\/wp\/v2\/pages\/259","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.extremepowerskating.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.extremepowerskating.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.extremepowerskating.com\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.extremepowerskating.com\/en\/wp-json\/wp\/v2\/comments?post=259"}],"version-history":[{"count":6,"href":"https:\/\/www.extremepowerskating.com\/en\/wp-json\/wp\/v2\/pages\/259\/revisions"}],"predecessor-version":[{"id":1841,"href":"https:\/\/www.extremepowerskating.com\/en\/wp-json\/wp\/v2\/pages\/259\/revisions\/1841"}],"wp:attachment":[{"href":"https:\/\/www.extremepowerskating.com\/en\/wp-json\/wp\/v2\/media?parent=259"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}