Multi File Upload through Modal popup
Hi Team, As per my current requirement, We have to develop File Browse popup with some specific Buttons. Requirement (completely customized window for file upload): 1. When click Browse button then, Popup window should display local directory Files (it should allow single/multi file selection) in modal popup window. 2. Popup window should allow user to select multiple wiles to upload. Please suggest some inputs/plug-ins to fulfill this requirement. Thank you in Advance. Regards, Srinivas.
VideoBG mute function help!
Hi guys. I've been using the Jquery plugin 'videoBG' to play a background video to my site, which autoplays and loops. Here's the link to the website. Everything works fine, but the problem is the plugin contains no native mute function, and I'd like to mute this on the page loading. I've tried inserting .attr('muted', true) in the //video element section, but I just don't have the foundation of JQuery knowledge I think you need to make this work. Just for your information, this doesn't need to
cycle - getting two images to change in onAfter function
I have 24 items I am cycling through. As each one is displayed, I have another that I want to change an icon corresponding to that item to a hover icon, and the item before back to a non-hover icon. I have the hover icon coming up as needed, but cannot get the prior item icon to change back. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script> <script type="text/javascript" src="http://malsup.github.com/chili-1.7.pack.js"></script> <script
Add more inputs with autotab
I have a page that I'm working on as seen here http://jsfiddle.net/pLr8h/2/ This works great for what I want to do. I want to do a bulk insert of asset tags. There is other fields but I kept it basic for now. What I would like to do is add example 10 of the fields. But also have the autotab function working based off of this site http://www.mathachew.com/sandbox/jquery-autotab/ I got them working on their own but I can't get them working both at the same time. Right now it will add more of the input
Making the jQuery Cycle Plugin work in Google Maps infowindow
I am trying (without success...) to make the jQuery Cycle Plugin work in a Google Maps infowindow from a KML layer... has anyone done this or can point me in the direction of a working example? Or perhaps you can suggest a better solution for a slideshow within an infowindow?
jQuery Treeview.js get selected node
Hi, I am using treeview.js in my MVC web app and I am struggling to understand how in jquery or javascript I can get the selected value in a button click event. Here is part of my mark up of the treeview: <div id="container" class="fLeft"> <div id="demo1" style="" class="demo jstree jstree-0 jstree-focused jstree-default"> <ul> <li onclick="FolderClicked(this)" id="D:\" class="jstree-closed"><ins class="jstree-icon"> </ins><a href="#"><ins class="jstree-icon"> </ins><span>D:\</span></a><ul>
[tablesorter] jQuery 1.9 support
Has this plugin been updated to support the latest jQuery 1.9? I ask because official site still lists metadata() plugin for inline options, which itself is broken as of jQuery 1.9 [it relies of jQuery.browser() afaik, which been removed].
Cycle and Fancybox working together...al;ways show the first slide, no matter the one I click.. ??
Dear friends : I have created a module with two jquery plugins : cycle and fancybox... the purpose is to show many promotions using the cycle plugin and whenever the user wants one of them, he can click on it and it will display the bigger version of the promo, using the fancybox to open a more-detailed information frame.... Everything works fine, except that if for example, I click on the promo #4 it always opens the fancybox from the #1, and I have to click on the right / left arrows to achieve
jquery validation in php
Hi, I want to create a twitter like user registration form for php web application. I have searched alot but couldn't find any all in one JQuery Plugin which provide the following functionalities to my webform- 1. Form Feild highlight when onFocus and on error 2. Proper client-side form validation 4. Check user name availability 5. Check email availability Can anyone know any all in one plug-in which I can add to php registration forms to make my forms live? I'm extremely new to jquery and it my
Problem with Jcrop
0 down vote favorite In my Phonegap Android application, I am using Jcrop and camera plugin given by Phonegap. In this, user can choose an image from Gallery of the device and crop that image. Picking the image from Gallery and cropping works fine but when I choose another image, that image won't load and previous image only remains. How can I resolve this? Please help me. Code I am using is: <!DOCTYPE html> <html> <head> <title>Capture Photo</title> <script type="text/javascript" charset="utf-8"
cycle - trying to use anchor and captions together
I am trying to have photos cycle and have captions, with a a href on both the photo and the caption. I want the caption to contain both the produt title as well as the description, seperate so I can format each differently. This is what I have right now: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script> <script type="text/javascript" src="http://malsup.github.com/chili-1.7.pack.js"></script> <script type="text/javascript" src="http://malsup.github.com/jquery.cycle.all.js"></script>
Grouping with jQGrid and Pagination
In jQGrid there is an option for grouping. However when I use grouping, and keep collapsing all expanded items, some of the items which are in the next pages are not being pulled in. This gives an illusion that there are no items whereas the pagination filter shows there are more pages. Is there a handle for this corner case?
Using anchors in Cycle plugin - problems with .on("click", function() I guess
Hello, I'm using anchors in Cycle plugin. The first time I click on any anchor it works, but it does not work the next time. I guess is something to do with .on("click", function() but I'm not skilled enough to find a solution. Any help will be much appreciated. Thanks! function cycle() { // Team Cycle. var $cycleTeam = $(".cycle-team"); // The paging. $cycleTeam .before('<ul id="cycle-team-pager" />'); // Let's put in the next button. $cycleTeam .after("<div class='cycleTeamNext'>Next</div>");
FlexSlider modification
Using FlexSlider for a client's site. They are requesting that when clicking on one of "dots" that it does not animate through all the images but to the one that was selected. I'm not sure what part of the code is controlling this... have tried numerous hacks but to no avail! Appreciate anyone's input. Thanks!
How to tweak Superfish to fly out to the left instead of right
Does anyone know how to tweak Superfish to operate exactly as it does except the menus fly out to the left instead of right? Any help appreciated. Thanks!
tooltip and suberfish bugs as soon as jScript-1.9 was released
hello all - first time posting - yesterday my application stopped working. i noticed that a new jquery-1.9 was also released yesterday. i was getting errors in superfish and tooptip: TypeError: $.browser is undefined http://comptonpeslonline.com/js/comptonPractice/tooltips/jquery.tooltip.js Line 27 TypeError: $.browser is undefined http://comptonpeslonline.com/js/comptonPractice/superfish.js Line 64 so i went back to the earlier release of 1.8 to patch/fix it for now: <!--commented out script src='http://code.jquery.com/jquery-latest.pack.js'
Superfish Example Stop Working with jquery-latest.pack
Hi there, In the example.html i changed the script-source from jquery-1.2.6.min.js to jquery-latest.pack.js Until a few days ago I could used the Superfish Plugin ( http://users.tpg.com.au/j_birch/plugins/superfish ) Example with the jquery-latest.pack.js. without any problems. But now the Example stop working. if i changed the script-source back to the shipped 1.2.6.min.js, everything is O.K. But the CMS is using the latest.pack.js i am happy about any hint, thx. Markus
How to have Level 3 Superfish submenus stay on sub level pages
Hi, I have created a vertical menu which works perfect on top level pages, however for sub level pages, I would like to have the parents visible. I tried adding class current to Level 2 which works fine, but I have not been able replicate it with level 3. There are 2 images attached. dropdown image shows the standard hover effect of menus till level 3 which work fine and 3rd level nav shows what i want to achieve. thanks, joy
Superfish - nav bar style menu
Hi all, I need some guidance regarding the Superfish nav-bar style menu. I am not an experienced asp programmer by any means, so please bear with me. I am trying to implement the nav-bar style menu as shown on http://users.tpg.com.au/j_birch/plugins/superfish/ under the Examples section. What I would like to do is exactly what the example shows. A top level menu with a secondary menu below. When you hover a menu item in the top level the second level changes to display the sub-menu items available.
Superfish - nav-bar style - "Current" menu not highlighted
Hi all, I'm facing a problem using superfish nav-bar jquery plugin. The "current" menu of the nav-bar style is higlighted in darker color only if I use doctype declaration <!DOCTYPE html>. If I use declaration <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> instead (which is necassary for my SAP Business Server page to work) the menu is not higlighted any more. Any ideas how to resolve this? Thanks and best regards, Oliver
Superfish - Dropdowns stopped working
Unfortunately there are multiple people working on a project of mine. I have had superfish working for dropdown menu's just fine but all of a sudden they have stopped working. I'm sure it is something small that is keeping it from working as it should. The arrows show up properly, but the dropdowns never appear. Please see eoclive.com/eoctech and view the source code. The top navigation bar is not working as it should. Any guidance would be greatly appreciated!
[Giva Labs] mcdropdown question
I am wondering how to initialize the dropdown with a value that was stored when a value was previously selected. Also, how should I store the value? Docs say, that for dd.setValue(), "The value passed should correspond the a valid list item (<li>) value." What if there are multiple <li>s with the same value? Do you mean the "rel" value?
Swap image in Galleriffic - using text link
I have bit of a fiddly one here but I am basically attempting to put an image swap function into Galleriffic. I have been adapting the jquery Galleriffic image gallery to fit a client's needs and all is going well apart from this one function that I need to add. http://www.susanyounganimation.com/test/drawings/carnival.html Beneath the large image on the left is the text 'negative/positive'. The client wants the user to have the option to see a negative i.e. inverted version of the image when one
A whole website with slide effect
I'll try to explain myself the best way: I am trying to achieve that "effect" on my site, with no luck: http://manos.malihu.gr/tuts/animate-page-to-id/plugin/demo-auto-layout.html I am trying to modify it a bit. (it's a plug-in) Every section(page)should be 100% on the window, so if a user zoom-out from the page he won't see the other pages, over-flow: hidden; of course. It will be used along with navigation panel that will be position: fixed; The main idea is a simple site with navigation
J query like facebook multiple friends tagging in posts,comment etc
I looking for something like this for my college project.. Can any one help me with this ..
Customising tooltip
Hello, is there a possibility to customize jquery tooltip style without creating whole theme and affecting other elements style, f.ex. I am also using jquery menu and I don't want to affect its style.
JQuery | JCarousel - DIV don't refresh after each animation
Hi, I'm unsing JQuery 1.8.1 and the plugin JCarousel. I've got the problem that the content isn't updated every time. I have 3 Divs that are animated in a JCarousel: <script type="text/javascript"> $(document).ready(function() { $('#car').jcarousel({ itemLoadCallback: calendar_itemLoadCallbackFunction, wrap: 'circular' }); }); </script> <ul id="car" class="jcarousel-skin-tango"> <li> <div id="entry_1_date" class="date".</div>
Jquery modal issue
Hi, I am having an issue for MAC safari browser that we open an iview with showmodal dialogue and on closing the window it closes the parent window along with popup. We are trying the solution with jquery ready function, which opens a modal from the inner jsp. This solution works fine in Mozilla browser but in chrome the page is loading and looping to something. Please suggest on this.Any help would be appreciated. Thanks Lopita
Cycle: active pager
Hey guys, I have some issues with the jQuery Plugin Cycle. This is my slider Design: The code: $(function() { $('#testimonial-features').cycle({ timeout: 0, fx: 'scrollHorz', pager: '#testimonial-switcher', pagerAnchorBuilder: function(idx, slide) { return '#testimonial-switcher li:eq(' + idx + ') a'; } }); and HTML: <div id="testimonial-switcher"> <ul> <li><a href="#"><img src="../Bilder/button_video.png" /></a></li>
How Can I Detect Changes On This Custom Dropdown Plugin?
Hey guys, Sorry if this is in the wrong forum or something, but I feel like this must be a basic question since nobody else is having trouble. I'm using this beautiful jquery dropdown plugin (http://tympanus.net/codrops/2012/11/29/simple-effects-for-drop-down-lists/) and I can't figure out how to detect any kind of change when it's clicked, or how to do ANYTHING with it. I mean I have it working on my page, but I'm not sure how to detect when its value has changed. The Change() method doesn't work
Small Error
Hello, cann someone please explane me why There are thos "jumps" in this page using jquery? gblad.com Thanks for your help and excuse my ingnorance... jquery is new for me. Miro
need help to add time delay in below jquery popup plugin
Hi All, I am using below code to add facebook likebox for my blog.Currently the popup window open as soon as somebody visit my website. I would like to set a time delay to show the popup window say 1min..Please help me to resolve this.. <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js'></script> <script src="http://exeideasinternational.googlecode.com/files/jquery.colorbox-min.js"></script> <script type="text/javascript"> jQuery(document).ready(function(){ if (document.cookie.indexOf('visited=true')
Using 2 jquery plugins in one html document - IT IS NOT NOT WORKING!
Hi guys! I would like to ask some help to resolve this problem: I am using a jquery plugin in my webpage and these are the settings: (Jquery navigation menu) <link rel="stylesheet" href="animated-menu.css"/> <link href="../generalStyleSheet.css" rel="stylesheet" type="text/css" /> <script src="http://jqueryjs.googlecode.com/files/jquery-1.3.js" type="text/javascript"></script> <script src="js/jquery.easing.1.3.js" type="text/javascript"></script> <script src="animated-menu.js" type="text/javascript"></script>
Datepicker ie8 and ie9 compatibility view problem
Hello everyone, I have a problem for my datepicker elements in ie8 and ie9(compatibility view mode on). I created a sample on jsfiddle. http://jsfiddle.net/nVWhu/ I am using jquery 1.7.2 min. In my original project I get Object doesn't support property or method 'getAttributeNode' error and the even calendar is not shown. Thanks for your help In my original project I included myscripts like the below; <link href="~/Content/Site.css" rel="stylesheet" type="text/css" /> <link href="~/Content/themes/SPK/DockMenuStyle.css"
jquery cycle -- fade out question
I am trying out the cycle plugin and it works well, except I would like it not to fade out the current slide, but to just fade in the new slide. As it is now, if I show an image, followed by the same image with a title added, there is a softening of color and contrast as the transition occur. I would like the image to look static, with just the title appearing. Can this be accomplished by just adjusting the cycle settings? Thanks...
validate: custom rules with messages
The example shown http://docs.jquery.com/Plugins/Validation/rules#.22add.22rules states that you can include custom messages for particular conditions. The set up code works in that it does store the message, however the validation processing fails as there is no "default" rule called "messages". As a temporary workaround, it is possible to avoid this error by adding an extra rule called "messages" which always returns true.
Link that triggers ScrollTo event becomes unclickable
I realize that's a terrible post title! The site I'm developing uses the ScrollTo functionality (Ariel Flesler) to present a number of sections, all accessible by the main menu which gives that lovely scroll when the items are clicked. I've noticed an issue, however: If the user manually scrolls the page after clicking one of the main menu items, that particular menu item seems to become inactive. The other menu items continue to function, but the one that triggered the last scroll event remains
Multiple Show Hide Menus that respond separately?
MENU 1 - Clicking this shows menu Items for only menu 1 menu item 1 menu item 2 menu item 3 MENU 2 - Clicking this should not hide menu1 or open it menu item 1 menu item 2 menu item 3 Both menus should be able to be open while the other is open but they should open separately from each other. I'll need 3-4 menus on some pages. What is the best way to do this? This menu is responsive so the MENU 1 and MENU 2 will be hidden until called. Just the menu items will show till the screen width is smaller.
Using Supersized plugin making images SEO friendly?
Hi Everyone, I'm still a newbie and currently using Supersized 3.2.7 plugins seen here Supersized 3.2.7 The option doesn't show or offer Alt tags for the images. I'm trying to make the images more SEO friendly. jQuery(function($){ $.supersized({ // Functionality slide_interval : 3500, // Length between transitions transition : 1,
jQuery Gallery "Loading"
I like the way these galleries turned out, visually and interactively: http://www.thomashanser.com/product.html Except for one small issue - it takes too long to load the entire gallery. I thought I'd post a question before I start experimenting with different methods of coding this, but is anyone familiar with loading each image individually, in succession? That way you see the first image while the rest are loading. I would imagine each image has to be wrapped in a div calling the "gallery" style?
Next Page