All Questions
246 questions
0
votes
1
answer
34
views
External tablesorter filter: load two datasets
I have two seperate Questions for the mottie tablesorter script:
I have created external buttons to filter the table beforehand. When you click, the data in question is loaded.
However, each time you ...
0
votes
1
answer
98
views
How to Populate HTML page from external page divs content using jquery or js
I have a webpage which will display only the 3 first articles for each section (Politics, economy etc.) in the dedicated grid for each section,
Also the content HTML pages are external (politics.html, ...
0
votes
0
answers
614
views
SVG Object classList.add() is adding the class to the element but not linking back to the stylesheet [duplicate]
I am working on a custom Wordpress Theme run on my localhost server. I am having trouble figuring out why the class is being added to the classList, but the style elements are not applying.
Javascript:...
0
votes
1
answer
661
views
How to load external file handlebars expressions with (or without) jQuery?
In my home page, I'm loading the header from an external file with jQuery.load():
<header>
<script>
$("header:first-of-type").load("./pages/common/header.handlebars");
</script&...
0
votes
1
answer
65
views
Is it possible to change CSS with a jQuery scripts that's loaded externally?
I have SVG code on my index page and I load a popup with the .load method with some html and a close button. When I click the close button within the popup I want to change the fill attribute of a SVG ...
1
vote
1
answer
1k
views
Load external script after page is done loading by using $(document).ready() and $.getScript()
As the title says I want to load a script by having my script tag on the header of the website and not the bottom of it.
A short example/attempt of mine would be this:
HTML file:
<!DOCTYPE ...
0
votes
1
answer
109
views
kendo ui external template widgets
I am trying to setup a SAP (single page app) with minimal initial markup for login. After login I am trying to load "main app template" to a dom body which defines splitters and tabstripes etc.
It ...
-2
votes
2
answers
2k
views
Method to embed another website into my website
I need to embed an external website into my website (so i can have a navigation sidebar with hyber links to navigate through other websites)
Methods i have tried:
<object data="www.facebook.com" ...
0
votes
0
answers
74
views
Search array in text file
I currently have a javascript (with jQuery) program that finds a value x. I have also generated, via Python, a separate database of some 28,000 arrays of values, which I would like to search inside of ...
-1
votes
2
answers
63
views
Js external file not work but on page it works. Why?
I created a right menu open code where when I add js code in external file it not work and when I add is on that page it is works.
Yes, there is many post in stackoverflow which have same issue but I ...
0
votes
0
answers
1k
views
URL link to # page position and Owl Carousel slider position
I have several links to send out to clients that reference # positions on my html site (http://www.sound.co.uk). I'm using javascript to convert some client-friendlier urls to specific ID tags on the ...
0
votes
1
answer
347
views
Jquery loaded content with button not working
I am trying to have a button work inside a external html. I am using Jquery .load('external.html #id-of-div');.
I also have tried to simply place an "alert("comments");" inside the external file but ...
1
vote
0
answers
22
views
Joomla: Second external javascript file accessing variables from the first external javascript file
I hope the title is not very confusing. I've got the following scenario.
Please keep in mind that this is a question related to Joomla.
I have two external JavaScript files: accordion.js and ...
1
vote
1
answer
37
views
externalize content of a typeInTextarea in a text file
I'm currently trying to externalize the content of a typeInTextarea in a text file. The idea is when I click a button, all the content of a text file goes inside a textarea where the cursor is (I don'...
0
votes
0
answers
36
views
im trying to load two separate divs from same external source
hi I want to load header and content data from external HTML but when I do it the way I do it, nav links don't work after one click.. but all links work in the first try. after clicking one link, ...