Alignment of images in slideshow
Sometime ago, I used a Jquery script to help me out with a friends website. I had needed a way to replace a flash embedded on her homepage. I used a script (wriiten by John Resig in 2009) Jquery Javascript library v1.3.2 and followed the instructions to insert a slideshow in a web page. The URL is www.deborahklein.net The problem I have is that the images appear to left align within the table, they do not all appear centered in the page as they scroll through. I looked up John Resig's webpage and
Uncaught TypeError: Object [object Object] has no method 'cycle'
Sorry for the double post. forgot to add website: http://winstonduke.com and the error i'm getting is: Uncaught TypeError: Object [object Object] has no method 'cycle' Not sure how to solve this problem.
Redirect to a web site and close the InfoPath from a button
I’ve implemented the below solution on two different InfoPath forms for a cancel button to re-direct to the main page. Publish the InfoPath form to the SharePoint, then create a web part page, add the InfoPath form web part and select the form you published, then add a content editor web part. Then press F12 of the web part page to get the button id in the InfoPath form web part. Then add the following JQuery code in the content editor web part HTML source. <script src="http://code.jquery.com/jquery-latest.js"
Ajaxqueue plugin license?
I'm trying to package some software for Debian which includes jquery.ajaxqueue.js, and I'm checking on licensing conditions. The file begins with: /** * Ajax Queue Plugin * * Homepage: http://jquery.com/plugins/project/ajaxqueue * Documentation: http://docs.jquery.com/AjaxQueue */ /** But the first of those webpages does not exist (perhaps it's something to do with the server crash a few years ago). There is a link to it from the brief discussion on the second webpage. Does anyone know who
New to jquery plugins
Hi - I'm extremely new to jquery plugins and I'm having a hard time trying to go through a few examples of the current book I'm reading in order to get them to work. If anybody could point me in the right direction well just explain how plug ins work and are called that would be great. What did I do wrong because I'm just not seeing it. <script type="text/javascript" src="jquery library/jquery.colorbox.js"></script> <link type="text/css" media="screen" rel="stylesheet" href="css library/colorbox.css">
Conflicting scripts - need help
Example of the problem: http://www.yun0.net/slidertest/test1.html I need two things on one page: a) the fancy collapsible div effect with fancy buttons that toggle "show/hide" accordingly. b) a fancy page transition effect I've found the following two scripts that have the functionality I need: for a): Animated collapsible DIV http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm for b): Non-Jquery Page Transitions lightweight http://www.fasw.ws/faswwp/non-jquery-page-transitions-lightweight/
check that at least 1 checkbox is checked using jQuery Validate plugin
I'm trying to ensure that at least one checkbox is selected. I'm using the query validate plugin. here is the checkbox html <!-- Checkbox --> <div class="control-group"> <label class="control-label" for="checkboxes">Checkboxes</label> <div class="controls"> <input type="checkbox" name="checkboxes[]" id='checkboxes' value="Students">Students<br> <input type="checkbox" name="checkboxes[]" id='checkboxes' value="Alumni">Alumni<br> <input type="checkbox" name="checkboxes[]" id='checkboxes'
Validate dependent select boxes with validate plugin
Hi, I'm trying to validate two dependent select lists using JQuery Search Plugin, without success. The classes I've to transform in requested are sid_list1 and sid_list2. Here's the script <script text= type='text/javascript'> var $j = jQuery.noConflict(); $j(document).ready(function () { $j("#XTspSearchForm132").validate({ // other rules and options, }); $j('.sid_list1').each(function () { $j(this).rules('add', { required: true, messages: { required: "your custom message" } }); }); $j('.sid_list2').each(function
Using a JQuery Tooltip with telerik tree
Hi, I am trying to implement a jquery tooltip for each node of a telerik tree. Please help me out.
Jstree always_copy not working when copying nodes between trees
Hey everyone! I am really stuck on a jstree issue; I have 2 trees a “source” tree and a “destination” tree. The “source” tree is a flat tree that contains nodes that I wish to drag over to the “destination” tree to build it out. But, after the drag I need those nodes to stay so I can reuse them. Now, if I press the control key down before and during the drag it will perform a copy function and leave the source node. But, I don’t want to have the user do this; I would like the tree to always copy.
Bassistance validation plugin
Thanks in advance for your help! I have a form which successfully uses the bassistance validation plugin to highlight required fields. Currently all fields with class="required error" are set to always flag as required if no data entered (mainly textarea fields) The requirement now is for some questions which have a yes/no radio button. If user selects Yes the textarea asking for more information needs to be available and a required field, if user selects No this is not required. Having scoured around
Validation Plugin - v1.11.0 Remote Validation Not Showing JS Message
Hi, I am learning JQuery Validation. It's great. But I am having problems setting the message for remote validation through the rules and messages options. The message works fine when coming from the server. But I would prefer to keep all the messages together in javascript. If I do not use the server message, only 'false' appears in the error label. And the remote message set in js options is ignored. I have tried to follow the pattern found in the Milk demo. How can I fix this? The messages
DatePicker and JSON autocomplete stop working after 5 minutes
Got this from a client. I was wondering if anyone ran into the problem and/or has a fix for it. I'm having a problem where 5 or so minutes of inactivity on the page pass by, the datepicker will appear but don't update the textbox after selecting the date. Also, after 5 minutes of inactivity, the JSON AJAX auto-complete stops showing up. Using IE v8.0.6001.18702
jquery autocompele
i'm using jquery autocomplete. When focus shifts to anywhere from textbox(on tab press or mouse click), i need to select first matching value from the list of values returned by autocomplete method. for eg: if i typed "ana" and the list contains "Anant" then if i press tab or mouse click to anywhere then that "Anant" should be selected in my textbox. any idea??
Popup Div hide in jscrollpane
I am using simple css of show hide div but my last popdiv is not visible ..in my jscrollpane container. Hover on last share link the popdiv is not visible <div class=" scroll-pane"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="product_resulttable"> <tbody> <tr> <td>03 Oct,2012</td> <td>25,500</td> <td>xxx</td> </tr> <tr> <td>03
Jquery plugin or framework
Are there any jquery plugins or framework available for bringing about responsive web design. A website that I create should dynamically detect the device size and orientation and change its display and layout and be responsive. Does jquery support any plugins for this ?
Styling a jQuery Datepicker control
Hi, Im looking for an easy to implement jQuery DatePicker control for my site, I've found a list of different ones here but none of the designs fit my site, does anyone know which ones would be easy to restyle and how I would go about it?
How to save star rating results form the jQuery star rating plugin, to a JSON file?
Is there a simply way to save ratings to a JSON file?
jquery cycle scrollright not working?
i downloaded jquery cycle plugin and added it to my site when i used fx as 'trundown' it worked fine but when i used fx as 'scrollright' its not working? <script type="text/javascript"> $(document).ready(function () { $('.pics').cycle({ fx: 'scrollRight', next: '#pics', timeout: 0, easing: 'easeInOutBack' // choose your transition type, ex: fade, scrollUp, shuffle, etc... }); }); </script>
Unable to display jQuery scrollbar in html
Hi I am new to this forum, and new to jQuery, I am trying to implement jQuery custom scrollbar using jquery scrollbar malihu plugin, wondering what's wrong with my html page jquery-scrollbar.html <!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" content="text/html; charset=utf-8" /> <meta name="viewport" content="initial-scale=1.0"> <title>jQuery
jQuery Cycle pager after image
Hi, I really like this plugin and it seams perfekt. Unfortunatly I can't manage to get the pager after / beneath the actual image. My code until now is: jQuery('div#Malerei').before('<div id="nav">'); jQuery('div#Malerei').cycle({timeout: 0,height: 350, pager: '#nav'}); I would be really thankful if someone could give me a clue. It might work with the option pagerAnchorBuilder, but I don't know how.
I am using two jQuery plugins on my page, when one runs the other stops working?!
http://www.ruesterprod.com/rpjstest/ On the above page I am using Quicksand and Videolightbox jQuery plugins - when you first load the page, click on one of the video thumbnails and Videolightbox does it's thing, BUT when you click the button labeled "Commercials" at the top (Which triggers the Quicksand plugin and filters the videos) then if you click again on one of the video thumbnails, videolightbox stops working and just brings up the Youtube link... I'm pretty sure this has something to do
Focus to first tab that contains invalid inputs
I am trying to validate a form and focus on the first tab that contains a invalid input using the jQuery Validate plugin.
Accordion 5-column table over 1 row worked; but not 2 rows. What am I missing?
I successfully adapted the code from: http://css-tricks.com/grid-accordion-with-jquery/ and got it to work fabulously. However, the powers that be wanted - instead of 1 row of 5 items, they want 2 rows of 4 columns. Now the bottom row doesn't work. The little hand appears looking like it's going to link to something, but nothing happens. What am I missing? I've been searching, trying different things for days, and wasting precious time. This has to go 'live' 2/11, and I'd much rather use the
Superfish submenus not working on internal pages
Hi Folks, I got superfish with supersubs on my site. Everything works great on the home page, but in internal pages, sub-menus just don't show up. I don't see any JS error and the problem is universal to all browsers. Can someone please point me in the right direction. The site address is http://clients.fizmedia.com/coh The "About Us" has a drop down menu. It works perfectly on the home page, but the moment you navigate to an internal page, the drop down stops working. Thanks, Mansoor.
Problems with BLockUI andfollowing popups.
In using BlockUI, I found that if I showed a dialog and then very quickly after that, showed another I was left with a partial window which I couldt remove. I tried lots of UnblockUI placements in the events etc with no luck. So, I decided to create the DOM elements dynamically and give them unique names which I would use for the dlalogs and then use an OnUnblock call to remove the unique DOM elements. this worked perfectly. So I share with you here. These are for use with themeRoller and
Using BlockUI inside IE8 on SharePoint 2010
Hi, I needed themeroller support inside IE8 when using it on a SharePoint 2010 page. With BlockUI the overlay opacity just would not work when displaying a dialog. I could get the overlay working without themeroller support but not with theme = true. So I added an additional setting: themeOverlay (true/false) and a couple of lines were changed inside the js file. I include these here for those who have the same problem. Essentially, it allows themeroller support for the dialog, but uses
Jquery Cycle Plugin and Png Transparency in IE8 and IE7
Initially for this page I was using Simple Gallery Controls for this page which used jquery and worked fine. However since switching to jQuery Cycle Plugin I notice the gallery displays artifacts in the images as it cycles through them. Is there anyway that I can fix this for IE8 and IE7?
JQuery not displaying properly on iPad 4th generation
I'm using the following javascript to create a decision tree app with functions to hide and show tables. The script works perfectly when imported and displayed on an iPad 1st gen, but the very same code does not display the javascript action (html table opens when selected and drops down to the next table) on an iPad 4th gen with Retina display. Is there something I need to add to the code or is the script src/jquery version correct to be compatible with 4th gen? Please see below. Thanks for your
Fyneworks jQuery Star Rating Plugin not working properly with .Net MVC2 second page in the same View folder
I am having issues with Fyneworks jQuery Star Rating Plugin not working properly with .Net MVC2's second page. Background. ========== * using MVC2 * using a Master Page. * MVC View folder: BLAH1: *Index.aspx *Foo.aspx *Star.gif image is located in my project "../Images/Star.gif" * Fyneworks jquery located in my project "../Scripts/jQuery.Rating.js * Fyneworks css located in my project "../Styles/jQuery.Rating.css" Description of the Issue: If I go to Blah1's Index.page and use the Fyneworks
clueTip + Infinite Scroll
Hello, everbody! I have following problem... I want clueTip( http://plugins.learningjquery.com/cluetip ) plugin to be able to work with Infinite Scroll plugin (http://www.infinite-scroll.com/infinite-scroll-jquery-plugin/). New elements that are loaded through Infinite scroll plugin loose their clueTip behaviour. Now, to be able to work with Infinite Scroll a specific callback function needs to be added to Infinite Scroll script to return clueTip proper behaviour on newly loaded elements. Something
Enable/Disable jQuery Cycle
I've used cycle quite a bit in a number of implementations, and feel fairly comfortable getting it to do what I want but today I had a request that I'm not sure how to approach. Imagine a very basic setup is cycling between, lets say, 4 items. Can an on/off toggle button be inserted that would allow users to disable cycle and send the content back into it's normal flow in the document, or in other words reveal all the content blocks? So if a user wanted to sit and watch them all cycle that is great,
Errors in jQuery Validation Plugin v1.10.0
additional-methods.js v1.10.0 has errors in it. Safari web inspector reports 1 error. JSLint reports 51 errors. When I include the plugin as a separate file, it still shows errors, but works. But when I combine all JS files into one, including additional-methods.js breaks the rest of my code. Plugin page: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ File in question: http://ajax.aspnetcdn.com/ajax/jquery.validate/1.10.0/additional-methods.js Latest version is dated 9/7/2012. Wondering
jQuery Paging Plugin submitting 1st page even when it is null
I am using this plugin jQuery Paging Plugin (https://github.com/infusion/jQuery-paging) The issue with the 'page' option. Though I am setting it to null, onSelect gets triggered with page=1 How can I solve this issue, is it a bug? Regards,
Jquery Form Validation Checkboxes
Hi, My first post and new with jquery. I'm trying to implement the validation plugin. I've managed to make the code working in a separate file but once I implement it to my main file it just doesn't work. This is how i generate my checkbox. <form id="formID" action="go.php" method="post" > <?php $result = mysql_query("SELECT * FROM tbl_category order by name "); $i=1; while($row = mysql_fetch_array($result)){ echo '<input type="checkbox" class="validate[minCheckbox[1]] checkbox" name="categories[]"
Using Multiple Slide Out Tabs
Hi I am new to JQuery and coding as a whole but do have a very basic knowledge... I have added a slide out tab to my site which worked perfectly. I would like to use 3 slide out tabs on my site but i am finding it very difficult to do this. The plugin I am using is the following: http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/ Please could someone let me know what code i would need to add/change. Each tab image needs to be different and if possible i am also looking to add some
MVC Jquery Validation not clear after jquery 1.9
Using MVC 4, .net 4.5, jquery 1.9.0, jquery.validate, jquery.validate.unobtrusive When I have an input using validation the class="input-validation-error" does not clear after the erroring condition is fixed. I tested this with the datepicker and with a regular expression check. I uninstalled jquery 1.9.0 and installed 1.8.x and it works. I noticed that sometimes inputs have class's of input-validation-error and sometimes of field-validation-error. I somewhat suspect the .removeClass is being called
jQuery Gallery
Hi all, Firstly I hope this is the right forum; if not, please redirect me! I've recently started using a template for my photography portfolio that uses jQuery for the gallery. I have no jQuery knowledge, and the gallery is working fine, apart from one thing I'd like to change. I'd like the gallery to change image every x number of seconds (i.e. a slideshow). I've had a look around and I can't find anywhere that really helps with that, so I'm hoping someone here would be kind enough to assist me.
blockUI (v2.42) and IE8 (Err: Message: Not implemented) setExpression
I am having an issue with blockUI (v2.42) and IE8, where I get the error below which points to the setExpression method. I see a similar error submitted few years back and resolved (v2.16?), however I'm still experiencing the issue with v2.42. I'm fairly new with javascript so some help would be appreciated... The current behavior is: - Code is pretty straightforward, calling block() on a div, making a jquery ajax call that updates a jqgrid in the div, and unblocking on success or failure. - My code
JQuery dialog ::: Type Error: b is undefined
<html> <head> <script src="/javascript/jquery-1.8.0.min.js"></script> <script src="/javascript/jquery-ui-1.8.0.min.js"></script> <link rel="stylesheet" href="jquery-ui.css" /> <script> jQuery(function() { jQuery( "#dialog" ).dialog(); jQuery("#dialog").dialog("open"): }); </script> </head> <body> <div id="dialog"></div> </body>
Next Page