Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
test [2019/05/04] gomidatest [2019/05/04] gomida
Line 25: Line 25:
   var load = function(stickies) {   var load = function(stickies) {
       $stickies = stickies.each(function() {       $stickies = stickies.each(function() {
-        var $thisSticky = jQuery(this).wrap('<div class="followWrap" />');+        var $thisSticky = jQuery(this);//.wrap('<div class="followWrap" />');
         console.log($thisSticky.offset().top);         console.log($thisSticky.offset().top);
         $thisSticky         $thisSticky

TypeError: Cannot access offset of type string on string

TypeError: Cannot access offset of type string on string

An unforeseen error has occured. This is most likely a bug somewhere.

More info has been written to the DokuWiki error log.