All Questions
884 questions
0
votes
1
answer
27
views
Kendo grid not getting displayed
I have a problem rendering a Kendo grid.
I have the below code:
$(document).ready(function() {
$('#searchBtn').click(function(event) {
event.preventDefault();
...
-4
votes
1
answer
199
views
How do I position the progress bar around the element that has triggered the task?
I am developing a dynamic website using jQuery which relies heavily on AJAX operations. Whenever an AJAX operation starts, a progress bar is shown which I have positioned in the middle of the web page....
0
votes
0
answers
50
views
Ajax call getting canceled in iframe
component1 have iframe of component2
in component1 i am calling x() onclick in anchor tag.
x() opens iframe of component2 in jquery modal.
then x() calls 1 of the component2 fuction which includes ...
0
votes
1
answer
41
views
the edit button not active (form not pop out)
Why the form not pop out when I click the edit button
My console has displayed the captured line, but the form cannot jump out! web pic
the code
I did write the function, might be the naming issue, ...
0
votes
1
answer
109
views
JQuery Autocomplete via multiple values (array??) and external txt file
I would like the user to fill in several words in a free text field. These words must form a autocomplete list that has its source from an external text file. And also: if no suggestion is found, the ...
0
votes
1
answer
400
views
Alternative of .selector property which has been removed in JQuery 3.0
.selector property has been permanently removed in the JQuery version 3.0 so I'm confused about what should be the replacement of .selector?
In my code I have used the .selector as below:
var ...
0
votes
1
answer
140
views
jQuery modify existing ajax request to clear cache
I need to have no-cached ajax request, because I have problems, when it's cached. I can't modify original code, because it's from plugin and I need stable coded solution to modify it.
I have tried ...
0
votes
1
answer
1k
views
how to create a progress bar with jquery ui with ajax pivot tables
I want to show a progress bar with the progress of my pivot table but I don't know how to do it. I have been investigating and doing it with xhr but I only show 100% in the div when the data was ...
0
votes
1
answer
71
views
Menu won't correctly animate with jQuery show/hide
I have a horizontal button menu that I am animating with jQuery and jQuery UI to hide with the "blind" effect and then show again with the "blind" effect in order to cover up the ...
0
votes
1
answer
52
views
Why does the button inside of an ajax result in JQueryUI Dialog doesn't fire when clicked?
So I created a JQuery dialog and gets its content (table) using ajax.
The table includes all columns from DB and I added a button in each row which has its id (from database) that corresponds when ...
0
votes
0
answers
105
views
How to add DOM number function in ajax stocks datatable
I am trying to create a live crypto currency price chart with jQuery, Javascript, Ajax and Websocket. Datatable is using for sorting purpose. Live crypto currency price is always appearing in <...
0
votes
0
answers
42
views
Datatables rendering needed for sorting live price changes
I am trying to make a live crypto currency price change percentage calculator with jquery and javascript. I need to display it in a table sort plugin for sorting purpose. I found a good sorting table ...
1
vote
1
answer
78
views
Percentage Change Calculator is not working multiple times
I have a percentage change calculator which is working functionally. But I need calculators for each table row. I'm calculating from a table cell and showing result in another cell for sorting ...
1
vote
2
answers
61
views
Calculation result not showing in <h2>. Jquery/Javascript
I have a percentage calculator which is working. However the result is showing only in my input. It is not showing in my h2. I want the result to display in both the input and h2. Is this possible?
...
0
votes
2
answers
168
views
I am looking for multiple percentage change calculator with same codes. Jquery
I developed a percentage change calculator with jquery. It is working file. But problem is, I can't make multiple calculator with same jquery codes. Now each calculator need special codes and class ...