I'm trying to validate a phone number input field in a form. I'm using intl-tel-input (which is great, BTW) to get the extension and full number, then pass the value to a hidden field so I can send the form data to the server. This is the displayed f
I want to update my table using bootstrap dialog , but I when I retrieve my datatable from server side and embed php code into my modal to show the table data into the modal, and choose what the user wants to update in that form. it is showing the da
Maybe I didn't constructed my question very good but I am trying to add to an HTML page a drop down menu and when an option is selected it should display some price and everything is fine by now, but when I add multiple dropdowns the price is showed
I am building a jQuery based web app and I want to use URL parameters to navigate around it. I would like to display content based on the URL parameter, with the 'load()' function getting the main body of the web page from an external URL and replaci
I have a page that has a header and sidebar with a right content panel that is an Iframe. In a page loaded into the right content panel, I am trying to have a clicked link update the Browser URL in the parent window to the URL of the new page that is
Current Code Below - I have to copy and paste each arr[0], arr[1], arr[2]. However, in the future I may have more or less array options and would like the code to auto update itself without needing to alter my code. Basically, I want to create a "for
I am a starter in PHP language. I was trying to develop a small application. For that (lets say, page 1) I was posting some data to a PHP file from the page 1 through an Ajax call.Then I want to access the same value from that PHP file in another HTM
im new to jquery, i have searched for the reason my jquery is not working after adding the <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> I have searched this forum and the web but can,t seem
So I got this input right now and it works as it should. But I want to create another page with the same popup, but this one should run automaticly instead of onclick. Any tips on how to get it working? <input type="submit" id="checkin&q
I'm trying to do the following. When you click on any one line, open a modal with the information of line and a ComboBox with information from another table and insert it into a new table in database. My question is, can do this via a modal? How? Tha
I want the child div width to be 100% of the body. CSS #container { position:relative; width:400px; height:100px; margin:0 auto; background:red; } #inner { width:100%; height:30px; background:blue; } HTML <div id="container"> <div id=&q
How to select ubuntu from the following drop down box <select><option value=""></option> <option value="" selected="selected">Select Image</option> <option value="3f2cb990-cd0e-4bfa-a23e-
What I want to do is to be able to change the value of a label when I make a change in a dropdown select form. <select form="FormCalcInput" id="calcOption" title="Choose what value you want to count> <option value="P
I'm trying to extend jquery selector (for the first time) and I'm trying to get more readable and maintainable code for my friends which work with me on this project. I'm trying to find all elements that have attribute deletable=true So when I look f
Objective To close the parent div of an anchor tag when clicked. In the code below, I want to hide div performance_tt when the user clicks on anchor tag close_performance_tt. Problem Unable to get it to work on iOS devices after spending several hour
just trying to implement collisions in my game. Im having a problem with how the tiles are tested for collisions and therefore the collisions aren't working. I have an array that looks like this: var coll_array = [ [[tile_index],[x],[y]] ] The tile i
I was using the Richfaces4, everything looks good. But just right after I add following line to my pom.xml: <dependency> <groupId>org.primefaces</groupId> <artifactId>primefaces</artifactId> <version>3.5</version>
I have used ajaxSubmit for a very particular requirement. This ajaxSubmit will add products to the Magento shopping cart. Unfortunately even though I use return true; as call back shopping are page shows empty until I manually refresh the page from t
I have created a slider using CSS3 to display my testimonials.. Now I need to add some animation to this slider using Jquery. But I dont have any idea how to use Jquery with this slider.. and what are the suitable plugin for this. So anybody can tell
The code looks fine to me which is why I'm confused with the G_SResult variable losing scope. It's declared globally above the ready function but that isn't visible in the screenshot. In the screenshot you will see 4 highlighted alert expressions. Th
I'm getting an error on my website. When I try to close a frame of Fancybox plugin, it doens't close all. The screen is still locked. On console debugging I can see this error Object doesn't support property or method 'swing', in this line: this.pos=
The following code is supposed to make the right 60% of the display red. It does in Chrome, but does not in Firefox. In Firefox, it makes the whole screen red. Can anybody help me fix this? <table border="0" width="100%"> <tr&
I am trying to run the code from the following link http://jqueryui.com/demos/dialog/#modal-form Why doesn't the dialog form appear as a popup? <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="
I have this jQuery tooltip that works fine on initial page loads. The problem is when I AJAX append another [tooltipwrapper] block the tooltip doesn't work on it. Please see codes below, any suggestion would be greatly appreciated! $(function() { $('
iam looking for some tools or ways to detect memory leaks, slow methods in my javascript app.You need to use the profiler; I recommend Chrome's. In the profiler the steps are Go to the profile part of the developer tools Get to the part where the slo
I have a php page that uses php sessions as well as jquery to call pages via ajax. The problem is if the page is idle for so long the page being called via ajax gets redirected to the home page but the rest of the page outside the div being updated w
I'm trying to figure out a way to read GET method information from a form with javascript. Our IT department has our servers on lockdown, and as the web team we can only use javascript to accomplish our tasks. I'd use PHP if I could, but I can't. Wha
i have a huge request for the jquery fullcalendar, i need a solution to mark some timeranges in the day- and agenda-view like the today marker but not the the hole day only a range for example from 8:00 to 12:00. I will be glad if somebody have an so
I have set up JQuery UI autocomplete according to the docs and it works for any input with class="tag-item" that is rendered to the page. However the user can add inputs into the dom via JS so I need a way to bind autocomplete to the new dynamic
I have a form which gets introduced via XHR and I need to be able to bind an event on it, for submit. I've downloaded the jquery.form.js plugin. What's the best way to perform a late binding so that I can do something such as: $(document).ready(funct