Don't know how to make Yoxview plugin work
I think my code is ok, but the yoxview plugin doesn't function at all. Here's the code <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Home</title> <link href="../yoxview/yoxview.css" rel="stylesheet" type="text/css" /> <link href="../css/cssdosite.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="../js/jquery.js"></script> <script type="text/javascript" src="../yoxview/yoxview-init.js"></script> <script type="text/javascript"> $(document).ready(function()
Changing the tab should submit the form
We have a 6 step form wizard where we ask user to input some valid data and complete all the 6 steps which works fine. But the problem is, if user wants to change some data which he already entered in one of the steps. For that he needs to run the wizard which is not user friendly. Now we have decided to use the Jquery Tabs where user can just click on the tab and change the values. I have added the tab code in one of the header file <div id="main" class="main"> <div id="tabs">
Hopefully Quick Fix with Cycle Plugin
I'm attempting to make a scrolling slide with navigation. I've figured everything out except for how to get the prev/next buttons to show. I'm trying to use this: http://jquery.malsup.com/cycle/scrollhv.html, but I can't figure how where to add it in my code. Here's a preview of what I have so far: http://christi14.blogspot.com/ <!doctype html> <style type="text/css"> .slideshow { height: 232px; width: 232px; margin: auto } .slideshow img { padding: 15px; border: 1px solid #ccc; background-color:
validation 1.9.0: remote error appears, even if input is valid
Hello, im using the validation plugin 1.9.0 and jquery 1.8.0. When im using the remote option to validate input and the validation fails, the error message is still alive even the callback of remote ist true. The validation without remote is working fine. The php script is sends json true or false back if( $slc == "v.menge" && $arr["menge"] != $_POST["menge"] ) echo json_encode(true); elseif($slc == "a.artikelnr" && $arr["artikelnr"] == $artikel) echo json_encode(true);
Add message for when name attribute is omitted
It took me a while debug this issue of having the 'name' attribute omitted, and since posting about it on SO, I've had a few people vote for it so I guess it's a common problem http://stackoverflow.com/questions/12399008/jquery-validate-uncaught-typeerror-cannot-call-method-getattribute-of-undefin
Table Sort problems sorting Dates and Numbers
I am using tablesorter.com as my reference for setting up Table Sorting, and while the demo works great within my stuff it does not seem to sort the dates correctly or the numbers, as an example, this is what I get when sorting one colunm? Do I have to define the format of the date? Or when I try and sort numbers. Only Question I have is I am dynamicially creating the Tables in PHP, reading the data from a database or xls file gives the same results. Numbers 9999999 999999 952 900 750 7050 7000
How to add style in textarea
When you type @ in facebook's textarea and select the name you want, it will add the name into textarea with some style, any jQuery plugin can do this?
Ajax not working
Hello All, I am trying to use ajax to post variable to a different php page. But for some reason it is not working. I used the following code $.ajax({ url: "phppage.php", type: "post", data: {"variable":"value"}, }); In the php page I am accessing it using: $variable = $_POST['variable']; when I echo the variable, nothing is outputting. I am not able to figure out where is the error. This is the first time I am using ajax. Please help me. Thanks
dialog won't display theme css images
http://pearlwood.com/dialog/dialogTest.html a working dialog without any images or modal overlay image I have been working on this for a long time. I have been told the css referencing is wrong and that I need to to step back one directory level before looking for the images like this 'background: url("../images/ui-bg_h' but this fails as do may other attempts at referencing the images folder. I think there is something else going on but I can't find it. Please Help
PDF Online Forms - Can the data be submitted via aJAX -jQuery
The government makes forms available in PDF format. We want to use those forms and save the data to our backend. PDF has a means exporting the input data to XML or CSV for upload to the web server. Anybody ever tried to wrapper the form with a tool for submitting the inputs via aJAX? TIA TheaterOnline.com
BlockUI display wrong on IE9
Hi, Everyone I try to use BlockUI to build a web site, but I got some problem while using IE 9. the block zone is a ifram. the wrong display below, plz check the dialog place on other browser, FF15.1, Chrome, IE8, it works fine. a very simple code following, write on a onclick function with a image tag $.blockUI({ message: $('#esCheck') }); here is the DIV <div id="esCheck" style="display:none"> <p><label>LoginID:</label><input type="text" id="esCheckName" /></p> <p><label>Password:</label><input
Anchor Link in Accordion Header
I am attempting to activate an anchor link in my header without success. I understand that accordion overrides the href in the header. But can I somehow bind an event to launch this link. I am trying to launch the following href in my headers which moves a map in the background while also expanding the accordion. <a data-control="layer" href="#guilded"> This link works fine outside of the header, but not in it. I've been trying to find a solution for days now. Any advice would be appreciated.
Can I add?
Hi Everyone, I'm using the Following Code <script type="text/javascript"> $(window).ready(function() { $('#multipage').multipage(); $('multipage').submit(); }); function generateTabs(tabs) { html = ''; for (var i in tabs) { tab = tabs[i]; html = html + '<li class="multipage_tab"><a href="#" onclick="return $(\'#multipage\').gotopage(' + tab.number + ');">' + tab.title + '</a></li>'; } $('<ul class="multipage_tabs" id="multipage_tabs">'+html+'<div class="clearer"></div></ul>').insertBefore('#multipage');
jQuery Cycle Plugin Caption Issue
I have the following test code: <div class="pics"> <p width="191";>These are the colors available. Click on a picture to see more information</p> <a href="A"><img src="images/black.jpg" width="191" height="143" alt="Black" /></a> <a href="B"><img src="images/blue.jpg" width="191" height="143" alt="Blue" /></a> <a href="C"><img src="images/pink.jpg" width="191" height="143" alt="Pink" /></a> </div> <p id="caption"></p> <script type="text/javascript"> $('.pics').cycle({ fx: 'fade', timeout:
jQuery plugin Validation
http://bassistance.de plugin has suddenly re-emerged after years gathering dust and with it is a request for donations. At one stage this project filled me with optimism, but now it seems oversized and outdated, particulary now that HTML5 has introduced it's own flavour of validation.
Odd behavior of Validation plug-in on my new computer
I transferred my localhost development from a WindowsXP PC to a Windows7 PC and everything is now working except for Validation plug-in strangeness. In the old WindowsXP computer on Firefox 15, Validation works. In the new Windows7 computer on Firefox 15, the page will not load and I get the Firebug Console message TypeError: jQuery.validator is undefined jQuery.validator.addMethod(On this same Windows7 computer, the page loads and Validation works in Chrome and in IE8, but not in FF15. I load
Supersized - change slideshow images when user clicks on a link
Hi ! I'm using supersized (http://buildinternet.com/2011/07/supersized-3-2-fullscreen-jquery-slideshow/) for a website that i'm currently creating ! Do you know if there is a way to change the slideshow images when user clicks on a page link (in this case <li class="toggleSubMenu3">)? That would be really helpful because i'm desperate ! I have been searching for hours... Thanks a lot ! Here's what I've tried (that doesn't work ) - I actually just copied the original script... <script type="text/javascript">
JQuery For Presenting Portfolio Swf videos
Greetings, I have been learning about JQuery and I am developing a website that will showcase swf files. http://www.freecsstemplates.org/preview/refillable/ offers a code that will present jpegs nicely, but isn't compatible with video.
Jquery Slideshow Conflict with MonkeySee Video Ads - SO lost, please help!!
Hi! I run MrsHappyHomemaker.com - and I'm having a problem with the jquery slideshow conflicing with MonkeySee Ads, and I could use any help/assistance I could get. I'm so lost!! I have a jquery featured slideshow that I use to highlight my recent recipes, and since I've added the MonkeySee video ad, I've noticed that it causes my slideshow to not slide on all browsers except for Google Chrome. Why it works on google chrome & no other ones is beyond me. The first image displays in the slideshow,
Changing slideshow transition effect: slide left instead of fade.
I want to use this plugin: http://blog.aaronvanderzwan.com/2012/07/maximage-2-0/ But I want the transition effect to just slide from left to right, or right to left instead of fading. How can I modify this? Thanks!
Can not get localscroll to work for me!
I am new to jquery/javascript and finding myself frustrated that I cannot pinpoint where I am going wrong. I have a html webpage, (simplified code below) with a link and anchor; Link - <ul type=none <li><a href="#bookmark2" STYLE="TEXT-DECORATION: NONE"onMouseOver="show4()" onMouseOut="hide4();"<div id="img4" </div</a ><div><font style="font-size:27px" color="#FFFFFF" face="Broadway">ROOMS</font></div> </li></ul> Anchor - <a name="bookmark2" </a> This works as expected, when i click the link
jquery crSpline - weird animation
Hello, I tried the jquery crSpline plugin (http://archive.plugins.jquery.com/project/crSpline), but I have some weird movement with the last but one coordinate. The top property of the red point goes wild with the last but one position (something like -3000px). Here you can find some code: https://github.com/xseignard/test-crspline and the demo here: http://xseignard.github.com/test-crspline/ Do you see something wrong? Or even better, since the plugin development seems to be dead, do you have an
jquery crSpline - weird animation
Hello, I tried the jquery crSpline plugin (http://archive.plugins.jquery.com/project/crSpline), but I have some weird movement with the last but one coordinate. The top property of the red point goes wild with the last but one position (something like -3000px). Here you can find some code: https://github.com/xseignard/test-crspline and the demo here: http://xseignard.github.com/test-crspline/ Do you see something wrong? Or even better, since the plugin development seems to be dead, do you have an
How to Hide src Ip in frameset generated by Jquery plugin
Hi All, Its many days passed since i am trying to find the solution for how to hide the frameset or frame src attribute that is automatically generated by some jquery function. I have designed a website and have used some jquery plugin so that i can have good image changing effect on the page. I have hosted the site and now when i check the page from outside, and checked browser view page source option , in that my server ip is getting displayed in between the <FRAMESET></FRAMSET> tags in the page
Change background at click - BgStretcher plugin
Hi, first of all please pardon my english ! I'm using bgStretcher plugin for a website that I'm creating. I would like that a click on a menu element (actually on <li class="toggleSubMenu3">Text</li>) changes the background. So I have created a script with the click function and I have copied the Background Stretcher script. But when I click, instead of having the image that I want in background, It shows the background-color written on bgStretcher plugin stylesheet. Please can anyone help me ? I
jQuery Tools Scrollable Plugin - Noob in need of aid!
Hey guys! I picked up some material on Javascript and JQuery about a week ago and decided to mess around with some features that inspired me to learn the language. The page is www.ydyn.net/sbl I am trying to implement a scrollable menu from... http://jquerytools.o...lable/home.html The navigation button on the left named 'tools' is considered the 'intro button' and it has a corresponding tab that should appear when the website loads. The 'intro button' is identified as 't0' The intro tab does not
email validation - custom
HI everyone, I'm new in jquery/java script. i've look the demo about validation. In Plug-in, email validation cannot filter like the example : aussin@gmail.c . mean the email format is invalid but in plug-in cannot cater that email. how to customize the plug-in?? tq..
i want to edit my slider
hello everyone , i make simple slider by jcarousellite but i need to make some thing i need the first visible image to be large what should i do ? or how i can select the first visible image in slider
Disabling Superfish when window is resized. Possible?
Hi i'm working on a new responsive website and was wondering how to remove the class .sf-menu in order to disable it in lower resolutions 768px and below. The superfish navigation will be replaced by a toggle nav that's why.
Easy Slider dynamic height
Hi, I am trying to use Easy Slider plug in to show list of products with images and prices. Height of image products is not pre-defined. So, height of Easy Slider should be the height of content. That is not working in Chrome, although it works in IE and Firefox. In Chrome, Easy Slider works fine if I set its height. But, if height is not specified, Chrome renders it partially and hide part of images. I tried to search for an answer on Google, but didn't find an answer. Even example from http://cssglobe.com/lab/easyslider1.7/01.html doesn't
The forms plugin shows the "complete" option in the examples but does not document it.
I've inferred the usage for the "complete" option via the name and the examples. However, it would be helpful to add that option to the list of documented options at: http://www.malsup.com/jquery/form/#options-object BTW: I think the plugin is very helpful and quite central to AJAX functionality. Perhaps it's worthy of inclusion in the general jQuery AJAX API. Thanks, Ken
Multiple submit buttons in single form
Hello, First of all I must say the validation plugin provided at http://bassistance.de/jquery-plugins/jquery-plugin-validation/ is very great to use in case of its simplicity and its ease of extending. Nice work. :) I have a single form with two submit buttons inside that. I have two section of elements inside the form (e.g. Shipping address details and Billing address details). These sectoin is just logical group of elements like name, address, zipcode, state, etc. Each section has different fields
Integrating jQuery Mousewheel Pack with jQuery Lightbox?
Hi all. I was trying to figure out how to add mousewheel support to jQuery Lightbox (Leandro Vieira Pinho version) and failed. Well, not a big surprise, since I don't have any clue about coding javascript. For those not familiar with Lightbox and Fancybox: Both are picture galleries based on jQuery. Only Fancybox works with jQuery Mousewheel Pack, so it supports scrolling the pictures contained in the galleries by mousewheel, which is not available in jQuery Lightbox. That is, what I want to add.
jQuery colorbox - getting called even after colsing
I am facing a weird problem. I do need to show a popup when checking a checkbox. It works fine, but the same popup appears even during unchecking. if (eminputSelf.attr("checked") == true) { alert('return'); } else { $('#'+needHelpId).colorbox({ title:'',innerWidth:interWidth, innerHeight:innerHeight,close:'shutdown', inline:true, href:popId , onOpen:function(){ $(popId ).show();}, onCleanup:function(){ $(popId ).hide();}}); } Please help. Thanks in advance.
jCarousel Plugin: adding mousEnter or mouseOver
All, I know it may seems easy but im trying to figure out how to have the main image show by hovering the thumbnails. Right now the main image can only be shown if you click on the thumbnails. $(document).ready(function () { //jCarousel Plugin $('#carousel').jcarousel({ vertical: true, scroll: 1, auto: 2, wrap: 'last', initCallback: mycarousel_initCallback }); //Front page Carousel - Initial Setup
Validation question about email
<script type="text/javascript" src="includes/jquery-latest.js"></script> <script type="text/javascript" src="includes/validation.jquery.js"></script> <script> $(document).ready(function(){ $("#emailForm").validate({ rules: { firstname: "required", lastname: "required", email: "email" }, errorElement: "span", errorPlacement: function(error, element) {
jQuery countdown formatting
Hi there I am trying to create a countdown showing only minutes and seconds. This works: http://keith-wood.name/countdown.html $(function () { $('#defaultCountdown').countdown({ until: new Date(2012, 12 - 1, 8), format: 'MS'}); }); However, the resulting string is 125973 - what I'd like to do is add a comma in the correct place so that it reads: 125,973. If anyone has any pointers I'd be most grateful.. thanks!
Jquery Mega Menu color overlay
Hey Everybody. I use the Jquery Mega Dropdown menu on my website but I wish to achive a funktion, where the website gets a overlay when the subcontainer is vissible. You can see what I try to achive here: http://www.novonordisk.com/ Anybody who can give me an idea?
How do I make the SlideTo plugin start automatically on its own and in a loop?? please help
Hello everyone, I'm trying to use a "slideTo" jquery plugin in a micro-site Im developing, it's working fine, only there's one issue, I want it to auto start. Im kinda new to this, but I usually search and search and play with the codes, only when Im desperate do I come and post a question, I tried setting a play interval?? but that only happened on a click. also, in this same slider I have content that I do not want to slide with the slider (so they can appear on the following slide but I don't
How to rotate and then change a image in ie7 & 8
Hey I'm making a "universe" for a client, and they would like to have 8 images rotate when you click on each of them and when they reach 180 degrees should be changed into a new image and back at 0 degrees again switch to the first picture, I've got it to work in chrome, mozilla even IE9 but in iE7 & 8 I run into problems. http://jsfiddle.net/L4sWQ/51/ Is there anyone who can help me with a solution? I use the plugin: jQueryRotate - http://code.google.com/p/jqueryrotate/wiki/Examples
Next Page