Questions tagged [external]

This term denotes an entity that lies beyond a specific framework. In simpler terms, it pertains to something that exists independently from the primary structure, making it "additional" or surplus in nature.

Including a few personalized Jquery Functions in an external Script

I am looking for assistance in moving the following two functions into an external file. $.fn.clearSelect = function () { return this.each(function () { if (this.tagName == 'SELECT') this.options.length = 0; ...

What is the best method for incorporating CSS into an Angular application's embedded PowerBI report, which is displayed

Is there a way to incorporate external CSS or another method to apply styles to a PowerBI report embedded in an Angular application as an iframe? Specifically, I want to remove the scrollbar to ensure that the report seamlessly fits within the angular page ...

Creating a Vue.js component that integrates a Bl.ocks.org graph

I'm a rookie in the world of D3 and I am trying to implement this cool d3 element into my Vue.js component. However, I've encountered an issue with the periodic rotation that I require not functioning properly. It seems to work initially but then throws nu ...

Issue with external JavaScript file being unresponsive on mobile browser

Hello everyone, hope you're having a great afternoon or evening I've encountered an issue with mobile browsers like Chrome Mobile and Kiwi where the external js file is not visible in the html file. The script.js file looks like this: alert(&ap ...

Add a new external link to the Jquery Mobile webpage

Hello, I'm primarily a designer and my programming skills are quite limited. I am attempting to embed an external page into my jQuery Mobile webpage using external links, which works well in Safari. However, the issue arises when I save the web app to my ...

How can one import an external file containing additional TCPDF code into TCPDF?

I've been experimenting with creating a PDF that contains a lot of dynamic content. I want to include specific code based on an external file that I call: include 'external-file.php'; The contents of external-file.php are as follows: $pdf->SetXY(6, 1 ...