Skip to main content

All Questions

Tagged with
0 votes
1 answer
25 views

jQuery find a li element within ul

I've a function, which should remove a li element from a list identified by the id. I use jQuery and this call $("#selector").find("li[id='" + id.substring(4) + "']")....
sunics's user avatar
  • 43
0 votes
0 answers
50 views

To use gallery view on Chrome/Chromium browsers, SharedArrayBuffer is required

I am integrating zoom into laravel with server to server auth. But i start the meeting this error is occur in console. https://github.com/gzuidhof/coi-serviceworker I include this file in blade file. ...
Sharafat Ali's user avatar
0 votes
2 answers
49 views

$.get(code_url) executes code returned, without using eval( ) neither appending it to DOM. jQuery security fail?

I was debugging my NodeJS app when I came to this huge fact : Using jQuery, a simple $.get(code_url) Where code_url is an URL toward javascript code on the server, does executes the code. What is ...
Tricotou's user avatar
  • 165
0 votes
1 answer
97 views

iPad Chrome has wrong height when open a page in new tab

Ipad information Model Name: Ipad (9th generation) Software version: 15.4.1 Chrome Information Version: 121.0.6167.138 I saw a problem that $(window).height(); when I open a page in new tab (target=&...
Nguyen Xuan Nghia's user avatar
0 votes
0 answers
30 views

Handling Inconsistent HTTP Status Codes in Ajax: 404 in Latest Chrome, 200 in Edge and Older Chrome – How to Resolve?

How can I address and obtain the correct status code for this Ajax code? In the latest version of Chrome, it returns a status code of 404, while in Edge and the older version of Chrome, it returns a ...
Lawrence's user avatar
0 votes
0 answers
49 views

Android Chrome occasionally not showing select text on popup

I'm writing a website and when I use it on my android phone in chrome, I SOME TIMES don't see the text on the select pop up. It's not every time, but it's enough to notice it happening. I don't ...
Todd Horst's user avatar
1 vote
1 answer
57 views

ScrollMagic glitch on Chrome

Hello community, I've implemented an effect on my website using Scroll Magic to make a video play as the user scrolls down the page. This effect works perfectly in other browsers, but I'm experiencing ...
Adrian Barbur's user avatar
0 votes
1 answer
2k views

Chrome Leave Site popup & beforeunload et al

I came in to work today to users of a company website complaining that the sites keeps asking for confirmation before navigating to any other page. I tested it, before and after updating Chrome (which ...
mungnz's user avatar
  • 3
0 votes
0 answers
18 views

I need help on jquery to reduce the height of $(document).height() on Chrome and Edge when mobile virtual keyboard appears, like on Firefox and Opera

My problem when mobile virtual keyboard appear on mobile browser, the scroll should active only at the textarea editor, not the entire html page. What I did to solve it, success at Firefox and Opera ...
Helgeduelbeck Prabu's user avatar
0 votes
1 answer
444 views

querySelectorAll paused on exception in Chrome in jquery

My project is a Ruby on Rails project and it ran fine before, but recently it stopped working in Chrome. It runs fine in Safari and Firefox. When I have the developer tools window open and I refresh ...
ontsin's user avatar
  • 11
0 votes
0 answers
47 views

Chrome not playing mp4 video embedded with Flowplayer (tried diff video formats)?

New to the site. Did some searching for answers to my problem, but have not found any that work. Basically, an embedded mp4 video is not playing in Chrome. Tried converting video to Webm and H26, no ...
Kyle_Reese74's user avatar
1 vote
0 answers
14 views

How can I insert an element into a Text Node in a Chrome Extension [duplicate]

Suppose I have the following HTML structure: <p>你好,world</p> And I have obtained the text node by querying : var textNode = "你好,world" (Pseudocode, already obtained) What I ...
east_laugh's user avatar
0 votes
0 answers
28 views

How to mimic $jQuery.trigger exactly? [duplicate]

I have a website that won't accept values inserted into INPUT element's value directly via JS. The only way it works if I try to imitate sending space key via jQuery (which is bundled with web-site) ...
Digika's user avatar
  • 147
0 votes
0 answers
31 views

Method to pass into Jquery function for initial state (onCreate) but also when a click event is captured

I am having difficulty figuring out how to properly fire this function related to the browser events. Currently if I use, for example (my function name is initRanker) <row label="r1">...
bp13's user avatar
  • 1
0 votes
0 answers
31 views

Notification is not working in the Chrome Extension I am making

I am learning how to create chrome extensions. But I don't get the notification as I expected using Chrome Notification API's chrome.storage.sync.set({ 'total': newTotal },function(){ ...
akashKP's user avatar
  • 269

15 30 50 per page
1
2 3 4 5
410