Category "jquery"

Modal not showing laravel 8

` I wanted to make modal that appear when the user wants to delete the album but its not showing and i dont know the reason the modal is created but not showing

Sortablejs drag and drop with multiple container

sortablejs is a drag and drop plugin link How the plugin working <div id="example3Left"> <div class="list-group-item"> Item 1</div> <div c

Add link text to span class name

I have a list of links. And I want that link texts inserts as span span data-hover names. Please tell me how can i do this. Thanks! What i have: <a href="#"&

After Adding Aria Tag , Screen Reader not able to read

I have Added aria-label but still Screen Reader not able to read Warning for which is 1st div . focus goes on 1st div but not reading anything. How to tell scre

Jquery - Dynamically resize frame from with in

In using winbox.js https://nextapps-de.github.io/winbox/ to create iframes and within each I'm loading local php pages which all have jquery available. The ifra

Populate dropdown2 from onChange event of dropdown1

I need to write a code where i need to populate a dropdown1 from mysql table based on the selection of another dropdown which also where in need to give values

I am Unable to display the graph on button click

There is this project where I have to display a dynamic graph which updates automatically without refreshing the page. I was able to do this and I am currently

Pass multiple parameter to Ajax from link in MVC Core

I have this link <a asp-action="goPay" asp-route-id="@item.Appid" asp-route-mem="@item.Memid" asp-route-amt="@item.Areq" asp-controller="Withdraw" class="btn

Two autocomplete function in a single input text

I have two autocomplete function , that work fine for different textboxes , I want to add these two two autocomplete function values in single text box , 1st fu

Plupload - Limit file types by mime-type

Trying to limit uploads with plupload to certain filetypes. Having a filter with just the extension isn't enough, since one can just rename the file extension.

clone select element and selected options are disabled

the scenario is when all the selected options are there. so, the option is disabled. but when I clone select options and then disable not show in options. in t

advanced hover button

I have no idea how to do this effect.

Click event not updating global variable

I have a website with 2 pages. In the first page (landing page), I have this clickable element: <div class="col-lg-4 col-md-4 col-sm-6 col-xs-12" id="arrest-

Add parameter to "mailto:" by Jquery

Is possible to use jQuery to add this parameter to a mailto: link? ?subject=Kontakt%20%7C%20ARCOTEL%20Wimberger%20Wien This is the HTML: <a data-ga-category

Switch Statement Keeps Returning Undefined

I'm fairly new to switch statements in general but please could anyone let me know why my switch statement here is returning undefined? I feel like i've looked

Issue with click function not working after toggle

Sorry the title is vague, I'm not sure how best to describe this. I have a function which should do the following: If a menu link has children: preventDefault o

CKEditor 5, jQuery - find and replace text

How could I find and replace text in CKEditor 5 using JavaScript and jQuery? I want to find special character '@' in the text and replace all characters after '

Not able to click on a button inside iframe using cypress

Not able to click on the button inside iframe using cypress HTML <button class="MuiButtonBase-root MuiCardActionArea-root jss9" tabindex="0" type="button">

JQuery - How to check all value from array before goes to else statement?

How can I check all value from array before going to else statement. My code only working for the first array, in my case which is /members/, but it wont work f

when clicked outside the dropdown menu then top default value of the search need to take

how to set After searching from a search bar if it is clicked outside the search bar then it should take the first value of my search ?? I have tried with addEv