Skip to main content

All Questions

Tagged with
0 votes
1 answer
748 views

Split or replaceState to remove an anchor tag from a URL?

On our landing pages, we have a call-to-action button that moves the user to an anchor on the page. But the addition of an anchor tag in the URL is messing up our tracking data. I have come up with ...
Andrew Hahn's user avatar
0 votes
1 answer
1k views

Is it possible to copy text from a webpage and retain the fonts in the CSS? [duplicate]

When a user copies the text he/she is not able to copy it with font and style. font and style is not added to the text copied on clipboard. <div class="box"> <p class="textstyle" id="...
DKGAMER YT's user avatar
1 vote
0 answers
61 views

With the jquery version older than 3.2.1, messages pop up not under the form field, but in the upper left corner of the screen. How to fix?

There is a form, if you enter an error in the field below this field, an error or informational message pops up. Used by: jquery and notify All this works correctly up to version 3.2.1 of jquery ...
ozoro's user avatar
  • 11
0 votes
1 answer
49 views

Redundant repetitive documentation links in PhpStorm quick-documentation when adding them manually

I'm using Php Storm 2016.2.1. To access the quick documentation for the jQuery API inside the IDE, I've got the jquery.d.ts from GitHub. When I introduce the file to the IDE through the form at File / ...
Qaher's user avatar
  • 151
1 vote
0 answers
250 views

Logging into a website throws up some code

So I was logging into a website earlier today on my PC, and this gets thrown up for me " + ""; return head; } function htmlFooter() { return "" + ""; } function hideFrames() { var gqFrame = ...
dirtyharry10's user avatar
-2 votes
1 answer
37k views

pass a JavaScript variable to php via Ajax [closed]

I try to pass a JavaScript variable to php via Ajax so then I can make sql query. I call function votepick(id ) onchange event. However not working and get error Uncaught ReferenceError: $ is not ...
gek's user avatar
  • 1
0 votes
0 answers
1k views

Invoke bat file from JavaScript file with parameters

What I need to do is to pass two parameters from HTML to a batch file. I am invoking a batch file from a JavaScript method inside HTML, and I am able to invoke the bat file, but I can't pass any ...
Renukeswar's user avatar
1 vote
0 answers
422 views

YouTube style linking inside HTML5 Video player

After a video has played on YouTube, often there will be a follow up link after the video has finished playing in the form of related videos. I'm looking to implement similar into my HTML5 Video. It ...
barntothemax's user avatar
2 votes
2 answers
6k views

How to get around ERROR 405 Method Not Allowed with HTTP post

I'm trying to make an HTTP post on this website: https://www.colorado.gov/revenueonline/_/#2 (click Verify a Sales Tax License in the bottom right) using wget with the following command: wget --...
user257770's user avatar
2 votes
1 answer
3k views

How to prevent javascript timeout function?

A website that I frequent utilizes the following javascript function idle() { $(document).unbind('mousemove'); $(document).unbind('keydown'); $(document).on('mousemove', function ()...
David's user avatar
  • 143
1 vote
0 answers
505 views

Sites using nvd3.js for visualizations

I've recently started using a free javascript library called "NVD3.js" to build "interactive visualizations" for our commercial web applications. I'm thinking of applying it to our public web sites as ...
Okky's user avatar
  • 111
0 votes
2 answers
213 views

Generic automated updating of desktop applications

Is there an application that will silently update a local folder containing all the files in a web directory? Or even better, if there is a .zip file, it will extract the files into the specified ...
rationalboss's user avatar
0 votes
1 answer
104 views

How to find matched parenthesis

Suppose I use Visual Studio 2010 to write jquery code, there are a lot of parenthesises. I may miss one or more parenthesises. What i sthe quick way to find or check matchness of parenthesis?
Love's user avatar
  • 307
1 vote
1 answer
492 views

Stylebot extension: adding access keys for jquery?

Is it possible to use a program like Stylebot to have a custom CSS rule which activates a region when a number is pressed? I want 1 to click region 1, 2 to "right-click" region 2, and 3 to click ...
Wolfpack'08's user avatar
  • 1,251
1 vote
0 answers
414 views

Adobe Edge alternatives

Are there similar software or alternative to Adobe Edge? I'm looking for a software where you can animate your html elements visually or using a GUI and then it will export in HTML and using ...
Pennf0lio's user avatar
  • 1,415

15 30 50 per page