Category "jquery"

I am locked zoomed out in date picker

I actually tried to restrict users to pick dates within 2 years from today in Datepicker. So now there is one issue that is coming up that when in zoom out too

How to override the existing onclick() methods of html anchor tags

In a HTML page there are couple of anchor tags with onclick() methods - of which codes I cannot or must not change. However, I can add a new js file or jQuery t

Referencing jQuery library on Google APIs and Relative path

In my Asp.Net Web Application, I have given a reference to jQuery library on Google APIs as below: <script src="https://ajax.googleapis.com/ajax/libs/jquery/

How to stop lightbox automatically submitting form

Currently the lightbox is made with .modal, this is how it should work: while submitting the form, the lightbox appears with a button asking for a higher purcha

jQuery Month picker dropdown dialog misaligned when zoomed in or zoomed out a webpage (refer the 3 images given)

Observe these three images. zoom 100% zoom 110% zoom 90% you can see it live here, just open any monthpicker dialog & perfrom zoom-in zoom-out. My questi

Insert scroll button horizontal using jQuery

I am trying to replicate this example into my own coding. The List tabs are generated dynamically using JS and each have their table (also generated using JS).

How can I select one group radio button from two groups and get the value of selected radio?

I want to select one group radio button from two groups and get the value of the selected radio in a variable and show it in another place. function uncheckRadi

Aurelia hiding/ and showing div element when button click is not working

I am trying to hide and show div element based on the button that is clicked. I used if.bind and show.bind, but neither of them is working. View: <div class=

How to crawl the content of the page?

I hope to climb this page, but I don't know why I can't climb it successfully. I see a nice Web Page, I want to get it, Facebug555 I have no Python background!

I want to upload a large file to MongoDB using jQuery

I need help to upload large zip file (compressed) and save it to my MongoDB: <form action="./uploid" method="post" id="uploadForm" enctype="multipart

Use C# string as parameter in JQuery tree

Good day. I have a tree in my MVC view, where I can add in nodes like so: <script type="text/javascript"> $('#jstree_demo').jstree({ 'core': {

Bootstrap-treeview : How to close child and grandchild when the page load in treeview

Currently my treeview is like this , when the page load it opens the child tag. how to keep the child tag closed when the page load. when the page load Menu 1 n

Arrow style over the text using css

I am trying to apply an arrow style on selected ul, li elements. However, I am quite sure how to do that. So far I am able to do this below is my code. .a

Hide/show div using radiobutton functionality using Jquery

I have text & image wrapped in a div. Using Radiobutton the image & text should appear on the left & right. If you select left-icon radiobutton, the

Ajax Post request body returns undefined

I am trying to send some data to backend using ajax post request. Like this $.ajax({ url: "/aa", dataType: 'text', type: 'post', contentType

Ajax Post request body returns undefined

I am trying to send some data to backend using ajax post request. Like this $.ajax({ url: "/aa", dataType: 'text', type: 'post', contentType

jQuery doesn't want add class without point

jQuery doesn't want add class without point. Here's the html markup: <div class="form-group" id="plis"> <select class="form-control-input notEmpty"

How to close sidenav menu when click out of container div

I'm building a sidenav menu that appears and disappears when click a button. I learned a lot here about stacks, users have helped me up to this point, but now I

removeClass('data-element="xxx"'); not working

I have html code like this: <div class="smt" data-smt="41" data-element="do"> how I can remove this special attribute [data-element]? I trying like this,

i can not pass parameters to backend ( from Ajax to IActionResult or JsonResult) .net core 5

i have problem i can't pass params to backend use fech or ajax call , but from another PC i can pass params, here is a sample from code Backend : [HttpPost]