jquery upload ui
i'm using jquery upload ui in my prestashop module. The problem is that i not understand how jquery ui calls UploadHandler.php, i don't find nothing in the js and php code. Where is the code that submit data to the UploadHandler.php? I would like to call a prestashop controller rather that the UploadHandler.php thanks.
JQuery Validate - Not Working in IE 7 (No Console Errors)
Hello, I work for a company that, by default, renders Intranet pages in IE 10 Compatibility view - Document IE 7 Standards, and I am developing an application that needs to work with IE 7. It's a simple form that I decided to use JQuery Validate for to verify fields are not empty, etc. The script works with no problem in IE 10, IE 9, and even IE 8 (although I had to downgrade to JQuery 1.5 for this and the validate plugin to 1.8.1). However, in IE 7, upon attempting to submit, no fields that
Jquery.list.js is compatible with jquery mobile?
Hallo, I'm sorry in advance for my english, i'm italian :) i can't use jquery.list.js in my app (that use jquery mobile) because don't read the plugin. Perhaps it's because i use listview? How i can solve my problem? there are other plugin for jquery mobile with the same effects? I need doing more list dinamic grouped and with the header fixed that change when change the list i hope i've explain my problem... and await your feedback as soon as possible Thank'you in advance :) bye Robbi
How can i use my dynamic php variables with cycle2 pluggin?
Hey, Please help me i want to show dynamic contents in slides using php variables in Cycle2 pluggin
File Size Limit For jQuery Multiple File Upload Plugin v1.48
Hi Guys, I am using this plugin, http://www.fyneworks.com/jquery/multiple-file-upload/ . I want to limit the file size that the user can upload. How do I do that?
Auto/Manual Scrolling Issue
Hi, I am using jQuery plugin BXSlider.But i am facing an issue in it.Actually i want slider to move automatically and at the same time i can move the slides manually as well.But in my slider it slides automatically but when i click next/previous buttons it stops automatic slides. i am doing this. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type"
WHERE DO I DOWNLOAD THE OFFICIAL .TMPL AND .DATALINK PLUGINS.
I am new to web coding and have searched the web for the official plugin locations without success. I would like to know where to go both to download the code and if there is a standard url that I can use instead of downloading? ann.maybury@gmail.com
Jquery problem
Yellow marker in head: I'm using that to chain two or more select inputs, and it won't work if bellow are jquery scripts for imageareaselect (green marker). That one in footer (silver), I'm using for datepicker and because of that imagearea select won't work. Any solution?
Superfish expansion issue on resize
Working on responsive websites using Superfish (because the mobile version is pretty awesome). The issue we seem to have is after navigating to any page on the mobile navigation, when we expand the page to a proper size (drag it to a 1020 or whatever) the menus stay expanded. (We are using the mobile nav button from http://codepen.io/ecardoza/pen/btjCK) To show what we mean, pull chrome or firefox to around 320px wide, and open the following url : http://wvuhwellness.bluefinsol.us/Services/default.aspx
Superfish autowidth zoom
Hi all, We're using Superfish for our menus, as a Drupal maodule with the js library and such, and are using the sf-AutoWidth.js plugin for superfish. It actually works great, for example on our homepage: http://www.ashland.edu However, we've noticed with various browsers at certain zoom levels, there is a slight overflow and our last menu item goes down a level. For example, Chrome at 90% or Firefox zoomed out twice. (80%?) Most other zoom levels are fine on most browsers. Anybody else have this
File Upload and Model Data simultaneously using jquery and ajax
Hi, I have a requirement where I need to pass some data entity along with a pdf to the server to be saved. I cannot achieve this using the Jquery file uploader and using a form post to get both the entity data and the file at the same time. Please help as to how I can send both the data and the file using a single ajax function to the server. Is it possible to achieve this using the regular html file type input and standard html controls and calling a ajax function on click of a button?
Hidden content takes up height(isotope)
I am using this gallery to display portfolio items on my website:http://www.webdesigntunes.com/coding/jquery-filterable-portfolio/ It uses isotope-jquery to display the items so the div container that includes the portfolio images calculates the height based on the article classes that are within it: <section class="main"> <div class="portfolio"> <article class="entry video"> <a data-rel="prettyPhoto" href="http://vimeo.com/34266952"> <img src="images/portfolio/work1.jpg" alt=""> <span class="video-hover"></span>
Basic Timer Question
Hi all - Bit of a newbie here, so apologies for the stupid q - hopefully this one is easily solved. I'm trying to do add 4 countdown boxes to a website - I can find scripts for basic countdowns, but can't get it so that it has 4 on the one page as I'm really new to jquery. For example, I'd like to have 4 spans, (timer, timer2, timer 3 etc) This is the code i have: HTML: <span class="timer"></span> <hr/> <span id="help">From: 50 - To: 2500 / Over 5000 Milli-Seconds</span> JS: (function($) { $.fn.countTo
jquery.form plugin IE7 windows nagivating away on response
My goal is to be able to submit a form including a file input in a ajax manner and the jQuery Form Plugin seems suitable to achieve this. Hover my requirement is that it should also work in IE7. I've created a small prototype to test out the the functionality and the form including the file is submitted and received properly by the backend. I've already changed the way json is returned (as text) to prevent IE from showing a save file dialog. In IE7 when the response is received from the backend (either
I need Hootsuite style jquery menu -
Hi, I need hootsuite style jquery menu. I mean : By default it should have just icons, when mouse over the icons should expand with their titles (like attached image). Is that jquery available free to customize and use ? Thanks in advance Ravikumar V.
multiple instances of a datepicker on single input
I have a drop down(asp.net) with list items "month" & "day"..and i have a text box control and a datepicker.. if i select "month" then i should be able get a datepicker with only month & year displayed and if i select day then day month & year as a normal date picker..i have this following code but the problem with this is a single input not able hold two instances of datepicker..any help is very much appreciated !! thanks in advance. <script type="text/javascript"> function formatondropdownchange(value)
BlockUI - unblock when clicking blockOverlay - bindEvents, false
I'm trying to use BlockUI in a similar way to a lightbox. The page displays a sign-up form and blocks everything else on the page to allow them to fill in the form and submit. I've have a button in the unblocked content that issues an unBlockUI. All working well but it would be good if they clicked on the overlay area for this to also unblock. Specifically the div.blockOverlay. In the docs: http://www.malsup.com/jquery/block/#options // enable if you want key and mouse events to be disabled for content
jqgrid or jquery ui alternate ?
I have my view displayed with use of backbone. In my view i want to display a grid that shows record from a backbone model populated via ajax call. The user must be able to add new record to the grid or edit existing record in the grid. When either operation is performed I want to display a modal form that will allow user to create/edit record. The modal edit/create form would show more data entry elements then the # of columns seen in the grid. The modal form would contain <select> elements that
Tablesorter Fixed header plugin
Is there a plugin that work with Tablesorter ( http://tablesorter.com/docs/ ) for fixed header and vertical scroll bar. I tried a few fixed header plugin but didn't work because they just clone the whole table and hide/remove the header of one table and body of the second table. Therefore, the sorting does not work. OR Is there a plugin that i can use to sort table with header fixed with scroll and with expand-child. expand-child is when 2 or more rows stay together while sorting. example: http://www.pengoworks.com/workshop/jquery/tablesorter/tablesorter.htm
jQuery border inset plugin
Hi, I'm using the jQuery inset border plugin: http://css-tricks.com/inset-border-effect/ I'd like to reverse the effect of the plugin so that borders move inwards on hover. I've managed to achieve this but the border is still visible on load of the browser window, I'd like it to be initially invisible. Please could someone show me to do this? Code is: (function($) { $.fn.insetBorder = function(options) { if ((options!=undefined) && (options.inset!=undefined)) { if (options.insetleft==undefined) {
What happened to the documentation on JQuery sites?
I am not here trying to cause a stir, and I except all sorts of grief for this, but this is a genuine concern of mine. I am NOT a jquery expert. back in the days before jquery was moved to github, each site for the individual plugins, had beautiful, very detailed, very simple instructions on how to use the plug-ins, what options were available for each plugin, and exactly how to use each option. I find the current documentation on the plugin sites so absolutely abstract. Unless you are an expert
tablesorter fails to work in a table using colspan
I have simple HTML tables built with JSP, I wanted to sort them with tablesorter. It worked fine on some tables (I have several different pages) but not on others (after I added a theme; the doc fails to tell that a theme is mandatory, I supposed a default one was used otherwise). After investigation, I found out that the tables it fails on had a <th colspan="2"> (or 3, etc.) on them. FYI, it was a "Actions" header over several columns, each one having a button for a given action. I solved that by
Complete Newbie here - Form is working only in Google Chrome (jQuery plugin: Validation) ?
HERE —> http://tinnituslab.com/form.php This was build with jquery.js 1.2.6 an jquery.validate.js 1.4 The form work perfectly in Google Chrome, email sent and completion message perfect. In other browsers - No completion Message, the form become empty and nothing is sent. No server errors ? I’m a complete JS-Php Newbie but I can fool around in the code. First thing I did is to update jquery.js 1.2.6 an jquery.validate.js 1.4 to jquery.js 1.9.0 an jquery.validate.js 1.11.1. The form still work in
Validating the Multiple file Upload from Fyneworks?
I'm using this plugin quite successfully, but have a need to perform some JavaScript validation. I can not figure out how to validate this plugin. This is how it is added to my page: <input type="file" class="multi {accept:'xls|xlsx|ppt|pptx|tif|tiff|pdf|wmv', STRING: {remove:'REMOVE',selected:'Selection: $file',denied:'Invalid file type $ext!',duplicate:'You have already selected this file: \n$file for upload'}}" id="UploadFile" name="UploadFile" onchange="testtype(this)" /> The onchange code here
The time picker is not placed on the correct text box
I need to get store all event at each and every day those the Event times is captured by dialog div and i getting the start time and end time for each and every events per day but now the problems are 1. Time picker is not placed at the correct text box its automatically changed please some one help me. 2. I need to show time range i.e given gap for each and every events at half hour please help me friends. MY CODE IN THIS LINK http://jsbin.com/lixig/3/edit
mapster plugin - how to add text to hotspot overlay
Is it possible to add some text in the semi-transparent overlay? In this case I want each hotspot to have it's own unique text (like price). Here is a jsfiddle showing what I mean. http://jsfiddle.net/abehil/nYkAG/1473/
Masonry plugin - it is making a brick out of wrong object
I am having problem with Jquery Masonry plugin. Masonry should assemble a group of images like bricks in a wall. I have a container div wrapping a set of images. But it's sucking in html objects that follow after the container div. For example, It's sucking in the header tag that comes after the masonry object as if it were one of the bricks. Example is at http://jsfiddle.net/abehil/vZJLU/32/I really need some help sorting this out. <style type="text/css"> /* masonry */ body
iHwy jQuery ListMenu Plugin
Hey People i try to get this Plugin to work with mysql, but i can not get it to work. I will take my "title" from mysql and not the html tags there are ind the install guide. someone there can make a guide to it, or help me to make it to do. ??? Link to demo Thanks for time and help :)
Need some help with jquery plugin for responsive fullscreen isotope.
Hi. I'm using this plugin (see code below) for a responsive fullscreen isotope portfolio gallery: The problem is that if I use the following at the beginning of the script: var container = $('.gallery-isotope'); Filtering works, but it won't go fullscreen. If I use: var $container = $('.gallery-isotope'); It goes fullscreen, but the filtering doesn't work any more. Hopefully someone here can point out what the problem is. Thanks in advance for any help. Here the full script: jQuery(document).ready(function
tablesorter causes loss in div scroll overflow-y
Hi folks. I just started using jquery.tablesorter and it will help us a lot with our db stats page. One problem I'm running into is that when we use tablesorter we lose the overflow-y:scroll and height:55% styles to our divs. I've tried inline styling as well as having the style in the header with the !important tag. Neither seems to work. If anyone knows of a way to get this to work I'd really appreciate the knowledge. I'm not a very good web dev and I just can't figure it out. Thanks!! <?PHP #Log
Image Mapster plugin - how to use multiple mapkey?
Mapster allows lists of areas but I'm having a difficult time understanding how to use the capability. My image map (below) shows I have a single overlay color for the hotspots, but I want to be able to make different groups with different colors. I know it's possible but I am just too much of a jquery novice to understand how to read the mapster demo (below) and create the effect in my map. In the demo, the user clicks on the hotspot to change it's color. In mine I just want to be able to set
JQuery Validate: how to check validate completion before ajax submission
I have the Jquery validate plugin working fine when i click on the submit button normally but when I have added the ajax function to the form submit it's submitting the form even though the user is missing some fields that are required. How do I make sure the ajax is run after the validation is completed? I have tried adding the condition to check if the form is valid but it just breaks the ajax submit: var ajaxSubmit = function(e) { // fetch where we want
Jquery Validate showing error on page load in IE9
Hi I'm using Jquery Validate on a form (validating the email address field) and it works perfectly fine in all browsers but it's not working as expected in IE9 (and possibly 8/7). I've used a Placeholder on the email field ("enter your email address") and as it's not supported in earlier versions of IE, I'm using Modernizr to create the functionality. As I can tell, if the functionality isn't there, it adds the Placeholder text as the input value. Therefore, when the page is loaded, the Validate
JQGRID and checkboxes: Need to select and retain through paging.
I have this jqgrid working exactly as I want it to... EXCEPT... I can't seem to add a checkbox with an id value that will stay selected through paging through the results. I have looked up every thing under the sun and can't seem to get anywhere... My server has jqgrid 4.4.5 which limits some of the built-in functionality, I believe. /** * TEMPLATE * /assets/js/modules/email/selectattachments.js * * PURPOSE * Script for the Search page and grid */ var resizeGrid = function(){return;}, resizeTimer
jQuery Animated Grid
Hi, I am looking for a jQuery plugin that can do something similar to this please http://www.dow.com/solutionism/ If someone knows of a plugin like this I would appreciate the help. Thanks!
jquery wizard/step needs
Am in need of jquery plugin that would allow me to do the following 1. build a form wizard on my existing site that currently uses backbone to load views etc 2. perform ajax calls at each wizrad step and validate if needed or validate client side 3. save to local backbone model for persistance 4. open wizard steps only if previous one passes validation 5. save to db when all steps are fulfilled. Found this one http://www.jquery-steps.com/Examples#vertical Not sure if this will perform all my needs.
how to bind plugin with a div fetched via Ajax?
I'm trying to add a DateTimePicker plugin to a JQM app. Everything works when the HTML code is static in my app but when I pull the HTML via Ajax the plugin cease to initialize (I checked and all the plugin files loads to browser and there is no error in console, just nothing happens). I'm sure this happens because plugin expects a HTML tag to hold on to ("input" in this case) which is not there onload - it shows when the Ajax fetches it from server file which takes a second. The code is simple.
Validation plugin email address field double dots in domain
Hi, using http://jquery.bassistance.de/validate/demo/ I can see it gives error when I try "a@a..com" but will not give error for "a@a.a..com" Is this a bug or the plugin intentionally not to handle this case? Many Thanks, Tong
DataTables pre-defined search?
Hi, I am using JQuery Tabs UI and DataTables plugin (http://datatables.net), and want to click and go to tab1, where I have datatables. And there I want to search the word, where was clicked. Example: tab2: searchItem1, searchItem2<--- click there. tab1 opened and "searchItem2" want to show in my sortable :-) There is code, what I try: <a style='text-decoration: underline; cursor: pointer;' onclick="$('a[href=#tabs-1]').click(); $('#tabs-1 input[type='text']').text('searchItem2');">searchItem2</a>
Validating Text Fields (at least 1 field must be filled, integer number greater than zero) using JQuery plugin
I use jQuery validation and i have a question: How can i validate the following form: <form> <input type="text" value=""> <input type="text" value=""> <input type="text" value=""> </form> With: at least 1 field must be filled; the input must be a integer number greater than zero; Thank you! :-)
Next Page