Jquery sidebar widget
Hi, I am looking to create a sidebar widget which overlays the users website, then the information pulled within the widget would be feeding from my website-would this be possible? Many Thanks, T
multi category image slider with jquery
/* ********************* I want to create a photo gallery to display my project images. The scenario is like this... Thumbnails, each represnting a project, are displayed vertically one below the other on the left of the page. Each project can have multiple images. All images are stored in folders/directories on the web server. When you click on a thumbnail on the left, the first image of that project, by default, should be displayed enlarged on the right, with thumbnails of all the respective
<ui> and <li> style not applied inside the fnrowcallback for datatable
Hi i am populating the datatable dynamically using fnrowcallback event but im facing the problem while using <ui> and <li> here is the code im using : "fnRowCallback": function( nRow, aData, iDisplayIndex ) { $('td:eq(6)', nRow).html('<table cellpadding="3" cellspacing="0" width="100%" border="0">'+ '<tr>'+ '<td> <a href="#" id="opener"><div class="todoCountClass">'+ '<div
Adding methods to $.validate
I'm using a framework that provides matching client and server-side validation for forms which leverages jQuery's Validate. On page load, the browser makes 2 ajax calls. The first retrieves some JSON which describe the validation rules. The second returns HTML which merely contains a <script> tag and some JS with the intention of adding methods to $.validator. Unfortunately, these methods are not being added. Below is a snippet of what's being returned... <script type="text/javascript"> /*<![CDATA[*/
SmartWizard issue- ReferenceError: leaveAStepCallback is not defined
Hi, I am getting following error on mozilla when I hit my web page. ReferenceError: leaveAStepCallback This inspite of defining leaveAStepCallback in the smartWizard() function $('#wizardpModeCopyEditSetup').smartWizard({transitionEffect:'slide', onLeaveStep:leaveAStepCallback, enableFinishButton:true, enableAllSteps:true}); function leaveAStepCallback(obj){ var step_num= obj.attr('rel');
Slick Quiz Plugin
Hello - I am using a plug called Slick Quiz here is the github link https://github.com/QuickenLoans/SlickQuiz But of course i need to modify it in a way that i keep getting stuck. I need the quiz the to be able to be taken 10 times for each session, the quiz is actually fired after a video is played. So if they watch the video again they could take the quiz again. My trouble is having the quiz refresh without refreshing the entire page and what i would need to add to put them back at the beginning.
jqGrid
I've got the jqGrid working with filtering (multicolumn), but I can't seem to get exporting to Excel to work. Can anyone help me with this please? I'm using MVC CSharp and the grid has over 200,000 records in it. I've tried to look into this myself, but I keep coming up empty. Thanks, Dave
can anyone tell me a site where i can learn to make popup login form with example?
Rohit Shukla
Opening PhotoSwipe in a selected Image
Hello, I'm new in using JQuery, i m developing a web application - catalog for products - using PhotoSwipe plugin, in the detail of an image, in my case a look of clothes, when i choose one specific image from the gallery) i added some references for product that is resumed on external links to another page, that works fine and i m totally satisfied, the problem now is the other direction, in the product page i have the associated look of the specific product that must be links to the look in the
update marker on gmap v3 in a particular time interval
Hi I try to update the marker location on gmap from the json for every 10 seconds. but it draw marker on new location without remove the old one and also i want to show all the marker including client position, when i use bounds:true it only show all marker from json but it does not include client location. how do i do it? my code is below, Any help will be appreciated. function routemap() { var v_buses = JSON.parse(window.localStorage.getItem("buses"));//list of valid bus numbers var v_routeno
Fancy title plugin
Hello. I am new to jquery but am loving it. So far I have been using a plugin called jqgrid which basically allows an excel like display using php/jquery. Is there a plugin out there that will allow me to change the style of a (td title="whatever") (or similarly, the alt text box when you hover over an image) to something more fancy? i've seen a few but they all seem to require me to add the style to each thing I want to customize. Because I have a plugin creating these tables for me, and because
jquery accordion multi form in one page and when one(first) form do not submit the other form remain lock(click disable)
I need to make some changes to this page: http://sirpaff.selgis.com/v1.1/CrearNuevaFichaFamiliar.php As you can see there has a jQuery script, this http://jqueryui.com/accordion/ I need that when a user is inserting data into the form "Datos Generales y del Jefe(a) de Familia" the other Section of Accordion remain locked until the user completes the entire("Datos Generales y del Jefe(a) de Familia") form and give him to "Guardar"(submit). Then, when save the information, is open the following next
Suggestions for ultra-simple editable table control?
I'm relatively new to jQuery but so far have been really enjoying it! My project du jour is to implement a small editable table in my web page. I'm talking 2 columns (both dropdown lists), and I would be very surprised if it ever had more than 3 rows. I need the usual operations (add/edit/delete) but what I would really like, is to have a table that doesn't communicate with the server during the editing. When the user hits the form submit button, I'd like the whole page to get sent to the server
Problem with animated menu using easing
Hi, I want to make a horizontal menu animated using easing but it do not work and I can't find my error. If you could help me it would be really appreciated. I'll post image of my codes. I've verified if my file are in good directory and they are fine ! If image of other code are needed just ask ! Thank you a lot in advance !
Where are the download links for archived plugins?
Folks, I am looking on http://archive.plugins.jquery.com/project/Pause-Resume-animation for the actal download links. Am I blind? Please lend me a clue here! Thanks, Brett
jQuery Supersized Slider Plugin - How to resize slider images by click on a DOM element
Hi, I need help referring to jQuery Supersized Slider Plugin, the problem is the following: I'm building a static website that uses a left side scrolling menu. What i want to reach is: if the menu is visible the image on the slider will have a different width instead of when the menu is "hidden". The process is the following: 1) Menu visible, #supersized li img width is 60% 2) Click on the object, menu is animated to be hidden except for the button, #supersixed li img width is 100% And so on. Now,
Box Slider callbacks beforeSlide and afterSlide
I have the box slider plugin working as it should, but now I'd like to make it a bit more fancy and make use of the callbacks with animation etc... But I just don't understand how it works using the options. so my markup for each list item looks like this. <li> <div class="text"> <h2>Heading</h2> <p>A short description of the slider</p> </div> <img src="some/image/path.jpg" alt="image description" title="image title"/> </li> I want to animate the text out
Mega Hover Over
Hi All, I am currently using the mega hover over jquery on my website for my navigational menu at the top of my page. i would like to make it so when i hover over an option in my menu another menu will appear. it that possible using this query? this is the code. $(document).ready(function() { //On Hover Over function megaHoverOver(){ $(this).find(".sub").stop().fadeTo('fast', 1).show(); //Find sub and fade it in (function($) { //Function to calculate total width of all ul's
validationEngine validates on blur but posts data anyway if errors exist
I have posted this to the correct forum as I somehow selected the Developing jQuery instead of Using jQuery Plugins which is were it belongs! I seem to be having an issue with the validationEngine on a new page currently under development. For some reason, on a blur event the validation works, but when I submit the form, instead of showing the errors, the pages flashes the validation error messages for every field and posts the form data instead of disabling the form submission. Relevant code
Using jQuery Validation plugin with Uniform
I'm using Uniform to change the look of selects in a form. I'm also using jQuery Validation to validate the form. The problem is that Uniform updates the HTML like this: <div class="selector" id="uniform-state"> <span>Please choose</span> <select name="state" id="state" required="" aria-required="true" class="required"> <option value="">Please choose</option> </select> </div> When submitting the form, the validation plugin correctly assigns an error class to the select
how to resolve an easing conflict between UI and plugin
I have a web page which uses both the accordion UI and a plug in menu from apycom.com which has a nice sliding menu effect. This effect depends on an easing call defining 'easin, easinout, easeout, etc. However unless I comment out this call I get an error when I select one of the tabs on the accordion UI. So at the moment I can't use both simultaneously. the error is (from jquery.min.js): 'c.easing[this.options.specialEasing && this.options.specialEasing[this.prop] || a] is not a function'
jCarousel and Audio.js
I'm having issues with these two working together. On the following page I have a content scroller that has jCarousel included to allow for the up and down scrolling functionality of the slider titles on the left side. At the bottom of the screen is an HTML5 audio player via audio.js. Everything works great except for Safari. When I remove the audio.js script from executing, then the jCarousel will work - but if both are activated then it will not scroll ONLY in Safari. I'm fairly new to jquery so
jQuery Countdown timer
Hi, I'm trying to use the countdown timer from this tutorial on my website. I got it to work, but I can't get it going on multiple clocks with unique end dates. This is what I've tried and it only works on the last selector. <script> $(document).ready(function(){ $('#countdown').countdown({ date: "20 July 2013 12:00:00", format: "on" }), $('#countdown2').countdown({ date: "21 July 2013 12:00:00",
plugin not showing up
Hey everyone, I was using a tabbed section to display forms and when I tested it buy itself, it worked but when I put it into the website I am creating, the tab design doesn't show. Why is this? The external links that make the section work are on lines 7-15 for the "mainbar" div area. Here's where I got my sources as well http://jqueryui.com/tabs/#default Thanks for any help! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Noob question about using jquery cookies plugin
hello. I am trying to do newsletter subscription pop up using this tutorial http://www.phpbuilder.com/columns/jquery-newsletter-subscription-popup/Jason_Gilmore01192011.php3?page=2 I set up simplemodal succesfully and if I put $("#basic-modal-content").modal(); script at the end of page everything works perfectly. Now as per tutorial I need to set up jquery cookies plugin. I loaded the plugin and replaced jquery.cookie.js code with: $(document).ready(function () { if ($.cookie("newsletter") !=
JQuery Validation - Checkbox validation not posting all values
I'm having problems with some checkbox validation. I'm using the plugin validation for this:http://bassistance.de/jquery-plugins/jquery-plugin-validation/ I have three checkboxes and at least one must be ticked. My initial form code for these checkboxes are: <input type="checkbox" checked name="check_options" value="News">News <input type="checkbox" checked name="check_options" value="Events">Events <input type="checkbox" checked name="check_options" value="Promotions">Promotions The validation rules
Need Excel like Data filter
Hi, I need a plugin to filter the column data. The concept is same as we have in Excel to filter the data. For example when I click the filter icon next to "Workflow Phase" it will display a filter layer with some possible values. I will select the valuse from the list and click on ok button.
problema al validar formularios
hola que ta l lo que pasa es que tengo un gran poblema lo que pasa es que quiero validar formularios y n ose que estoy haciendo mal por que los unicos caracteres que no me valida son las ñ y los acentos por favor algun que me ayude <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <script type="text/javascript" src="../js/jquery.js"></script> <script type="text/javascript" src="js/jquery-1.4.2.js"></script> <script type="text/javascript" src="js/jquery.validate.js"></script>
Is there a query plugins to get the selected text from a textbox in asp.net
I have two textboxes. when user selects any text in textbox1 on right contextmenu user gets an option to copy it. when user clicks on copy option the selected text should be copied to textbox2. can any1 help me which jquery plugin will help me and how to use it? thanks
tablesorter plugin new version lost sort images
I updated my tablesorter code some time ago to the newer version, but since then the images for sorting don't show up in the table head. I even tried using the new css and table intialization using cssAsc and ccssDesc and cssHeader coomands in the intialization.. and put things like this in my css. The initlization code is below that. There is no example in the documentation so I am not sure I am doing it right. Please advise. th.headerSortUp { background-image: url(../img/small_asc.gif);
JCrop - posting a cropped image
Hello, This is the first time i'm using the JCrop plug-in and i have a couple of questions. I am trying to create a pop-up where you can upload an image and crop it. The full image gets posted to a folder where the real image stays so you can edit the crop after the uploading. (this works) The pop-up has a save button which should submit the cropped image to another folder where the cropped images are saved. How do i submit an cropped image to a folder? I have 4 rows in my database which are to store
Jquery gallery using Flickr as base - using sets - with preloader - does it exist?
I'm trying to find a Jquery solution to display my Flickr hosted photos on my website. Here are my requirements: * Filmstrip + display layout (similar to Gallerrific - http://www.twospy.com/galleriffic/example-5.html) * Load entire Flickr set that I specify - not individual photos, and not entire photostream * DIsplay photo title & description "Would be nice" features: * Repositionable controls / filmstrip (above / below image) * Display # of photos in set, and counter (i.e. "Image 13 of 54") * Option
Real time input box updater like phpmyadmin table.
Will you please help me how to make the real time table update like the php myadmin Please help.. Like this. Help Guys.
jQuery Mobile and Phonegap Localization
Hello, I have a Jquery Mobile application wrapped in phonegap. I am using JQM 1.3.1 with jquery 1.9.1 and Phonegap 2.1.0. This is a crossplatform application. There is a requirement to implement Localization ( Internationalization or Globalization ) for this application. I will have to have a button that will allow the change in the Language used by the application, say, from English to French or Arabic etc. I found that the datebox plugin can to configured to display date and time in any language.
whole form progress bar
Hi Community, I am trying to implement a form with progress bar displaying the processing level I am using the ajaxForm plugin here: http://malsup.com/jquery/form/ This plugin have nice feature that supports progress bar of file upload. While my form have many post process after file upload. I was wondering how to monitor the whole form instead of just file uploading with this plugin? Thanks.
Support of Non-English Numbers - Validation Plugin
Heyoo. The jQuery Validation Plugin works great fur numbers written like: 123,456,789.00 but here where I live, we write the numbers like: 123.456.789,00 so the validation fails. Here's my suggestion for an improved regex which validates both variations /^-?(?:\d*(?:(?:,|\.)\d+)?|\d{1,3}(?:(?:\.\d{3})+(?:,\d+)?|(?:,\d{3})+(?:\.\d+)?))$/ Please apply this change. cu Mr.Yeah
reset form field on form submit
I am using jquery to validate a form that sends information from a form with a single field text input that is pre-populated with a prompt to complete. When the form is submitted, the field does not reset to the pre-populated prompt. This feature is desirable to enable the user to choose from an image gallery, then return to choose again. I feel sure there is a snippet of code missing that will solve the problem but so far can't find it. [code] <script type="text/javascript"> $(document).ready(function(){
Issue using jQuery ScrollTo Plugin
Hi All. I'm having an issue using the jquery.scrollTo.js plugin working on a one page website based on bootstrap with 5 links, section-1 to section-5. The thing is that when the page is loaded section-1, 2 and 3 are working fine, but 4 and 5 not responding properly when clicked for the 1st time. They are not scrolling to the exact desired location, but they do on a 2nd attempt or when another link other than section-4 or 5 was clicked 1st. Here a Link to where I uploaded an example, hopefully this
Jquery validation not working
Hi all, The validation doesn't work on my FF 20.0.01 with code below. Nothing happened. <!DOCTYPE html> <html> <head> <title>Home Page</title> <link href="/Content/Site.css" rel="stylesheet" type="text/css" /> <script src="/Scripts/jquery-1.9.1.js" type="text/javascript"></script> <script src="/Scripts/jquery.validate.js" type="text/javascript"></script> <script type="text/javascript"> $(function () { ("#form1").validate({ rule: { txt1: { required:
jQuery.alert() box borders are missing
I'm trying to replace the standard alert() with the jQuery.alert(). The message comes up but with no borders. If the message comes up, I assume the setup is working, but why without borders? On the same computer with the same browser, the demo HTML page, downloaded with the plugins from the jQuery site, works with no problems. Can anyone give me a help on this? Thank you.
Next Page