<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>jQuery</title>
    <description>Forum dedicated to topics revolving around the jQuery JavaScript library.</description>
    <pubDate>Sat, 11 Apr 2026 19:59:45 +0000</pubDate>
    <lastBuildDate>Sat, 11 Apr 2026 19:59:45 +0000</lastBuildDate>
    <generator>Digital Point</generator>
    <link>https://forums.digitalpoint.com/forums/jquery.137/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://forums.digitalpoint.com/forums/jquery.137/index.rss"/>
    <item>
      <title>The input form does not work in mobile popup</title>
      <pubDate>Thu, 07 Sep 2023 14:44:29 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/the-input-form-does-not-work-in-mobile-popup.2876607/</link>
      <guid>https://forums.digitalpoint.com/threads/the-input-form-does-not-work-in-mobile-popup.2876607/</guid>
      <author>invalid@example.com (dGarden)</author>
      <dc:creator>dGarden</dc:creator>
      <content:encoded><![CDATA[Hello friends<br />
I ran into a problem that I hope you can help me with.<br />
The website I am building opens articles in a popup page. I want to add a comment section for articles.<br />
But the problem is that in mobile phones, data entry form does not activate by touch (so I can’t enter information). And this problem does not exist in the computer.<br />
so, It seems the form’s inputbox works with mouse click, but it does not work with a touch.<br />
What could be the reason?<br />
you can see the problem here:...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/the-input-form-does-not-work-in-mobile-popup.2876607/" target="_blank" class="internalLink">The input form does not work in mobile popup</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Datepicker shows up behind text input dropdown</title>
      <pubDate>Mon, 04 Sep 2023 06:23:59 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/datepicker-shows-up-behind-text-input-dropdown.2870859/</link>
      <guid>https://forums.digitalpoint.com/threads/datepicker-shows-up-behind-text-input-dropdown.2870859/</guid>
      <author>invalid@example.com (makamo66)</author>
      <dc:creator>makamo66</dc:creator>
      <content:encoded><![CDATA[I googled this problem and implemented some of the jQuery code provided but nothing worked. How do I get my datepicker to show up in front of the dropdown?<br />
This is my HTML:<br />
&lt;table&gt;<br />
&lt;tr&gt;&lt;th&gt;Start Date:&lt;/th&gt;&lt;td&gt;<br />
&lt;div class=&quot;input text&quot;&gt;<br />
&lt;label for=&quot;MealplanEventDate&quot;&gt;&lt;/label&gt;<br />
&lt;input type=&quot;text&quot; name=&quot;event_date&quot; size=&quot;44&quot; id=&quot;MealplanEventDate&quot; maxlength=&quot;255&quot;/&gt;<br />
&lt;/div&gt;<br />
&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;&lt;th&gt;End Date:&lt;/th&gt;&lt;td&gt;<br />
&lt;div class=&quot;input text&quot;&gt;<br />
&lt;label for=&quot;MealplanEndDate&quot;&gt;&lt;/label&gt;<br />
&lt;input type=&quot;text&quot;...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/datepicker-shows-up-behind-text-input-dropdown.2870859/" target="_blank" class="internalLink">Datepicker shows up behind text input dropdown</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Host jquery.js or link to it?</title>
      <pubDate>Mon, 04 Sep 2023 06:13:12 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/host-jquery-js-or-link-to-it.2527011/</link>
      <guid>https://forums.digitalpoint.com/threads/host-jquery-js-or-link-to-it.2527011/</guid>
      <author>invalid@example.com (Tony Brar)</author>
      <dc:creator>Tony Brar</dc:creator>
      <content:encoded><![CDATA[Hi guys,<br />
<br />
I wanted to know, would it be faster to link to my own copy of jquery.js or jquery.com&#039;s?<br />
<br />
Thanks in advance,<br />
<br />
-Tony]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>jQuery - how to close any open data-related items to open correct one?</title>
      <pubDate>Mon, 04 Sep 2023 06:10:33 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/jquery-how-to-close-any-open-data-related-items-to-open-correct-one.2877981/</link>
      <guid>https://forums.digitalpoint.com/threads/jquery-how-to-close-any-open-data-related-items-to-open-correct-one.2877981/</guid>
      <author>invalid@example.com (Samuel Goinsamy)</author>
      <dc:creator>Samuel Goinsamy</dc:creator>
      <content:encoded><![CDATA[Hello all,<br />
I have written a piece of jquery like so:<br />
<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-markup" data-start="1">$(&#039;.impact-item&#039;).on(&#039;click&#039;, function (e) {
            e.preventDefault();
            var id = $(this).attr(&#039;data-related&#039;);
            $(&quot;.impact-modal-box&quot;).each(function () {
                if ($(this).attr(&#039;id&#039;) == id) {                   
                    $(&#039;.impact-modal&#039;).addClass(&#039;active&#039;);                  
                    $(this).addClass(&#039;active&#039;);...</code></pre>
	<div class="type">Code (markup):</div>
</div><a href="https://forums.digitalpoint.com/threads/jquery-how-to-close-any-open-data-related-items-to-open-correct-one.2877981/" target="_blank" class="internalLink">jQuery - how to close any open data-related items to open correct one?</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>#structure tr#</title>
      <pubDate>Mon, 04 Sep 2023 06:08:05 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/structure-tr.2877410/</link>
      <guid>https://forums.digitalpoint.com/threads/structure-tr.2877410/</guid>
      <author>invalid@example.com (DmiSa)</author>
      <dc:creator>DmiSa</dc:creator>
      <content:encoded><![CDATA[Sorry for newbie question, the code contains the following:<br />
var trElem = $(&quot;#structure tr#&quot;+rowId);<br />
1. Is that jQuery?<br />
2. What does structure and the whole #structure tr# mean?]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Google Cloud Storage</title>
      <pubDate>Sat, 25 Mar 2023 20:34:14 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/google-cloud-storage.2877196/</link>
      <guid>https://forums.digitalpoint.com/threads/google-cloud-storage.2877196/</guid>
      <author>invalid@example.com (Jeremy Benson)</author>
      <dc:creator>Jeremy Benson</dc:creator>
      <content:encoded><![CDATA[Anyone ever get Jquery uploads to work with their HTML form? I&#039;m using PHP SDK along with this, sending it as FormData. The problem is I keep getting a errors. If I just send the form they supply, signed by PHP api it works fine. When I try to incorporate jquery with any dataType other than jsonp I get CORS error. With jsonp I get 403. Which is a credentials error. <br />
<br />
I&#039;ve set ths header on the top:<br />
<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-markup" data-start="1">header(&#039;Access-Control-Allow-Origin: http://localhost&#039;); </code></pre>
	<div class="type">Code (markup):</div>
</div>My jquery is like...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/google-cloud-storage.2877196/" target="_blank" class="internalLink">Google Cloud Storage</a>]]></content:encoded>
    </item>
    <item>
      <title>Can someone please explain statement - $("select", $tbApplications).val("-").on("change", function ?</title>
      <pubDate>Wed, 18 Jan 2023 20:56:02 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/can-someone-please-explain-statement-select-tbapplications-val-on-change-function.2876515/</link>
      <guid>https://forums.digitalpoint.com/threads/can-someone-please-explain-statement-select-tbapplications-val-on-change-function.2876515/</guid>
      <author>invalid@example.com (asifakhtar)</author>
      <dc:creator>asifakhtar</dc:creator>
      <content:encoded><![CDATA[Is the code only looking for all dropdowns under $tbApplications or is it is looking for dropdowns outside and inside of $tbApplications?<br />
&lt;table style=&quot;border-collapse:collapse; width:100%&quot; id=&quot;tblApplications&quot;&gt;<br />
&lt;tbody id=&quot;tbApplications&quot;&gt;<br />
&lt;tr id=&quot;trApplication_10147658&quot; data-applicationid=&quot;10147658&quot;&gt;<br />
&lt;td class=&quot;tcenter&quot; data-applicationid=&quot;10147658&quot; data-reviewerid=&quot;87848165&quot; data-placement=&quot;bottom&quot; data-toggle=&quot;popover&quot; data-content=&quot;&lt;strong&gt;Name:&lt;/strong&gt; Hachem,...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/can-someone-please-explain-statement-select-tbapplications-val-on-change-function.2876515/" target="_blank" class="internalLink">Can someone please explain statement - $(&quot;select&quot;, $tbApplications).val(&quot;-&quot;).on(&quot;change&quot;, function ?</a>]]></content:encoded>
    </item>
    <item>
      <title>How can I remove all rows from a table except rows where first TD value is equal to “Revisions Requ</title>
      <pubDate>Sun, 20 Nov 2022 14:01:26 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-can-i-remove-all-rows-from-a-table-except-rows-where-first-td-value-is-equal-to-%E2%80%9Crevisions-requ.2875974/</link>
      <guid>https://forums.digitalpoint.com/threads/how-can-i-remove-all-rows-from-a-table-except-rows-where-first-td-value-is-equal-to-%E2%80%9Crevisions-requ.2875974/</guid>
      <author>invalid@example.com (asifakhtar)</author>
      <dc:creator>asifakhtar</dc:creator>
      <content:encoded><![CDATA[//Code that I have tried but it doesnt work:<br />
$(&#039;#historyOfStatus table td&#039;).not(&#039;:contains(&quot;Revisions Required – CM&quot;)&#039;).parents(&quot;tr&quot;).remove();<br />
<br />
&lt;div id=&quot;historyOfStatus&quot;&gt;<br />
&lt;table&gt;<br />
&lt;tbody&gt;<br />
&lt;tr&gt;<br />
&lt;th&gt;Value&lt;/th&gt;<br />
&lt;th&gt;Date Time&lt;/th&gt;<br />
&lt;th&gt;By&lt;/th&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td class=&quot;Data1&quot;&gt;Draft&lt;/td&gt;<br />
&lt;td class=&quot;Data1&quot;&gt;2022-11-14 13:34:31&lt;/td&gt;<br />
&lt;td class=&quot;Data1&quot;&gt;Muhammad Akhtar&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td class=&quot;Data1&quot;&gt;Revisions Required – CM&lt;/td&gt;<br />
&lt;td class=&quot;Data1&quot;&gt;2022-11-14 13:40:18&lt;/td&gt;<br />
&lt;td class=&quot;Data1&quot;&gt;a&lt;/td&gt;<br />
&lt;/tr&gt;...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/how-can-i-remove-all-rows-from-a-table-except-rows-where-first-td-value-is-equal-to-%E2%80%9Crevisions-requ.2875974/" target="_blank" class="internalLink">How can I remove all rows from a table except rows where first TD value is equal to “Revisions Requ</a>]]></content:encoded>
      <slash:comments>8</slash:comments>
    </item>
    <item>
      <title>Jquery FadeIn new background image</title>
      <pubDate>Wed, 28 Sep 2022 23:26:21 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/jquery-fadein-new-background-image.2875615/</link>
      <guid>https://forums.digitalpoint.com/threads/jquery-fadein-new-background-image.2875615/</guid>
      <author>invalid@example.com (neodjandre)</author>
      <dc:creator>neodjandre</dc:creator>
      <content:encoded><![CDATA[My theme uses this hardcoded code:<br />
<br />





<div class="bbCodeBlock bbCodeHtml">
	<pre class="line-numbers"><code class="language-markup" data-start="1">&lt;div class=&quot;x-bg-layer-lower-image&quot; style=&quot; background-image: url(https://www.example.com/home1.jpg); background-repeat: no-repeat; background-position: center; background-size: cover;&quot;&gt;&lt;/div&gt;</code></pre>
	<div class="type">HTML:</div>
</div>I am looking to fadeout the background image as defined above and fadein a new image after 5 seconds. This loop should repeat every 5 seconds with additional images. Is this possible using Jquery?]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>need total amount displayed of data-price attribute from each table</title>
      <pubDate>Sun, 03 Jul 2022 10:46:03 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/need-total-amount-displayed-of-data-price-attribute-from-each-table.2874871/</link>
      <guid>https://forums.digitalpoint.com/threads/need-total-amount-displayed-of-data-price-attribute-from-each-table.2874871/</guid>
      <author>invalid@example.com (Ian Haney)</author>
      <dc:creator>Ian Haney</dc:creator>
      <content:encoded><![CDATA[I&#039;m not 100% on Javascript and got bit stuck on a feature I am trying to do. I want to display the total amount of data-price attribute. The code I currently have is below, sorry it&#039;s quote long code. The code currently works so when I click add to list, it adds the service name and cost to a table below and the same for the part name and cost table which is all good. I just need to somehow get the total amount from each table row of both service and part table and display the amount below...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/need-total-amount-displayed-of-data-price-attribute-from-each-table.2874871/" target="_blank" class="internalLink">need total amount displayed of data-price attribute from each table</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>How to add dropdown selected data to table using jquery</title>
      <pubDate>Sat, 02 Jul 2022 07:57:27 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-add-dropdown-selected-data-to-table-using-jquery.2874867/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-add-dropdown-selected-data-to-table-using-jquery.2874867/</guid>
      <author>invalid@example.com (Ian Haney)</author>
      <dc:creator>Ian Haney</dc:creator>
      <content:encoded><![CDATA[I am trying to add data from a select dropdown to a table so in the first table td cell it would display the service name then in the second table td cell it would display the service cost.<br />
<br />
I found this on the forum <a href="https://stackoverflow.com/questions/41034014/how-to-add-dropdown-selected-data-to-table-using-jquery" target="_blank" class="externalLink" rel="nofollow">https://stackoverflow.com/questions/41034014/how-to-add-dropdown-selected-data-to-table-using-jquery</a> which works but just adds the service name only so am trying to amend it so it adds the service cost to the second table td cell but am getting stuck with it. It&#039;s not...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/how-to-add-dropdown-selected-data-to-table-using-jquery.2874867/" target="_blank" class="internalLink">How to add dropdown selected data to table using jquery</a>]]></content:encoded>
    </item>
    <item>
      <title>dynamically pass parameter in js inside dynamically created &lt;div&gt;</title>
      <pubDate>Fri, 17 Dec 2021 02:37:11 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/dynamically-pass-parameter-in-js-inside-dynamically-created-div.2873232/</link>
      <guid>https://forums.digitalpoint.com/threads/dynamically-pass-parameter-in-js-inside-dynamically-created-div.2873232/</guid>
      <author>invalid@example.com (sjsantana)</author>
      <dc:creator>sjsantana</dc:creator>
      <content:encoded><![CDATA[Hello!<br />
I have this script which dynamically creates divs. I would like to pass parameters to the controller and be able to visualize the booking form after clicking Book button.<br />
<br />
I would really appreciate if someone tells me what I am doing wrong and how can I get the id and pass it to the controller.<br />
<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-markup" data-start="1">
&lt;script type=&quot;text/javascript&quot; &gt;
document.getElementById(&#039;showAll&#039;).addEventListener(&#039;click&#039;, showAll);
function showAll() {
fetch(&#039;http://localhost:8080/accommodations&#039;)
.then(response...</code></pre>
	<div class="type">Code (markup):</div>
</div><a href="https://forums.digitalpoint.com/threads/dynamically-pass-parameter-in-js-inside-dynamically-created-div.2873232/" target="_blank" class="internalLink">dynamically pass parameter in js inside dynamically created &lt;div&gt;</a>]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>How to figure out how a download link is generated by jquery?</title>
      <pubDate>Mon, 04 Oct 2021 22:08:06 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-figure-out-how-a-download-link-is-generated-by-jquery.2872623/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-figure-out-how-a-download-link-is-generated-by-jquery.2872623/</guid>
      <author>invalid@example.com (90fijUhpo6)</author>
      <dc:creator>90fijUhpo6</dc:creator>
      <content:encoded><![CDATA[https://www.accessdata.fda.gov/scripts/cder/daf/index.cfm?event=reportsSearch.process&amp;rptName=0&amp;reportSelectMonth=9&amp;reportSelectYear=2021&amp;nav#navigation<br />
<br />
The above URL uses jQuery.<br />
<br />
When I click &quot;CSV&quot;, a file will be downloaded. But the URL is shown as<br />
<br />
blob:https://www.accessdata.fda.gov/2dd06490-61c3-43d1-a7a2-e4763440a0bd<br />
<br />
I don&#039;t understand what this means. When I go to &quot;https://www.accessdata.fda.gov/2dd06490-61c3-43d1-a7a2-e4763440a0bd&quot;, I see &quot;Page Not Found&quot;.<br />
<br />
Does anybody know how...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/how-to-figure-out-how-a-download-link-is-generated-by-jquery.2872623/" target="_blank" class="internalLink">How to figure out how a download link is generated by jquery?</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>reusable code</title>
      <pubDate>Sun, 18 Jul 2021 08:15:14 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/reusable-code.2871539/</link>
      <guid>https://forums.digitalpoint.com/threads/reusable-code.2871539/</guid>
      <author>invalid@example.com (whofarted)</author>
      <dc:creator>whofarted</dc:creator>
      <content:encoded><![CDATA[First let me say i&#039;m new to javascript &amp; jquery. (almost no experience with them)<br />
I&#039;m trying to make this code easier to re-use. I&#039;m making boxes with 3 dots on the top right. When clicked, it opens drops a drawer open. Now this could have dozens of these handle/drawers on each page so it&#039;s getting a bit tedious. Here&#039;s what I mean:<br />
<br />
I&#039;m wondering how/if I can reuse this code easily.<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-javascript" data-start="1">&lt;script&gt;
    $(document).ready(function(){
      $(&quot;#handle-[UNIQUE]&quot;).click(function(){...</code></pre>
	<div class="type">Code (JavaScript):</div>
</div><a href="https://forums.digitalpoint.com/threads/reusable-code.2871539/" target="_blank" class="internalLink">reusable code</a>]]></content:encoded>
      <slash:comments>7</slash:comments>
    </item>
    <item>
      <title>Conflict Between Older Versions and More Recent Versions of jQuery</title>
      <pubDate>Fri, 28 May 2021 06:22:56 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/conflict-between-older-versions-and-more-recent-versions-of-jquery.2870899/</link>
      <guid>https://forums.digitalpoint.com/threads/conflict-between-older-versions-and-more-recent-versions-of-jquery.2870899/</guid>
      <author>invalid@example.com (makamo66)</author>
      <dc:creator>makamo66</dc:creator>
      <content:encoded><![CDATA[I have older versions of jquery installed on my page that uses the draggable/droppable elements but I want to use recent versions of bootstrap and jquery to implement modals on the same page. When I add a link to the recent versions to my page all of the draggable/droppable elements stop working. How can I use newer versions of jquery along with older versions?]]></content:encoded>
      <slash:comments>8</slash:comments>
    </item>
    <item>
      <title>problems updating the DOM after http request, no framework</title>
      <pubDate>Sat, 10 Apr 2021 22:29:34 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/problems-updating-the-dom-after-http-request-no-framework.2870474/</link>
      <guid>https://forums.digitalpoint.com/threads/problems-updating-the-dom-after-http-request-no-framework.2870474/</guid>
      <author>invalid@example.com (iago111)</author>
      <dc:creator>iago111</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
I would like to let a button disappear after I have deleted the relevant data (in connection with that button) from the db. A small delete button within the bigger button should trigger its dissappearance. <br />
The delete button dissapeares but not the parent button.<br />
What could be the problem here? Thanks a lot!<br />
<br />
The small button within the bigger butten is it&#039;s 4th child!  text, span, button, <b>button</b><br />
<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-javascript" data-start="1"> $(&#039;button.cross&#039;).on(&#039;click&#039;,function(event) {...</code></pre>
	<div class="type">Code (JavaScript):</div>
</div><a href="https://forums.digitalpoint.com/threads/problems-updating-the-dom-after-http-request-no-framework.2870474/" target="_blank" class="internalLink">problems updating the DOM after http request, no framework</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Function for range</title>
      <pubDate>Fri, 11 Sep 2020 16:04:01 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/function-for-range.2867989/</link>
      <guid>https://forums.digitalpoint.com/threads/function-for-range.2867989/</guid>
      <author>invalid@example.com (musicpanda)</author>
      <dc:creator>musicpanda</dc:creator>
      <content:encoded><![CDATA[I can apply a function to all elements of a selection like in<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-markup" data-start="1">$(&quot;#myid li&quot;).each(function(){})</code></pre>
	<div class="type">Code (markup):</div>
</div>I can also apply a command to a range of childnodes like in<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-markup" data-start="1">$(&#039;#myid li&#039;).slice(0,3).innerHeight(MaxHeight+&#039;px&#039;);</code></pre>
	<div class="type">Code (markup):</div>
</div>But what I want is to combine the two. Unfortunately it is not clear to me how I can apply a function to such a slice range. Can somebody help me?]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>I couldn't find similar</title>
      <pubDate>Mon, 07 Sep 2020 11:34:18 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/i-couldnt-find-similar.2867888/</link>
      <guid>https://forums.digitalpoint.com/threads/i-couldnt-find-similar.2867888/</guid>
      <author>invalid@example.com (Ferenc Cziryek)</author>
      <dc:creator>Ferenc Cziryek</dc:creator>
      <content:encoded><![CDATA[Hi<br />
I have a problem: I try to build a flexible and responsive picture in div solution in bs 3, as I started in 2017, but it workspartially that means as I refresh the page otherwise it doesn&#039;t. the picture doesn&#039;t follow the div width changing.<br />
the code:




<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-javascript" data-start="1">
  var h2 = $(&quot;.city01&quot;).width();
        
     $(&quot;.city01&quot;).width(h2);
     $(&quot;.city01&quot;).height(h2);
    
     $(&quot;.imgsz&quot;).width(h2);
     $(&quot;.imgsz&quot;).height(h2);
   &lt;!--   $(&quot;.city01&quot;).text($(&quot;#div11&quot;).width());--&gt;...</code></pre>
	<div class="type">Code (JavaScript):</div>
</div><a href="https://forums.digitalpoint.com/threads/i-couldnt-find-similar.2867888/" target="_blank" class="internalLink">I couldn&#039;t find similar</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>If in bootstrap modal dialog change class definition it is not closed</title>
      <pubDate>Thu, 02 Jul 2020 08:08:44 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/if-in-bootstrap-modal-dialog-change-class-definition-it-is-not-closed.2866941/</link>
      <guid>https://forums.digitalpoint.com/threads/if-in-bootstrap-modal-dialog-change-class-definition-it-is-not-closed.2866941/</guid>
      <author>invalid@example.com (mstdmstd)</author>
      <dc:creator>mstdmstd</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
In laravel 5, jquery 3, bootstrap 4.4, blade app I use modal dialogs with methods like for opening :<br />
<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-javascript" data-start="1">
...
$(&quot;#div_check_in_storage_space_modal&quot;).modal({
&quot;backdrop&quot;: &quot;static&quot;,
&quot;keyboard&quot;: true,
&quot;show&quot;: true
});
...
</code></pre>
	<div class="type">Code (JavaScript):</div>
</div>and closing<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-javascript" data-start="1">
bookingsAndAvailability.prototype.cancelAddNewClient = function () {
console.log(&#039;?? cancelAddNewClient::&#039;)
$(&quot;#div_check_in_storage_space_modal&quot;).modal(&#039;hide&#039;);
...
</code></pre>
	<div class="type">Code (JavaScript):</div>
</div>and in blade template :<br />
<br />





<div class="bbCodeBlock bbCodeHtml">
	<pre class="line-numbers"><code class="language-markup" data-start="1">&lt;div...</code></pre>
	<div class="type">HTML:</div>
</div><a href="https://forums.digitalpoint.com/threads/if-in-bootstrap-modal-dialog-change-class-definition-it-is-not-closed.2866941/" target="_blank" class="internalLink">If in bootstrap modal dialog change class definition it is not closed</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>I need script for selection with images</title>
      <pubDate>Sat, 06 Jun 2020 07:31:38 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/i-need-script-for-selection-with-images.2866660/</link>
      <guid>https://forums.digitalpoint.com/threads/i-need-script-for-selection-with-images.2866660/</guid>
      <author>invalid@example.com (mstdmstd)</author>
      <dc:creator>mstdmstd</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
in my laravel 5.7 / blade / jquery 3.4.1 app I need to make selection by click on image<br />
https://prnt.sc/susohe<br />
but clicking on this image I want to have selection<br />
Also I in this image need to show priorly selected item it is was selected<br />
<br />
items like https://prnt.sc/suspnc<br />
That must be not modal dialog for all the page or just selection input.<br />
<br />
Can you advice some pluging or script?<br />
<br />
Thanks!]]></content:encoded>
    </item>
    <item>
      <title>JQuery at the bottom of the page with function call before it</title>
      <pubDate>Mon, 01 Jun 2020 15:37:10 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/jquery-at-the-bottom-of-the-page-with-function-call-before-it.2866305/</link>
      <guid>https://forums.digitalpoint.com/threads/jquery-at-the-bottom-of-the-page-with-function-call-before-it.2866305/</guid>
      <author>invalid@example.com (ncc1966)</author>
      <dc:creator>ncc1966</dc:creator>
      <content:encoded><![CDATA[I have this PHP application with Bootstrap 4 I am working on and I am trying to pop a toast in screen. For this I have to do:<br />
<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-javascript" data-start="1">

$(&#039;.toast&#039;).toast(&#039;show&#039;);</code></pre>
	<div class="type">Code (JavaScript):</div>
</div>The problem is that the JQuery include (along with BS include) is at the bottom of the page (therefore it&#039;s AFTER my BS/JQuery call and it causes the error:<br />
<br />
<b><span style="color: #ff0000">Uncaught ReferenceError: $ is not defined</span></b><br />
<br />
I figured that if I move my includes from the bottom to the top of the page the...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/jquery-at-the-bottom-of-the-page-with-function-call-before-it.2866305/" target="_blank" class="internalLink">JQuery at the bottom of the page with function call before it</a>]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>how to loop multiple images on single page/post</title>
      <pubDate>Sun, 31 May 2020 10:41:49 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-loop-multiple-images-on-single-page-post.2866529/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-loop-multiple-images-on-single-page-post.2866529/</guid>
      <author>invalid@example.com (Soupi)</author>
      <dc:creator>Soupi</dc:creator>
      <content:encoded><![CDATA[Hello I am using openseadragon, and I was able to reference one image on my page via openseadragon, but how to do loop more images so I can have 5 more images on the page…<br />
<br />
Currently I have this as my javascript<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-markup" data-start="1">
    var imagePath = &quot;/wp-content/uploads/&quot; + $(&#039;#materials-osd&#039;).attr(&#039;data-image&#039;);
    var viewer = OpenSeadragon({
        id: &quot;materials-osd&quot;,
        prefixUrl: &quot;/wp-content/plugins/zoom-openseadragon/images/&quot;,
        tileSources: {
            type: &quot;image&quot;,...</code></pre>
	<div class="type">Code (markup):</div>
</div><a href="https://forums.digitalpoint.com/threads/how-to-loop-multiple-images-on-single-page-post.2866529/" target="_blank" class="internalLink">how to loop multiple images on single page/post</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>overwrite text when clicking on button multiple times.</title>
      <pubDate>Sun, 19 Apr 2020 11:15:06 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/overwrite-text-when-clicking-on-button-multiple-times.2865683/</link>
      <guid>https://forums.digitalpoint.com/threads/overwrite-text-when-clicking-on-button-multiple-times.2865683/</guid>
      <author>invalid@example.com (iago111)</author>
      <dc:creator>iago111</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
I have buttons (&quot;+&quot;)(green) for different sections, when I click on one of these buttons, I open an input field and a textarea field. The data of both fields should be finally put into a database, with foreign key of each section. <br />
<br />
Link: http://science-travel-com.stackstaging.com/cpicks/<br />
<br />
<b>I show the section text in the label of the headline field, so that the user knows to which sections the new input data belongs to.</b> <br />
<br />
This works well, however with every click on a...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/overwrite-text-when-clicking-on-button-multiple-times.2865683/" target="_blank" class="internalLink">overwrite text when clicking on button multiple times.</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>How to dynamically change the datepicker range?</title>
      <pubDate>Mon, 16 Mar 2020 17:46:15 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-dynamically-change-the-datepicker-range.2865046/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-dynamically-change-the-datepicker-range.2865046/</guid>
      <author>invalid@example.com (Heartstrings)</author>
      <dc:creator>Heartstrings</dc:creator>
      <content:encoded><![CDATA[Datepicker library I&#039;m using: GIJGO<br />
<br />
I&#039;m trying to change the minDate inputs of the datepicker library depending on which option is selected by user is a drop-down menu. The options of the drop-down menu are as follows:<br />
<br />
<b>




<div class="bbCodeBlock bbCodeHtml">
	<pre class="line-numbers"><code class="language-markup" data-start="1">&lt;select class=&#039;form-control mr-2&#039; id=&#039;idType&#039; name=&#039;idType&#039; placeholder=&#039;Select&#039; required&gt;
&lt;option&gt;UserID&lt;/option&gt;
&lt;option&gt;UID&lt;/option&gt;
&lt;option&gt;All Records&lt;/option&gt;&quot;;
&lt;/select&gt;</code></pre>
	<div class="type">HTML:</div>
</div>I am trying to set the minDate of the datepicker to be 2 months from today if...</b><br />
<br />
<a href="https://forums.digitalpoint.com/threads/how-to-dynamically-change-the-datepicker-range.2865046/" target="_blank" class="internalLink">How to dynamically change the datepicker range?</a>]]></content:encoded>
    </item>
    <item>
      <title>How to make function give row that have different value with color red to full row ?</title>
      <pubDate>Sat, 22 Feb 2020 06:47:51 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-make-function-give-row-that-have-different-value-with-color-red-to-full-row.2864070/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-make-function-give-row-that-have-different-value-with-color-red-to-full-row.2864070/</guid>
      <author>invalid@example.com (ahmedsalah)</author>
      <dc:creator>ahmedsalah</dc:creator>
      <content:encoded><![CDATA[problem<br />
<br />
How to make row that have different value with color red font to full row ?<br />
<br />
I have html dynamic table not static meaning i dont know how many rows or column inside table because it changed based on data show from back end .<br />
<br />
I need to give color red to row have distinct value according to my case then second row and third row will be have font red and first row will not be change color .<br />
<br />
First row have similar value as 12 on all td so that color will not change .<br />
<br />
But second row...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/how-to-make-function-give-row-that-have-different-value-with-color-red-to-full-row.2864070/" target="_blank" class="internalLink">How to make function give row that have different value with color red to full row ?</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>JQuery Server Connection</title>
      <pubDate>Thu, 13 Feb 2020 21:37:51 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/jquery-server-connection.2864458/</link>
      <guid>https://forums.digitalpoint.com/threads/jquery-server-connection.2864458/</guid>
      <author>invalid@example.com (ERTAN ATALAR)</author>
      <dc:creator>ERTAN ATALAR</dc:creator>
      <content:encoded><![CDATA[Hello everyone. I am new in this forum and also new in this website. I am currently learning Jquery. As for the server connection I coudnt find any information related to jquery and node.js . Am i missing sonerhing? can you guide me for reaching information? thank u all.]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Table rows toggle with subcategories</title>
      <pubDate>Thu, 06 Feb 2020 16:54:49 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/table-rows-toggle-with-subcategories.2864073/</link>
      <guid>https://forums.digitalpoint.com/threads/table-rows-toggle-with-subcategories.2864073/</guid>
      <author>invalid@example.com (UrukMorg)</author>
      <dc:creator>UrukMorg</dc:creator>
      <content:encoded><![CDATA[Hi everyone,<br />
<br />
I have a very simple issue that I can&#039;t solve (I&#039;m new in jQuerry).<br />
<br />
So I have a simple menu structure:<br />
Sport =&gt; Country =&gt; League/League<br />
<br />
<b>Football</b><br />
&gt;Club matches<br />
&gt;&gt;Champions League<br />
&gt;&gt;Europa League<br />
&gt;England<br />
&gt;&gt;1.England<br />
&gt;&gt;2.England<br />
&gt;France<br />
&gt;&gt;1.France<br />
<b>Tennis</b><br />
&gt;ATP<br />
&gt;&gt;Australian Open<br />
&gt;&gt;Roland Garros<br />
&gt;WTA<br />
&gt;&gt;US Open<br />
&gt;&gt;Wimbledon<br />
&gt;ITF<br />
&gt;&gt;Bucharest<br />
<br />
I want this to be collapse on Sport level, then after expanding I should see another level, so in Footbal: Club...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/table-rows-toggle-with-subcategories.2864073/" target="_blank" class="internalLink">Table rows toggle with subcategories</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>following jquery code not working when deployed on servers</title>
      <pubDate>Wed, 05 Feb 2020 20:35:05 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/following-jquery-code-not-working-when-deployed-on-servers.2864064/</link>
      <guid>https://forums.digitalpoint.com/threads/following-jquery-code-not-working-when-deployed-on-servers.2864064/</guid>
      <author>invalid@example.com (sana kana)</author>
      <dc:creator>sana kana</dc:creator>
      <content:encoded><![CDATA[There are different sections on the page(ASP.net MVC) with same controls(ex<span class="smileWrapper"><img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie7" alt=":p" title="Stick Out Tongue    :p" /></span>hone,email). I want the following validation message to be displayed differently in Validation Summary(with section name) and beside individual text boxes(w/o section name)<br />
<br />
This is the validation message specified in the model<br />
[Required(ErrorMessage = &quot;Chief Executive - |Name is required&quot;)]<br />
[Required(ErrorMessage = &quot;Medical Director - |Name is required&quot;)]<br />
<br />
The code to replace the &#039;|&#039; symbol in...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/following-jquery-code-not-working-when-deployed-on-servers.2864064/" target="_blank" class="internalLink">following jquery code not working when deployed on servers</a>]]></content:encoded>
    </item>
    <item>
      <title>MouseOver issue</title>
      <pubDate>Tue, 10 Dec 2019 16:47:16 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/mouseover-issue.2861009/</link>
      <guid>https://forums.digitalpoint.com/threads/mouseover-issue.2861009/</guid>
      <author>invalid@example.com (mcradupopescu)</author>
      <dc:creator>mcradupopescu</dc:creator>
      <content:encoded><![CDATA[Hi, I have a problem with a simple piece of code I wrote. I have a an overlay div that container another div (button) in the center. With jQuery I added some classes to trigger an animation but the problem is when I enter / exit the child div my main div mouseover animation triggers again.<br />
<br />
Here is the code<br />
<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-markup" data-start="1">&lt;script&gt;
$(function(){
  $(&quot;.card&quot;).mouseenter(function(){
    $(this).find(&quot;.overlay&quot;).addClass(&#039;anim&#039;);
    $(this).find(&quot;.plus&quot;).addClass(&#039;animScale&#039;);
  });...</code></pre>
	<div class="type">Code (markup):</div>
</div><a href="https://forums.digitalpoint.com/threads/mouseover-issue.2861009/" target="_blank" class="internalLink">MouseOver issue</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>jQuery - accessing attributes</title>
      <pubDate>Thu, 07 Nov 2019 04:35:42 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/jquery-accessing-attributes.2860483/</link>
      <guid>https://forums.digitalpoint.com/threads/jquery-accessing-attributes.2860483/</guid>
      <author>invalid@example.com (Lammie71)</author>
      <dc:creator>Lammie71</dc:creator>
      <content:encoded><![CDATA[Hello, if I have the following code how can I add the condition with jQuery:<br />
<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-markup" data-start="1">
&lt;a href=&quot;#&quot; data-name=&quot;A1&quot; data-city=&quot;0&quot; class=&quot;abc&quot;&gt;LONDON &lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a href=&quot;#&quot; data-name=&quot;A1&quot; data-city=&quot;2&quot; class=&quot;abc&quot;&gt;MANCHESTER&lt;/a&gt;
</code></pre>
	<div class="type">Code (markup):</div>
</div>So on the button click I want to test the data-values:<br />
i.e, if data-name==&quot;A1&quot; &amp;&amp; data-name==&quot;2&quot; Then Do Something:<br />
<br />
I know I could use just data-city but I also need to check the data-city value<br />
<br />
In this case, clicking. on London no allow box would show but...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/jquery-accessing-attributes.2860483/" target="_blank" class="internalLink">jQuery - accessing attributes</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>How to count “+1” when a specific date occurs</title>
      <pubDate>Wed, 06 Nov 2019 00:49:27 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-count-%E2%80%9C-1%E2%80%9D-when-a-specific-date-occurs.2860458/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-count-%E2%80%9C-1%E2%80%9D-when-a-specific-date-occurs.2860458/</guid>
      <author>invalid@example.com (AlessandroEnglish)</author>
      <dc:creator>AlessandroEnglish</dc:creator>
      <content:encoded><![CDATA[Hello everyone!<br />
<br />
I have this code through which I show a future working day, thus excluding weekends. I would also like to exclude personalized holiday dates, in which case the same thing happens (count ++, I guess).<br />
<br />
For example, I would like to exclude these dates: [&quot;2019-11-6&quot;, &quot;2019-11-13&quot;] How can I integrate this into the code?<br />
<br />
I need this to show a future delivery date on a business day, excluding weekends and some custom dates.<br />
<br />
I&#039;ve read and tested loads of guides, but I haven&#039;t...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/how-to-count-%E2%80%9C-1%E2%80%9D-when-a-specific-date-occurs.2860458/" target="_blank" class="internalLink">How to count “+1” when a specific date occurs</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>jQuery script - Field based on quantity input</title>
      <pubDate>Mon, 28 Oct 2019 07:12:52 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/jquery-script-field-based-on-quantity-input.2860136/</link>
      <guid>https://forums.digitalpoint.com/threads/jquery-script-field-based-on-quantity-input.2860136/</guid>
      <author>invalid@example.com (kinigakos)</author>
      <dc:creator>kinigakos</dc:creator>
      <content:encoded><![CDATA[I am trying to display a value based on woocommerce quantity input and i&#039;m using the following jQuery script.<br />
<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-javascript" data-start="1">jQuery(function($){
    var form = &#039;form.variations_form&#039;,       selected = &#039;input[name=&quot;variation_id&quot;]&#039;,
    attrVal = &#039;input#attr-hidden&#039;;

    var price = &lt;?php echo $product-&gt;get_price(); ?&gt;;
    $(form).on( &#039;blur&#039;, &#039;select&#039;, function() {
        if($(selected).val() != &#039;&#039;){
            if(($(attrVal).val() == &#039;Black&#039;) &amp;&amp; ($(&#039;[name=quantity]&#039;).val() &gt;= 1 &amp;&amp;...</code></pre>
	<div class="type">Code (JavaScript):</div>
</div><a href="https://forums.digitalpoint.com/threads/jquery-script-field-based-on-quantity-input.2860136/" target="_blank" class="internalLink">jQuery script - Field based on quantity input</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>id="animatedModal", class="popup-modal", &lt;!--THIS IS IMPORTANT! to close the modal, the class name.</title>
      <pubDate>Mon, 28 Oct 2019 07:07:58 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/id-animatedmodal-class-popup-modal-this-is-important-to-close-the-modal-the-class-name.2860008/</link>
      <guid>https://forums.digitalpoint.com/threads/id-animatedmodal-class-popup-modal-this-is-important-to-close-the-modal-the-class-name.2860008/</guid>
      <author>invalid@example.com (Alex Duncan)</author>
      <dc:creator>Alex Duncan</dc:creator>
      <content:encoded><![CDATA[Hi There,<br />
i&#039;m new to JSquerys and really excited about using them especially this template which i&#039;m trying to modify. <br />
Can you spare a little time to take a look at the JSquery for me, It&#039;s been 5 weeks now trying to resolve.<br />
Under the <span style="text-decoration: underline">My projects</span> section(index)<span style="text-decoration: underline">,</span> i&#039;m trying to link the thumbnails to alternative content.<br />
Currently <span style="text-decoration: underline">all</span> thumbnails link to demo01 which outputs a popup and text <i>&quot;<b><span style="font-size: 12px">Geschäfts Eines</span></b></i><b><i><span style="font-size: 12px">, Appropriately...</span></i></b><br />
<br />
<a href="https://forums.digitalpoint.com/threads/id-animatedmodal-class-popup-modal-this-is-important-to-close-the-modal-the-class-name.2860008/" target="_blank" class="internalLink">id=&quot;animatedModal&quot;, class=&quot;popup-modal&quot;, &lt;!--THIS IS IMPORTANT! to close the modal, the class name.</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Stop the sound playing when video player closes</title>
      <pubDate>Fri, 11 Oct 2019 09:53:25 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/stop-the-sound-playing-when-video-player-closes.2860042/</link>
      <guid>https://forums.digitalpoint.com/threads/stop-the-sound-playing-when-video-player-closes.2860042/</guid>
      <author>invalid@example.com (Alex Duncan)</author>
      <dc:creator>Alex Duncan</dc:creator>
      <content:encoded><![CDATA[I have a video player on a popup box, when I close the popup the sound continues to play in the background,how do I stop the audio one the popup is closed?<br />
<br />
&lt;!--DEMO01--&gt;<br />
    &lt;div id=&quot;animatedModal&quot; class=&quot;popup-modal&quot;&gt;<br />
        &lt;!--THIS IS IMPORTANT! to close the modal, the class name has to match the name given on the ID --&gt;<br />
        &lt;div id=&quot;btn-close-modal&quot; class=&quot;close-animatedModal close-popup-modal&quot;&gt; &lt;i class=&quot;ion-close-round&quot;&gt;&lt;/i&gt; &lt;/div&gt;<br />
        &lt;div class=&quot;clearfix&quot;&gt;&lt;/div&gt;...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/stop-the-sound-playing-when-video-player-closes.2860042/" target="_blank" class="internalLink">Stop the sound playing when video player closes</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Triggering a link if wrapped in an &lt;em&gt; tag</title>
      <pubDate>Mon, 07 Oct 2019 03:13:41 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/triggering-a-link-if-wrapped-in-an-em-tag.2859979/</link>
      <guid>https://forums.digitalpoint.com/threads/triggering-a-link-if-wrapped-in-an-em-tag.2859979/</guid>
      <author>invalid@example.com (7643sfsag6)</author>
      <dc:creator>7643sfsag6</dc:creator>
      <content:encoded><![CDATA[I am having an issue where a modal isn&#039;t triggering if it is wrapped in an &lt;em&gt; tag.<br />
In my example, if you click in the &quot;normal&quot; font-style part of the link, it fires properly, if you click where the italics are, it won&#039;t.<br />
Any ideas?<br />
JS<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-javascript" data-start="1">$(function () {
  const openModals = [];
  $(&#039;.modal-button&#039;).click(e =&gt; {
    e.preventDefault();
    $(e.target).closest(&#039;.modal&#039;).add(&#039;body&#039;).addClass(&#039;open&#039;);
    openModals.push($($(e.target).attr(&#039;href&#039;)).show());
  });...</code></pre>
	<div class="type">Code (JavaScript):</div>
</div><a href="https://forums.digitalpoint.com/threads/triggering-a-link-if-wrapped-in-an-em-tag.2859979/" target="_blank" class="internalLink">Triggering a link if wrapped in an &lt;em&gt; tag</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Remove item from array if checkbox false</title>
      <pubDate>Wed, 25 Sep 2019 10:22:44 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/remove-item-from-array-if-checkbox-false.2859763/</link>
      <guid>https://forums.digitalpoint.com/threads/remove-item-from-array-if-checkbox-false.2859763/</guid>
      <author>invalid@example.com (peter_c)</author>
      <dc:creator>peter_c</dc:creator>
      <content:encoded><![CDATA[<span style="font-family: 'Arial'"><span style="font-size: 15px"><span style="color: #000000">With the code I have posted, I can add to array fine but how do I remove from array if checkbox is unticked.  Any help would be greatfully appreciated. Many thanks<br />
<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-javascript" data-start="1">$(function() {
info = [];

$(document).on(&#039;click&#039;, &#039;.rowChk&#039;, function () {

if($(this).is(&#039;:checked&#039;)) {
$(&#039;#rowClk&#039;).show();

var currentRows = $(this).closest(&quot;tr&quot;);
var rackid = currentRows.find(&quot;td:eq(0)&quot;).html();

data = {};

data.id = rackid;

info.push(data);...</code></pre>
	<div class="type">Code (javascript):</div>
</div></span></span></span><br />
<br />
<a href="https://forums.digitalpoint.com/threads/remove-item-from-array-if-checkbox-false.2859763/" target="_blank" class="internalLink">Remove item from array if checkbox false</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Some Scripts being Ignored? Please Help :(</title>
      <pubDate>Sun, 08 Sep 2019 12:24:16 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/some-scripts-being-ignored-please-help.2859417/</link>
      <guid>https://forums.digitalpoint.com/threads/some-scripts-being-ignored-please-help.2859417/</guid>
      <author>invalid@example.com (mokimofiki)</author>
      <dc:creator>mokimofiki</dc:creator>
      <content:encoded><![CDATA[I am working on a small project and its kicking my butt.  Basically I have 2 simple scripts that alone work fine but when together one of them will not work.  I am having trouble finding the issue so can&#039;t really narrow it down too far but I will do my best.<br />
<br />
There is a form that has a specific flow but not working as expected:<br />
1. Select Request type &quot;music&quot; then select Department &quot;premier sales&quot;<br />
2. this will include the music form from an external file and enable a disabled option of...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/some-scripts-being-ignored-please-help.2859417/" target="_blank" class="internalLink">Some Scripts being Ignored? Please Help <span class="smileWrapper"><img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie3" alt=":(" title="Frown    :(" /></span></a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>The best way to check for a value.</title>
      <pubDate>Mon, 02 Sep 2019 08:47:26 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/the-best-way-to-check-for-a-value.2859254/</link>
      <guid>https://forums.digitalpoint.com/threads/the-best-way-to-check-for-a-value.2859254/</guid>
      <author>invalid@example.com (Michael Jackura)</author>
      <dc:creator>Michael Jackura</dc:creator>
      <content:encoded><![CDATA[First of all, I am another one of those newbies that keeps on seeing in the doc that jquery is easy, so I am starting to feel dumb.<br />
I would like to know the best way to check a field for value and if it is a certain value change it to a blank or null and if it is blank leave it.<br />
The other ? I have is how the code is executed.  When will that input field get checked for the value when the form is on the screen?  Is it always being checked or ....?<br />
Thanks for answering this beginner.<br />
mjj4golf]]></content:encoded>
      <slash:comments>8</slash:comments>
    </item>
    <item>
      <title>Jquery page refresh without reload() ?</title>
      <pubDate>Wed, 21 Aug 2019 07:45:41 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/jquery-page-refresh-without-reload.1956499/</link>
      <guid>https://forums.digitalpoint.com/threads/jquery-page-refresh-without-reload.1956499/</guid>
      <author>invalid@example.com (murugesan)</author>
      <dc:creator>murugesan</dc:creator>
      <content:encoded><![CDATA[Hi All,<br />
<br />
I need to update data dynamically without reloading the page each and every time, data will be getting for every 10 seconds. Please help with jquery code.]]></content:encoded>
      <slash:comments>12</slash:comments>
    </item>
    <item>
      <title>Finding the right child and removing it</title>
      <pubDate>Sat, 06 Jul 2019 20:00:58 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/finding-the-right-child-and-removing-it.2856683/</link>
      <guid>https://forums.digitalpoint.com/threads/finding-the-right-child-and-removing-it.2856683/</guid>
      <author>invalid@example.com (sarahk)</author>
      <dc:creator>sarahk</dc:creator>
      <content:encoded><![CDATA[I&#039;ve got some code I&#039;m editing and I&#039;m having trouble traversing the dom - javascript is not my strong suit. The original code uses jquery.<br />
<br />
The code is processing a set of files and wraps a link around the file info if it&#039;s a successful upload. One of the &quot;children&quot; is a spinner to show that something is happening. I want to find it and delete it.<br />
<br />
I&#039;m pretty sure that I don&#039;t want to be using .each() but it does let me get down to the spinner - what&#039;s the best way to test for it when I get...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/finding-the-right-child-and-removing-it.2856683/" target="_blank" class="internalLink">Finding the right child and removing it</a>]]></content:encoded>
      <slash:comments>8</slash:comments>
    </item>
    <item>
      <title>form field checking not working</title>
      <pubDate>Mon, 01 Jul 2019 16:05:47 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/form-field-checking-not-working.2857284/</link>
      <guid>https://forums.digitalpoint.com/threads/form-field-checking-not-working.2857284/</guid>
      <author>invalid@example.com (Ferenc Cziryek)</author>
      <dc:creator>Ferenc Cziryek</dc:creator>
      <content:encoded><![CDATA[Hi<br />
my name is frank(ferenc in hungarian), I have quite a big headache, checking form fields with functions click, each, works untill fields are empty, if I just complete filling partially it doesn&#039;t work. at the first ok, the checking stops. please help me, thank you, frank<br />
the faulty code:<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-javascript" data-start="1">$(&quot;.button1&quot;).click(function(){
   var emptyfield = true;
  $(&quot;.input-check&quot;).each(function(){
    
      //$(&quot;span&quot;).text(inpattr)
       var inputattr = $(this).attr(&quot;id&quot;);  
      if (...</code></pre>
	<div class="type">Code (javascript):</div>
</div><a href="https://forums.digitalpoint.com/threads/form-field-checking-not-working.2857284/" target="_blank" class="internalLink">form field checking not working</a>]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>How to change datepicker stuff</title>
      <pubDate>Thu, 27 Jun 2019 05:38:21 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-change-datepicker-stuff.2857510/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-change-datepicker-stuff.2857510/</guid>
      <author>invalid@example.com (Chez Rosbif)</author>
      <dc:creator>Chez Rosbif</dc:creator>
      <content:encoded><![CDATA[I am trying to use this<br />
http://api.jqueryui.com/datepicker/#option-buttonText<br />
and cannot understand HOW to make the following changes?<br />
<br />
make the color go to something I want; default is red<br />
<br />
how to make the minimum date work<br />
Documentation says:<br />
// Setter<br />
$( &quot;.selector&quot; ).datepicker( &quot;option&quot;, &quot;minDate&quot;, new Date(2007, <b>1 - 1, 1</b>) );<br />
<br />
where docs state: <br />
<ul>
<li><b>Date</b>: A date object containing the minimum date.</li>
<li><b>Number</b>: A number of days from today. For example 2...</li>
</ul><br />
<a href="https://forums.digitalpoint.com/threads/how-to-change-datepicker-stuff.2857510/" target="_blank" class="internalLink">How to change datepicker stuff</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>I cannot get the console ouput?</title>
      <pubDate>Wed, 01 May 2019 11:12:56 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/i-cannot-get-the-console-ouput.2856716/</link>
      <guid>https://forums.digitalpoint.com/threads/i-cannot-get-the-console-ouput.2856716/</guid>
      <author>invalid@example.com (royal1984)</author>
      <dc:creator>royal1984</dc:creator>
      <content:encoded><![CDATA[$(&#039;#selections .row&#039;).each(function(index, row){<br />
               <br />
                   <br />
                    var row_index = $(this).data(&#039;index&#039;);<br />
               <br />
                    console.log(row_index);]]></content:encoded>
    </item>
    <item>
      <title>Persistent menu highlight</title>
      <pubDate>Tue, 30 Apr 2019 05:14:23 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/persistent-menu-highlight.2846929/</link>
      <guid>https://forums.digitalpoint.com/threads/persistent-menu-highlight.2846929/</guid>
      <author>invalid@example.com (cliff ludo)</author>
      <dc:creator>cliff ludo</dc:creator>
      <content:encoded><![CDATA[Hi guys,<br />
<br />
new member here, so sorry if my question is in the wrong place or in the wrong format.<br />
<br />
I&#039;ve got a &quot;primary&quot; menu that leads to a &quot;secondary&quot; menu and I am highlighting it so:<br />
<br />
jQuery(document).ready(function($) {<br />
<br />
$(&quot;a&quot;).each(function() {<br />
if ((window.location.pathname.indexOf($(this).attr(&#039;href&#039;))) &gt; -1) {<br />
$(this).addClass(&#039;activeMenuItem&#039;);<br />
}<br />
});<br />
<br />
});<br />
 and css so:<br />
<br />
a.activeMenuItem {<br />
background-color: white;<br />
font-weight: bold;<br />
}<br />
<br />
This works just fine, but when a user selects an...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/persistent-menu-highlight.2846929/" target="_blank" class="internalLink">Persistent menu highlight</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Modify or add jQuery to show unlimited entries from another lookup list from SharePoint Online</title>
      <pubDate>Tue, 15 Jan 2019 16:24:55 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/modify-or-add-jquery-to-show-unlimited-entries-from-another-lookup-list-from-sharepoint-online.2854282/</link>
      <guid>https://forums.digitalpoint.com/threads/modify-or-add-jquery-to-show-unlimited-entries-from-another-lookup-list-from-sharepoint-online.2854282/</guid>
      <author>invalid@example.com (kouliscon)</author>
      <dc:creator>kouliscon</dc:creator>
      <content:encoded><![CDATA[<img src="proxy/7%2BkHAT4a3qZ55%2BSrGR0T96Ys9MY1fbyhOknWQWY7jZ0FvhKY9ZoDJd%2FlSRsD01A3%2F%2FxT8%2FKuYyzog%2BDz6OfYAcK52o%2BWAt3qsAUN4AfaREytqw3UFZg3dfYo142%2FAiWRFeC9bHPYnFXE2dd6GyoC/image.png" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="https://i1.social.s-msft.com/globalresources/Images/trans.gif?cver=0001" /><br />
0<br />
Hello all,<br />
<br />
I am using from a online post which you have cascading parent/ child/ grandchild list with the help of two jQuery&#039;s.<br />
<br />
Main js.file<br />
<br />
--------------------------------------------------------------------<br />
<br />
$.fn.HillbillyCascade= function (optionsArray)<br />
{<br />
  var Cascades = new Array();<br />
  <br />
  var NewForm = getParameterByName(&quot;ID&quot;) == null;<br />
<br />
  $.fn.HillbillyCascade.Cascade = function(parent,cascadeIndex)...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/modify-or-add-jquery-to-show-unlimited-entries-from-another-lookup-list-from-sharepoint-online.2854282/" target="_blank" class="internalLink">Modify or add jQuery to show unlimited entries from another lookup list from SharePoint Online</a>]]></content:encoded>
    </item>
    <item>
      <title>Conflicting form ids</title>
      <pubDate>Fri, 13 Jul 2018 17:51:18 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/conflicting-form-ids.2838193/</link>
      <guid>https://forums.digitalpoint.com/threads/conflicting-form-ids.2838193/</guid>
      <author>invalid@example.com (Mattis33)</author>
      <dc:creator>Mattis33</dc:creator>
      <content:encoded><![CDATA[I have the following example where I can highlight the select values of a specific column. Sometimes I need to use two forms for the same column (hence the same form id), but it doesn&#039;t work when I try this. Is there another solution for this?<br />
<br />
My jsfiddle example: https://jsfiddle.net/1mt7ojL0/ As you can see in the example, Values.II form doesn&#039;t work.]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Linkify (plain url to link) based on windowSize</title>
      <pubDate>Tue, 03 Jul 2018 23:13:14 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/linkify-plain-url-to-link-based-on-windowsize.2837885/</link>
      <guid>https://forums.digitalpoint.com/threads/linkify-plain-url-to-link-based-on-windowsize.2837885/</guid>
      <author>invalid@example.com (7643sfsag6)</author>
      <dc:creator>7643sfsag6</dc:creator>
      <content:encoded><![CDATA[Hi all,<br />
this is what i would like to do<br />
1. when window size is &lt; 1000, change any plain text url to a clickable one<br />
2. when window size is &gt; 1000, change any plain text url to a clickable one, replaced by the word &quot;Link&quot;.<br />
I had a go but it seems to be failing somewhere!<br />
Anyone can shed some light?<br />
Thanks<br />
<br />
HTML<br />





<div class="bbCodeBlock bbCodeHtml">
	<pre class="line-numbers"><code class="language-markup" data-start="1">&lt;html&gt;
&lt;head&gt;
   &lt;script src=&quot;https://code.jquery.com/jquery-3.1.0.js&quot;&gt;&lt;/script&gt;
   &lt;script&gt;$(document).ready(function() {
    function checkWidth() {
        var windowSize =...</code></pre>
	<div class="type">HTML:</div>
</div><a href="https://forums.digitalpoint.com/threads/linkify-plain-url-to-link-based-on-windowsize.2837885/" target="_blank" class="internalLink">Linkify (plain url to link) based on windowSize</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>jquery blitzer theme timepicker and bootstrap 4</title>
      <pubDate>Sun, 03 Jun 2018 12:12:49 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/jquery-blitzer-theme-timepicker-and-bootstrap-4.2836939/</link>
      <guid>https://forums.digitalpoint.com/threads/jquery-blitzer-theme-timepicker-and-bootstrap-4.2836939/</guid>
      <author>invalid@example.com (Ian Haney)</author>
      <dc:creator>Ian Haney</dc:creator>
      <content:encoded><![CDATA[I need some help with jquery blitzer theme timepicker working with bootstrap 4. I think it is conflicting with the bootrap javascript files. Below is the coding I have currently<br />
<br />





<div class="bbCodeBlock bbCodePHP">
	<pre class="line-numbers"><code class="language-php" data-start="1">&lt;link rel=&quot;stylesheet&quot;href=&quot;http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/blitzer/jquery-ui.css&quot;/&gt;
                &lt;script src=&quot;//code.jquery.com/jquery-1.10.2.js&quot;&gt;&lt;/script&gt;
                &lt;script src=&quot;//code.jquery.com/ui/1.11.2/jquery-ui.js&quot;&gt;&lt;/script&gt;

&lt;script...</code></pre>
	<div class="type">PHP:</div>
</div><a href="https://forums.digitalpoint.com/threads/jquery-blitzer-theme-timepicker-and-bootstrap-4.2836939/" target="_blank" class="internalLink">jquery blitzer theme timepicker and bootstrap 4</a>]]></content:encoded>
    </item>
    <item>
      <title>Edit navigation bar</title>
      <pubDate>Wed, 14 Mar 2018 12:21:35 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/edit-navigation-bar.2833529/</link>
      <guid>https://forums.digitalpoint.com/threads/edit-navigation-bar.2833529/</guid>
      <author>invalid@example.com (pgeo)</author>
      <dc:creator>pgeo</dc:creator>
      <content:encoded><![CDATA[Hello I am new here and i am new in JQuery. Can anyone help me how can i edit this file to make more steps and do it to work perfectly?<br />
<br />
main.js<br />
<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-javascript" data-start="1">
jQuery(document).ready(function($){
    function ProductBuilder( element ) {
        this.element = element;
        this.stepsWrapper = this.element.children(&#039;.cd-builder-steps&#039;);
        this.steps = this.element.find(&#039;.builder-step&#039;);
        //store some specific bulider steps
        this.models =...</code></pre>
	<div class="type">Code (JavaScript):</div>
</div><a href="https://forums.digitalpoint.com/threads/edit-navigation-bar.2833529/" target="_blank" class="internalLink">Edit navigation bar</a>]]></content:encoded>
    </item>
    <item>
      <title>jQuery is used in Website Title</title>
      <pubDate>Wed, 14 Feb 2018 17:22:41 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/jquery-is-used-in-website-title.2826290/</link>
      <guid>https://forums.digitalpoint.com/threads/jquery-is-used-in-website-title.2826290/</guid>
      <author>invalid@example.com (Paresh Shrimali)</author>
      <dc:creator>Paresh Shrimali</dc:creator>
      <content:encoded><![CDATA[Hello Friends..<br />
<br />
My issue is i do not want to display title in Google search results.<br />
In Search results only display meta title. i have used jquery script to add real time value in Website title bar . It is displaying real time value of bitcoin price. <br />
<br />
in search results --website title is showing with real time value. But bitcoin price is frequently changed. and Google search results are display search results on its latest crawling.<br />
<br />
so what can i do to solved out issue?]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
  </channel>
</rss>
