All Questions
Tagged with jquery javascript
586,858 questions
0
votes
1
answer
31
views
jquery button registers multiple clicks instantly
I have a button in my form that is intended to check whether or not the authorization information has been entered correctly. It does this by firing off an ajax call to a controller in my Ruby on ...
-1
votes
1
answer
34
views
jQuery-ui dialog dynamic buttons, change text and function
So I have a default dialog with 2 buttons defined. In my code, it looks the following:
var defaultButtons = [{
text: "default"
},
{
text: "default"
}
];...
3
votes
2
answers
31
views
Jquery datetimepicker last day of month not working
I have a filter page with 2 datetimepicker as Start date (first day of month) and End date (last day of month). This is what I'm trying to do:
$(document).ready(function () {
var date = new Date(...
-7
votes
1
answer
60
views
How to store data in an array in row/column format using javascript [closed]
I am trying to bring all the columns of a table from database and want to store whole data (retrieved from webform) in an array with column names.
For Example Following is my database Table.
...
-5
votes
0
answers
46
views
How to avoid missing parts functions of code when push changes on git source control? [closed]
I work on source control git I have issue missing function PRINT_DEGREE_EQUATION_Both_Lang on jQuery .
Current Work and Issue:
I am working with Git for source control.
I found an issue with the ...
-1
votes
0
answers
34
views
Tell tablesorter plugin to not use 'and' and 'or' as logical operators in filtering
Tablesorter's column filtering is behaving erratically because it is treating 'and' and 'or' as logical operators rather than just plain text. I've been reading the docs here and can't see how to ...
1
vote
3
answers
77
views
Removing blank <tr> rows left after deleting table content
I'm writing a Tampermonkey script that removes rows from a table on RateYourMusic voting pages if the descriptor is 'scary', 'disturbing', or 'macabre'. That part works — but the blank rows that ...
-1
votes
0
answers
62
views
Issue on iPhone: "Can't open this page" Error — Triggered During Navigation Menu Events [closed]
$(document).off('click', '.hamburgerLink').on('click', '.hamburgerLink', function (e) {
e.preventDefault();
e.stopImmediatePropagation();
const isMobile = $(window).width() <...
0
votes
1
answer
43
views
DataTables loses selected checkboxes across pages when generating custom PDF with jQuery
I'm using DataTables with pagination and checkboxes to allow users to select multiple banners. Upon clicking "Generate Proposal", I collect all checked rows, generate HTML, and convert it to ...
0
votes
1
answer
59
views
Adding a PDF file to a zip file containing images with JSZIP and JQUERY
I create a zip file containing images (with their urls extracted server-side via classic asp code) and it works fine.
I was inspired by this excellent example [https://jsfiddle.net/jaitsujin/zrdgsjht/]...
-1
votes
1
answer
41
views
Issue with Switching and Adding Classes to Elements on Mouse Click
I'm encountering a problem while trying to switch and add classes to elements when a mouse click event occurs. Likewise I have multiple "li" elements. I want to add "class = subdrop ...
0
votes
1
answer
77
views
Flipbook only working in inspect element mode and on mobile, but not on laptop
So I wanted to code an interactive flipbook to show my magazine design, but the flipbook only works when I go in Inspect Element mode, or when I open my website on mobile. I'm a beginner coder and ...
0
votes
1
answer
54
views
MouseWheel Doesn't Scroll Back and Forth
I'm using this script for mousewheel. What I have tried only works one way. Instead of scroll up and down it just Scrolls forward. What I want it to do is change the cursor Forwards and Backwards. ...
0
votes
1
answer
59
views
Razor - Convert DataTable to Array in JavaScript
I have a datatable in Razor Project with rows containing id, name, title, parent, and other fields. I need to bind a JavaScript array dynamically, but I tried this code and got an error. Please help.
...
0
votes
1
answer
34
views
foundation slider with active thumbnail in the visible area
I'm using the orbit modul from foundation that works fine. I have reused the area of the bullets for the thumbnails of the large slider images. This also works so far, the active thumbnail is also ...