Category "jquery"

How can I store HTML content that is going to be appended in more than one line?

After getting success in my AJAX response, I need to append HTML content inside a div. Usually, I do something like this: $(".parent").append("<div class='ch

Stop function from functioning

So I'm modifying a webpage, it has a button, it is coded so mouseup goes to a link, I want to change this, adding mouseup functions don't work; mousedown works

Webpage in the same row pictures

I want this photos in the same row what should i change ? I tried float left and other commands but one picture is staying in the lower right corner. <secti

handsontable not showing any table's row?

I am new to handsontable I tried it but it doesn't work here is the js config. new Handsontable(document.getElementById("test"), { data: table_data, height:

Dynamically adding rows to DataTables

I'm trying to add dynamic a row on https://DataTables.net . I understand when I set processing: true , serverSide: true and ajax, I can't add new row in the tab

Value returns null after passing from javascript to Modify action class in struts

This dropdown element will call this javascript function function updateFields(val) { var objData = new kendo.data.DataSource({ transport :

Add clear button in Date Picker for Oracle Apex

Is it possible to add clear button in date picker? I have this item that is read only to avoid wrong format when inputting. So, I'm thinking of a solution to ad

Magnific Popup: How to modify showCloseBtn and closeOnBgClick while open?

Is there a way to edit an open instance of a magnific popup? In one state I want the popup to be closable, and in another state I want to block user from closin

how to ignore tilde accent in search filter js?

When I look in the search engine for a word with an accent, for example: Débora, Lázaro, Ángela, Álvaro, Arquímedes, etc. doe

Issue with looping through elements in an inner array

I'm having an issue looping through a set of css classes when an iteration of an outer loop is being executed. What I'm trying to do is to append all the paragr

How to I get new values from dynamic table using JavaScript

I want to create dynamic table that loads localStorage saved form data and make it editable. I can change cells values but when I try to save it JavaScript cons

Custom jQuery Plugin to Simplify $(document).on

In my cases when I want to use jQuery event such as click, change, mouseenter etc I need to use $(document).on('click', '.target_class'... Normally we can simpl

I need to render text on a data table

I am working with Data Tables and I have a function that I can't seem to figure out. I am using SSP and I have my columns set up in an array. See below: $column

Chaining animations when one is completed jquery

i am trying to get familiar with jquery by doing some animations. The goal of the code that I will show is to rotate an image on mouse hover then make 3 other i

How to keep proportion of row with helper jquery sortable-ui

I use sortable plugin to create a table where user can drag and drop the rows to change the order. The plugin works fine but the dragged row does not keep the p

Can't read data in node.js from a Ajax POST request

I need help with a very simple problem, but which for some reason I can't solve. I have a ajax post request that send data to a node.js server. From the server

Make jQuery code run on page-change and load

I have a jquery code that inserts and prepends breadcrumbs on certain pages. I'm injecting this code through a third party tool where I can write JS. I only wan

Ajax call doesn't pass object to controller

I am trying to pass a string to an IActionResult function in an asp.net core 3.1 controller. Ajax: function CreateApprover() { const input = { Plant

Jquery Repeater Execute a function before creating new row

Hi I have a form that implements jquery-repeater. Code was working fine and somehow it has stopped functioning properly. Basically I have 2 different pages 1 fo

Ajax chained dropdown not loading/working correctly on the LIVE server

I have a country, state and city chained dropdown which loads a state depending on the country and loads the cities depending on the state. The code works perfe