All Questions
277 questions
1
vote
1
answer
321
views
jVectorMap latest version(2.0.5) is not working properly with WordPress
On Static HTML, JS, and JQuery, their solution is working fine as documented https://jvectormap.com/maps/world/world/ but when I try to use WordPress and use wp_enqueue_scripts hook for the assets of ...
0
votes
1
answer
224
views
Code to automatically generate meta tags in wordpress is not working properly
I need to automatically generate meta tags from content in wordpress, the problem is that the code that I found on many blogs while searching either uses $des_post = str_replace( array( "\\n"...
1
vote
0
answers
158
views
datatables conflict with jquery Laravel 8
I am working on Laravel 8, using datatables and a package(maatwebsite/excel) for import/export data to database.
My datatables have the below jQueries.
<script src="{{ asset ('../assets/...
1
vote
0
answers
209
views
Save cropped image from image tag using cropme plugin using ajax in php
I have used Cropme jquery plugin(this plugin) to resize, crop and do other functionalities on an uploaded image.
I want to save the cropped image in database. But when I try to store the image it ...
0
votes
0
answers
17
views
How to access websites inside iframe and search for things [duplicate]
hope that you're doing well, I'm trying to access Google.com and such as websites inside my iframe but it looks like it's blocked in my localhost, is there any way to do that? Maybe a jquery plugin ...
1
vote
0
answers
141
views
Get First Option Text on Button Click Jquery
I am having a select field in which I am trying to achieve something like when the dropdown is selected, datatable will be sorted accordingly. Once the user is done with sorting, There is a button to ...
1
vote
0
answers
281
views
Using jQuery Advanced Structured Filter Plugin in PHP with POST data
I am using jQuery Advanced Structured Filter Plugin to filter data in PHP. With AJAX, I am able to filter, but I want to filter data by submit the form to show pagination on list without removing ...
0
votes
1
answer
16
views
Post Form Jquery Repeteable + Laravel
I need your help.
I have a form with some fields generated with Jquery Repeteable. In other words, I have fields with a similar name.
Now, in Laravel I need it once sent to be able to manipulate this ...
0
votes
2
answers
1k
views
selectize js breaking options and repeating input
**Hey **
I'm facing an issue with selectize on a dropdown.
Whenever I click in any options from the dropdown everything is fine...
However when i put any text input on the field, the options get weird....
1
vote
2
answers
1k
views
Jquery drag and drop the button onclick
I am trying to move the button to the next div by clicking the button not by drag and drop.This code is taken from w3schools website.My question is that is it possible to move the button to the next ...
0
votes
1
answer
234
views
How to get values of multiple dropdowns and file uploads appended with Jquery Multifield plugin
I am trying to get the values of multiple select boxes and file inputs using jquery.
I am using Jquery Multifield plugin for appending same fields multiple times.So far i am unable to get all the ...
0
votes
1
answer
247
views
JS Countdown does not move seconds
I am trying to pass time in microseconds from my PHP server to this Hilios countdown code. Well, it's passing and calculating correctly, but the countdown is static, I need it to keep updating until ...
0
votes
1
answer
145
views
JQueryUI Autocomplete results not showing, but coming up in DevTools
I'm working on a basic search box for a large list of people on our MySQL server using JQueryUI Autocomplete and PHP, though when I type the actual prompt, the results dropdown won't show.
I've ...
1
vote
1
answer
3k
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:
&...
0
votes
1
answer
33
views
How to get rid of js inside jquery loaded element
I'm creating a single page application with JQuery load() method.
The situation is, every PHP file I load with jquery has a JS inside it,
The problem is the JS inside every PHP app keeps using even ...