Ye Jiaqi

Results 15 comments of Ye Jiaqi

Because they are python array slices. For instance: ```python arr = [1, 2, 3, 4, 5, 6] arr[0:3] # [1, 2, 3] arr[3:6] # [4, 5, 6] ```

I got this error too when I am using 'navbar'. And I found the following code: ```javascript ready () { let $dropdown = $('.dropdown>[data-toggle="dropdown"]',this.$el).parent() $dropdown.on('click', '.dropdown-toggle', (e) => { e.preventDefault()...