frijj2k Approved

Member since: 2015-02-03

Recent posts by frijj2k
Post When

SOLVED!

I put a small script in my default.htm just before I included my {% scripts%} tag to declare...

Posted in AJAX Javascript API - TypeError: $(...).request is not a function

Slight spin off problem here...

The code...

      function test() {
          $(this).request('onRef...

Posted in AJAX Javascript API - TypeError: $(...).request is not a function

Moving the {% scripts %} tag in to the head section seems to have fixed my issue...

(I missed your...

Posted in AJAX Javascript API - TypeError: $(...).request is not a function

After reading.. https://octobercms.com/docs/markup/tag-scripts

I think I might see the error of my w...

Posted in AJAX Javascript API - TypeError: $(...).request is not a function

This is an extract of some test code that fails for me...

            <button onclick="$(this).reque...

Posted in AJAX Javascript API - TypeError: $(...).request is not a function

@daftspunk... That seems to break my page layout by including the above... Have you got a working c...

Posted in AJAX Javascript API - TypeError: $(...).request is not a function

I'm writing my own component... The data attributes are fine but the request object is not getting ...

Posted in AJAX Javascript API - TypeError: $(...).request is not a function

Hi,

The AJAX framework is workin fine for me when using the data attributes however when I try to us...

Posted in AJAX Javascript API - TypeError: $(...).request is not a function