Validation based field id rather than field name ------ jQuery validation plugin
By default jQuery validation plugin validates form fields based on name of the field. I want the plugin need validate based on field id. http://bassistance.de/2013/03/22/release-validation-plugin-1-11-1/
JQuery File Upload on IIS running PHP - 405 Error
I just install "JQuery File Upload" plug-in on an IIS 7 server running PHP. I am getting a 405 error, which is a POST error when I "Start" the upload. When a look at the log it is showing a POST to /server/php/ without calling any program. I think the plugin is designed so that it assumes that the web server will run the default file that is located in /server/php/. I'm guessing that this would be the UploadHandler.php - but it is a guess, I'm not sure. I've tried debugging in Chrome so that
How to clear the cache and destroy sorter,pager in tablesorterpager - (v2.14.1)?
Hi There, I am facing an issue with the latest tablesorterpager plug-in that my data is cached even if i try to destroy/updateall, here is what i have tried, $('#tablechart').trigger("destroy").trigger("destroy.pager"); $('.pager *').unbind("click"); $('#tablechart').tablesorter({ -- configurations }); $('#tablechart').trigger("updateAll"); Can anyone please suggest if you had come across this? Thanks
Plusslider plugin implementation:jquery plusslider arrows are not display except on mouse hover.
hello..i am using jquery plusslider with easing plugin..it is work well for me except one thing that is it doesn't dispaly the arrows by default.it will only display arrows when the mouse hover of it. so please tell me to see arrows by default.
[jQuery Validation Plugin] Conflict with Film_Roll plugin when adding a .rules to an element
Hello, I am using the Film_Roll plugin (https://github.com/straydogstudio/film_roll) It stops working when I try to add a rule to an element as indicated in: http://jqueryvalidation.org/rules I have tried inserting the code in different places but it always breaks the Film_Roll plugin. If you need any more info, please let me know.
Append html with executed code in the embedded script tag
Hello, jquery tools forum in now unaccessible so I post my discussion here for now. I'd like that the code in script tag of the HTML appended in body (line number 13), to be executed Here is the code : <!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" xml:lang="fr" lang="fr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>mypage</title> <script type="text/javascript"
Relocating jstree’s themes
Hi, I am using jstree (jstree.com) and it comes with default themes located directly under where the jstree script is located. For me this is in the Scripts folder. So I have /Scripts/themes/classic. I wish to move this folder to /Content/themes/jstree/classic I read up on the jstree docs, which states to simply add the “url” attribute under the themes section in the config file. The docs state: url: A string (or false if not used). Default is false. The location of the theme's CSS file, if set
Make Jquery Cycle start on a random slide, but still run in sequence
Hi, I've used Jquery Cycle to build the following page: http://satherley.com/together.html As you can see the slides run nicely in sequence with a clickable navigation. I would like to be able to run this slide show from a random starting slide on each page load, but for the slide show to remain in sequence and not load random slides thereafter. I'm sure this is doable - but the only random syntax I've found for this plugiin loads just random slides, out of the running order, which makes the navigation
jQuery SVG Plugin: Conflict issue with extension "jquery.svgdom.js"
Using jQuery SVG plugin (ref http://keith-wood.name/svg.html). Description of issue There is a conflict using the plugin extension "jquery.svgdom.js" along with jQueryUI library. If you add those libraries and initialize the tab widget then there will be en error in the console complaining about "jquery.svgdom.js". I'll paste image below of error message (using firebug): Question about svgdom.js On authors website he said that he made modifications to the jQuery code file but the last time he did
Superfish Menu text off-screen
Hi. I recently realised that I was a few versions behind on my Superfish menus, so I'm in the process of upgrading and rebuilding the CSS to match the existing layout. Part of a spring clean to update all jQuery across all sites. The old version used to have a supposition plugin support (which if I recall was in beta). Including this would stop drop-down menus from flowing off the screen. The latest version doesn't include this, and doesn't seem to mention it. Does anybody know if there are any
Different effects on elements inside jQuery cycle
I have a slideshow using the views slideshow module in Drupal which uses the jQuery cycle. Inside the slideshow I have four fields (classes are defined below) - Image (.views-field-field-homepage-slider-image) - More info button (.views-field-field-more-info-link) - Title (.views-field-title) - Text (.views-field-field-homepage-slider-text) I need the image and button to slide and the title and text to fade in and out. All elements need to be in sync. I am looking for the way to define this inside
Plugin to add emails into a textarea the same as gmail
Hello, please somebody who knows about a plugin to add several emails into a textarea and so to send the same message to several contacts like gmail, I tried out some like this: http://ivaynberg.github.io/select2/ , but I was not able to do it works. Excuse my english and thank you.
Tablesorter @ sort image
First of all, sorry for asking this... probably has already been answered, but I can't find a solution. I'm using the tablesorter plugin with this simple table: table @ pastebin I need to sort the second column, using the alt or title parameter. I have to write my own parser? I don't have any knowledge of javascript, so I really don't know how to do it. I'm using jQuery 1.5 and the last tablesorter. Is there a better way to sort tables or another plugin? Thanks in advance PS: Sry for my english.
Can't remove cancel buttom from star rating plugin
I'm using the latest version of the star rating plugin from http://www.fyneworks.com/jquery/star-rating/ I have added the following to my document ready function, but the cancel button still shows. What am I doing wrong? $('input').rating('required', false);I'm getting this error in Firebug $.fn.rating[arguments[0]] is undefined
jquery tubular: execute some code after video playback
Hello there, I'm using a wordpress theme which has a fullscreen video background (using tubular for this feature) or an optional fullscreen slideshow. The client wants the fullscreen video, BUT when the video is over he wants to continue with the slideshow. So....I would need to detect in some way when the video has finished playing and then execute some php code to setup the new background....anyone has a solution for this? I'm pulling my hair off....
Jquery Validation Engine custom messages issues
Hi, I am using the jQuery validation engine plugin from posabsolute. (https://github.com/posabsolute/jQuery-Validation-Engine). I am running the following code: <script type="text/javascript"> jQuery("#frmuserdata").validationEngine({'custom_error_messages' : { '#cemailconfirm' : {'equals': {'message': "Emails do not match."}}, '#cpasswordconfirm': {'equals': {'message': "Passwords do not match."}}, } }; </script> <script type="text/javascript"> $(document).ready(function(){ $("#frmuserdata").validationEngine('attach',
Validator plugin with text "required" in each required input field
Hello people, I have a question about the Validator plugin. My clients requires to have the word "required" on each of the required fields. But of course, when I set the value to "required", the plugin understands that the field has content, hence it bypasses it. How could I add the text "required" and still make the plugin to work when the form is submitted. Thanks a lot. Dani Szwarc
Text truncation (trunk8) using on() instead of live()
Hi, At my text truncator at http://jsbin.com/okahum/13/edit how do I replace live() with on() for "read more" and "read less"? Here's live() working on an old version of jQuery: http://jsbin.com/okahum/6/edit Thanks.
Dynamically updating tablesorter? Two problems
I have an empty table and I use tablesorter: $("#hourly-table").tablesorter(); Works beautifully. Every 30s I delete the contents of the table and add new rows. I then do: $("#hourly-table").trigger("update"); it *seems* to work except for two problems: 1) Clicking a sort title correctly sorts the rows, but the odd/even zebra striping is wrong and is only fixed when the update is triggered 2) Tablesorter seems to be caching the rows I delete. They don't re-appear but after a short period of time
Call jAlerts from Google
I will change all the alerts in a Website with jalert of jQuery. I have been programming that. In this Website I called jQuery.min from Google and "migrate" from jquery.com, but I couldn't call jquery.alerts.js from Google, so I have to call it only from one of my servers but I don't want to do it. Knows somebody knows the correct link?? What do you think is wrong in my code?? bellow you can find the call's code: <head> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
SimpleSliders.Net - jQuery Sliders in Asp.Net
Dear All A nice .NET library which contains four jQuery Sliders. It can be easily integrated in asp.net projects. http://codecanyon.net/item/simpleslidersnet-jquery-sliders-in-aspnet/5222359 Thanks
Shuffling Testimonial from 2 sites
Hi, I have a home page (synergy) which has 2 separate links to different sites (synergy/london and synergy/india). There are testimonials on both the sites. I want a randomly rotating testimonial on both the sites which takes testimonials from both sites and shuffles them. Can someone please help me as to how to go about it... Thank you
accordion - close menu item before open
Hello, I would like to make what seems to be a minor change or update the accordion plugin. When opening a menu item I would like the already opened item to close first, and then open the newly selected menu item. Is it possible to do this?
using jquery file tree to access the mounted share
I am trying to access files in the mounted folder using jquery file tree. I was wondering if this is possible. I am using PHP script to pull the data. I am able to browse the folders on my local machine using jquery file tree, but I can't seem to access the files in mounted folder. I can see that the folder and the files are mounted. I am mounting windows share on linux server. Any help will be appreciated.
Responsive text truncation (trunk8) without jQuery UI Resizable
Hi, Is there a way of doing responsive text truncation (trunk8) without using jQuery UI Resizable? http://jsbin.com/okahum/13/edit Thanks.
Embeded object not responding to the click event
I have Div that when clicked the div inside rotates, like a playing card one side showing the face the other back, see this tutorial http://desandro.github.io/3dtransforms/docs/card-flip.html I have it working perfectly fine and it rotates when I click it, then I embeded another page into the 'back face', it's a work report. Now when I click on the report it doesn't click back. Can jquery respond to a click event on a clicked object, or can I put something transparent over the top??? here is my
$.access
Hi guys, I've found a method in the main jquery file which has the line: return $.access( this, function( elem, method, val ) { Can anyone tell me what $.access does? I can't find any reference to it in the docs. Is it a native js method, maybe? I can't find any access to that either! Any help would be appreciated... Thanks James
Jqgrid
Dear friends, I'am developing a new project on billing system so i need grid. the grid features are data retrieve from the database, it is a pop-up window, add new row (multiple row) and connect to database. Thank u advance..
Video Stop Problem
Hey, I'm having a problem on a portfolio site using jQuery. http://denizkurtel.com/theintrospectaculareurope.html at the slider place after the photos there are videos ( streaming from vimeo ) when you clicked play and opened the video and after from the buttons go to another photo the video keeps running and giving its sound at the back. I want the video stop after moving to another photo at the slider. I tried from here and couldnt get a positive result : http://jsfiddle.net/deshg/8CV2S/ Need help
jQuery UI autocomplete combobox validation issue
Hey all! I'm having some issues getting jquery validation to work with the jquery ui autocomplete combobox. I can get it to work, but only if I have just one of these comboboxes on my page. If I have more than one, it will only validate the first one on the form and will use the last custom message that I added for another combobox. Here's some code to show what I mean: $("#WithdrawalForm").validate(); $("#expenseCodes").rules("add", { required: true, messages: { required: "You must
[jQuery Validation 1.11.0] metadata vs data-msg/data-rule
Hi, I realize that validation 1.11.0 has remove support for metadata plugin, replace with data-rule- and data-msg- but I can't find the usage document for data-rule and data-msg Also, it doesn't support IE7 (non HTML5 browser) Please help.
jQuery Star Rating Plugin v4.11 - Activate Titles
Hi I am using the above Star Rating system on a clients website. I have it displaying the title when the stars are hovered over, but want them activated when a user clicks on a star. So if a user clicks on a 3rd star it shows, and KEEPS displaying, the text "Poor" and doesn't revert back to "Click to review". What do I need to add to the following code to make the title text active: <script type="text/javascript"> <!-- $(function(){ $('.rad1-star').rating({ focus: function(value, link){
2 scripts
Hello! Iam using two scripts - Nicescroll and fancybox, but I have a problem, only one of them are working. Maybe someone on this forum could help me to solve this problem, I'am a starter in webpage creating and Iam learning. Heres my code, maybe theres a mistake? <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script> <script src="jquery.nicescroll.js"></script> <script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script> <script type="text/javascript"
Quicksand Link Ajax Problem
HI, I use this plug-in with ajax mode to display a tree of products. Each product has a link to other sub products. On the first return, however, the links are no longer handled by the function and the page is changed without going through the quicksand. In other words, only the links in the page source quicksand works fine, with links instead imported the links become standard link. I use this function. Every product have a "href" with class="icobutton" $('a.icobutton').click(function(e) { $.get(
how to display pdf file in new window using jquery ?
Hi All, Is there any plugins to display pdf file in new browser window. Thanks & Regards, Nazeer.
superfish ul/li layout
Hello, Im trying to use the superfish menu builder.. What is the layout with ul/li. I have: <ul class="sf-menu"> <li>yada</li> <li>yada</li> <li>yada</li> </ul> <ul class="sf-menu"> <li>yada</li> <li>yada</li> <li>yada</li> </ul> It's displaying, but the menu is displaying vertically with all options listed. The style is being applied but none of the hover events are working ...
optimization of a web sprite animtion for mobile devices.
i have made a web page with some sprite animation in it. this animation is based on the sequence images, so i used 100 .jpg images to make my object turns around. you can see it here http://www.akkromedia.com/Temp/360degre/originalweare/weare.php the plugin i used to make this effect is threesixty.js any suggetion how could i optimize this king of animation for the mobile devices.
Star Rating title
At the moment the star rating titles are 1,2,3,4,5... How can I change it to: 1 star: Very Poor 2 stars: Poor 3 stars: Average 4 stars: Good 5 stars: Very Good
LOVE your plugin jquery-pin-it-button-for-images/ but having this problem
It has installed nicely and the pin it button is coming up but when I actually pin it this message is coming up. If I manually use my dashboard pin button it works so think it is a bug (if thats what you call it) Can you help?! Whoops! Your image is too small. Please choose a larger image and try again. OK
jQuery SVG and IE
Hi everybody, Using jQuery SVG plugin (ref http://keith-wood.name/svg.html). Description of issue 1 When I am updating href attribute of images inside a svg image, nothing show up on IE but it works on Firefox and Chrome. Ex : $('#toto', svg.root()).attr('xlink:href', '/images/toto.png'); Description of issue 2 I can't catch click event of images inside a svg image on IE but it works on Firefox and Chrome. Ex : $('#toto', svg.root()).on('click', function() { alert('toto'); }); Thanks
Next Page