<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Splunk's jQuery.ajax extension requires jQuery and the jQuery.cookie plugin in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-s-jQuery-ajax-extension-requires-jQuery-and-the-jQuery/m-p/158232#M9745</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am trying to add some "custom" javascript (jquery) to a django template.&lt;BR /&gt;
From time to time i am receiving the following error message(s) ;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Splunk's jQuery.ajax extension requires jQuery and the jQuery.cookie plugin&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Does anyone know how to solve this ? &lt;/P&gt;

&lt;P&gt;FYI; i have added my code and it runs fine ... but still getting the message(s) below.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;script&amp;gt;
 $(document).ajaxComplete(function() {
        $('.navbar-inner').hide()
 });
&amp;lt;/script&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/252i6CB74A2C7D53B1FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Feb 2015 20:56:53 GMT</pubDate>
    <dc:creator>lmyrefelt</dc:creator>
    <dc:date>2015-02-23T20:56:53Z</dc:date>
    <item>
      <title>Splunk's jQuery.ajax extension requires jQuery and the jQuery.cookie plugin</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-s-jQuery-ajax-extension-requires-jQuery-and-the-jQuery/m-p/158232#M9745</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am trying to add some "custom" javascript (jquery) to a django template.&lt;BR /&gt;
From time to time i am receiving the following error message(s) ;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Splunk's jQuery.ajax extension requires jQuery and the jQuery.cookie plugin&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Does anyone know how to solve this ? &lt;/P&gt;

&lt;P&gt;FYI; i have added my code and it runs fine ... but still getting the message(s) below.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;script&amp;gt;
 $(document).ajaxComplete(function() {
        $('.navbar-inner').hide()
 });
&amp;lt;/script&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/252i6CB74A2C7D53B1FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2015 20:56:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-s-jQuery-ajax-extension-requires-jQuery-and-the-jQuery/m-p/158232#M9745</guid>
      <dc:creator>lmyrefelt</dc:creator>
      <dc:date>2015-02-23T20:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk's jQuery.ajax extension requires jQuery and the jQuery.cookie plugin</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-s-jQuery-ajax-extension-requires-jQuery-and-the-jQuery/m-p/158233#M9746</link>
      <description>&lt;P&gt;hmmm ... so i think that was due to me loading some external jquery libraries&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2015 11:55:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-s-jQuery-ajax-extension-requires-jQuery-and-the-jQuery/m-p/158233#M9746</guid>
      <dc:creator>lmyrefelt</dc:creator>
      <dc:date>2015-02-24T11:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk's jQuery.ajax extension requires jQuery and the jQuery.cookie plugin</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-s-jQuery-ajax-extension-requires-jQuery-and-the-jQuery/m-p/158234#M9747</link>
      <description>&lt;P&gt;OK, so these messages seems to have been related to me trying to load external jquery in my django code.&lt;BR /&gt;
I removed those and change my script to;&lt;/P&gt;

&lt;P&gt;require(["splunkjs/ready!"], function(mvc) {&lt;BR /&gt;
        $(document).ready(function() {&lt;BR /&gt;
        $('.splunk-footer').remove()&lt;BR /&gt;
        $('.shared-footer').remove()&lt;BR /&gt;
})&lt;BR /&gt;
});&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2015 12:21:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-s-jQuery-ajax-extension-requires-jQuery-and-the-jQuery/m-p/158234#M9747</guid>
      <dc:creator>lmyrefelt</dc:creator>
      <dc:date>2015-02-24T12:21:45Z</dc:date>
    </item>
  </channel>
</rss>

