Skip to main content

All Questions

Tagged with
1 vote
1 answer
77 views

Jquery / javascript error to get live result in my project

Currently I am working in a Bitcoin live price project with jquery. Now I need to develop a live price difference percentage change calculator. Calculator is working fine. But not working ...
Vivek Vivi's user avatar
0 votes
0 answers
109 views

Reloading DataTable after Data Save

I need a quick suggestion where I am expecting the Datatable to be reloaded once the below Process. DataTable is Initialized in A.php Having a button in A.php to call a modal body from B.php Data is ...
Roshan Zaid's user avatar
0 votes
1 answer
28 views

How to take only last five option in datalist and clear all other option in a datalist using jquery?

I want to empty my datalist but I do not want to clear last five option is there any way to do this? Here is my code - $('#results').empty().append(options); THANKS IN ADVANCE
Dhruv Arne's user avatar
0 votes
1 answer
663 views

I am adding a button to each image with jQuery preview. How can I operate the buttons?

I can preview many images without any problem. But I don't know how I can get the value of the image clicked on the upload section and send it with ajax? HTML: <div> <input type="file&...
Slmo's user avatar
  • 33
1 vote
1 answer
116 views

How can I run the jQuery preview upload button?

I can preview many images without any problem. But I don't know how I can get the value of the image clicked on the upload section and send it with ajax? <div> <input type="file"...
Slmo's user avatar
  • 33
0 votes
1 answer
580 views

why Asp.net Core can not read Ajax parameters?

I'm using Asp.net MVC Core and Jquery Ajax to make inset into my database. The problem summary I can't read parameters in Home-Controller's Action. That means I can successfully execute the Ajax ...
user avatar
0 votes
1 answer
695 views

How to make a column data as hyperlink in jQuery DataTable

How to make a column data as hyperlink in jQuery DataTable Here's my table <thead> <tr> <th>Province</th> <th>District</th> ...
Jareer's user avatar
  • 252
0 votes
1 answer
325 views

AJAX function inside $.extend not working in jQuery 3

I need to extends jQuery (as a plugin). Problem is, $.ajax is not working inside the $.extend scope but outside the scope it is working fine. I am using jQuery 3.4.1 in my project. My code: (...
M B Parvez's user avatar
1 vote
1 answer
2k views

Get multiple select data from Bootstrap Select using PHP

I'm using bootrap-select plugin 1: https://github.com/snapappointments/bootstrap-select/ I'm trying to grab data from it. I try so many ways but it doesn't work out. So the input is like this: &...
Ying's user avatar
  • 1,412
-1 votes
1 answer
93 views

Jquery - How to get location name details by latitude and longitude

I am looking for a stable solution or Jquery plugin to get location name details by passing latitude and longitude. I know there was a way using Google Reverse Location API but looking for ready made ...
Daniel Smith's user avatar
  • 1,726
0 votes
0 answers
88 views

Updataing a Database with AJAX with Rubaxa Sortable

I have multiple dynamic lists and list items. I have successfully implemented Rubaxa's sortable to allow the movement of any list item to any list. I initialise the JS with a foreach loop on $val['...
Will's user avatar
  • 389
0 votes
0 answers
192 views

How to get Ajax Progress Events in Jquery

I have a file to import contacts, I want to get the progress while progressing data on server side, Sample image is attached, my existing jquery code is, $(".general_form2").each(function(){ ...
Tasaddaq Rana's user avatar
0 votes
0 answers
30 views

Delegate function in jquery

This function applies to my html array. Just a question, how to delegate this for the lines that will dynamically insert with ajax. $('#mytable').bootstrapTable({ contextMenu: '#context-menu', ...
Nhoufy's user avatar
  • 53
1 vote
0 answers
858 views

Show error message on the same pop up window where form is created

I have made a form that is displaying in pop up window now I want to validate that form in such a way that error message should display on the same pop up where form is created and also I want to stop ...
Mohsin's user avatar
  • 25
2 votes
0 answers
912 views

How to pause and resume a download file

I'm trying to create a downloader. My biggest concern is how should I pause a download. I am showing a progress bar of download, I want to pause it when it's 30% and wants to resume it after any UI ...
Santanu Nandi's user avatar

15 30 50 per page
1
2 3 4 5
21