Isotope help
Hello people, I am trying to figure out how to use Isotope and Wordpress! So far I am quite lost but managed to get a simple page kind of working for Isotope! I need to know what this line of code does and how it works so I can adapt it to control when the class width2 is added. The main line of code that is confusing me is: if ( number % 7 % 2 === 1 ) { Also this means I need to add a class of .number with a number inside to make some blocks a different size. Is there a way to add random classes
twfile plugin not working in ubuntu 64 bit
Hi, I am working on twfile plugin and it is working fine almost all the versions of Firefox on Ubuntu 32 bit system.But it is not working in Ubuntu 64 bit system. Is there any solution for this issue otherwise is there any updated plugin to work 64 bit system. Please give reply ASAP. Dont mind this is very urgent requirement I hope i will get response soon. Thanks in advance. Venugopalan.S
Jquery Lavalamp Plugin with simple html navigation
Hi there! i want to use jquery and the lavalamp plugin to create a nice animated navigation bar. i found some tutorials on the internet to make this work. i finally figured out how to make it work.. http://www.workaholic4u.com/trash/test/index.html but, i want to navigate trough different html pages, now i havbe the problem, that the animated menu item, always returns to the first button. it should stay at the current menu item. i found so hints, that this is doable by applying a additional class
jQuery validate - validation without element
I'm using validation plug-in with knockout.js and I need to have some 'extra' validation on the array (knockout's observable array). So when user submits a form I need all inputs are validated AND my view model is valid (an array, for example, must have at least one element). Can't figure out the way to do it. Thanks in advance!
jQuery Plugin not working for elements added dynamically
How do I get a jQuery Plugin working for elements added dynamically? I'm trying to add few date pickers to the DIV datesList each time you cick the Add button. The plugin doesnt work for the textboxes that are added dynamically. Can some one please advice? Thank You HTML <div class="datesList"> <div class="date"> <input type="text" class="date-picker"/> </div> </div> <div class="addDate"> Add Date </div> JS $(".date-picker").datepicker(); $(".addDate").click(function(){ var dList = $(".datesList");
Jquery validation select box conditional
Hi, Please check the following code, i wanted to validate "name" select box only when sport select box has some value other than none. <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <title>jQuery validation Test</title> <script src="jquery.js" type="text/javascript"></script> <script src="jquery.validate.js" type="text/javascript"></script> <script type="text/javascript"> $().ready(function() { $("#commentForm").validate({
Date validation not working correctly
Hi everybody I'm new in jquery. In my MVC project most of the validations are done in jquery. All are working fine expect this date field. Let me describe my problem. I have a date textbox, which is attached to datetimepicker. My code is below. $("#DateTimeTextBox").datetimepicker({ dateFormat: 'dd/mm/yy', timeFormat: 'hh:mm' }); For validating this field i'm using this code 'DateTimeTextBox': { required: true, date: true }, Here if we give the date
Slideshow jquery auto slide ?
Can anyone help me? I want auto slide in slideshow html and jquery. How i code it ?
JQuery Cycle plugin issues with IE
I am working on a site that has a few jquery sliders on it, as well as some other functions. However, every few page jumps in IE (and IE only as far as I've seen) the jquery will just NOT load, breaking the page. The parts that won't load SOMETIMES in IE are from the jquery.cycle.all.js file. Javascript from the page will be posted in the next post. The errors the console is giving me are: LOG: [cycle] terminating; too few slides: 1 LOG: [cycle] terminating; zero elements found by selector LOG:
jQuery Tablesorter header sorter bug
I found a bug in the 'disable header sortable' in the tablesorter: in the following page, a method is given to disable a header to be sortable with a CSS class property. It is not working at all. http://tablesorter.com/docs/example-meta-headers.html
SuperFish Jquery menu control not working properly in IE 9
The superfish menu control is not working in IE 9. on mouse over the menu is visible but the moment we scroll down to access the menu the menus dissappear. If we refresh the page then the menu works properly. The issue comes only when we open the borwser and open the page having the superfish control for the first time. This is owrking in all other browsers as well as previous versions of IE (upto 8) Urgent Help required
Uncaught TypeError: Object [object Object] has no method 'validate'
I am sure I am missing something somewhere, but I can't see where. I am trying to use the jQuery validate script but get this error continually. I am pretty sure all the files are in the right place etc. This is in the head: <script src="scripts/jquery.min.js"></script> <script src="scripts/jquery.validate.min.js"></script> <script> $(document).ready(function() { $('#form1').validate(); }); // end ready </script> then my form is as follows: <form action="contact.php" id="form1" name="form1" method="post">
Cycle2 - Get nested images to run
Hi All, I'm trying to get Cycle2 to work. I have a number of extra divs that are between the initialized slideshow wrapper (cycle-slideshow) and the imgs. <div class="cycle-slideshow productpal_slideshow_..." data-cycle-fx="scrollHorz"> <div id="stacks_out..."> <div id="stacks_in..."> <div></div> <img id="productpal_img..." src="resources/testimg.png" width="64px" height="64px" rel="2ndpg.html" alt="Caption1"> </div> </div> ...similar 2nd wrapped img </div> At the moment
Superfish (Navbar): second Navbar under parent
Hi there, I used the searchfunction but couldn´t find an answer. I´ve integrated jquery superfish plugin (NAVSTYLE!) in joomla. No Problem so far. I positioned the list items of the first Nav. Row via css with different gaps between the li´s. f.e: .item-103{ margin-right:45px; } .item-104{ margin-right:9px; } What I´m lookin for is a way to position the submenu not on the very left under the first NavRow, but centerd under it´s parent link (Opener from the first navigation row). I thought
jquery and jquery easing conflict issue
In brief we have no control over the website we need our jquery code to work on . There website uses an old version of jquery 1.4.2 the jquery ui 1.8.24 ui and a plugin called jquery easing 1.3. We need a higher version of jquery 1.7.1 plus. We have put a our code and plugins in noconflict mode but are still getting an error related to the jquery easing plugin Shouldnt the noconflict on our items stop the jquery versin we are using conflicting with the easing 1.3 plugin?
Flickr Gallery - add photo description
Hello everyone! I implemented this jquery http://tympanus.net/Tutorials/FlickrPhotobarGallery/ and I can capture setname and title but I need to get photo description too, so I would like to know if this is possible. I have several days trying to find information and a solution. Hope someone can help me, thanks in advance! $(function() { var api_key = '######'; var user_id = '####'; /* use: Square,Thumbnail,Small,Medium or Original for the large image size you want to load! */ var large_image_size
What is the jQuery Validation plugin's default behavior for onkeyup?
On the documentation page, it says about the "onkeyup" option: Validate elements on keyup. As long as the field is not marked as invalid, nothing happens. Otherwise, all rules are checked on each key up event. However, in my experience with version 1.10.0, validation fires on the element on keyup even before the field has been marked invalid. This results in the premature display of validation error messages. That can't be right... right? Here's some code to demonstrate the issue. Try entering
Localizing jQuery Form Validation pluging error messages?
Hello I need a simple way to validate a form, basically just checking that the user typed something. Several articles on the web recommended the jQuery Validation plugin, so I just gave it a try. It seems to work fine, but 1) is it localized and 2) how will it choose the right language? I assume it's based on how the browser is configured. Currently, I'm running Google Chrome in English: For testing purposes, how can I reconfigure it to check that the jQuery Validation plugin is able to show the
Superfish on Wordpress
HI all Ive tried to integrate superfish into my WP theme, however the run script appears to be erroring. It is stating a uncaught Santax Error : Unexpected token illegal. I have called the js using the wp_enqueue_script in my functions file. And the CSS in the header... The menu CSS appears to be loading, however the indicator on the parent with child isnt. Any ideas? Thanks Kirsty
Autocomplete: two question on the select event data and on the autocomplete object
Let say there is an autocomplete bound to an input element: <input id="myInput" /> <script> $( "#myInput" ).autocomplete({ source: [/* whatever */] }); </script> 1. Is it possible to pass event data to the select event handler? /* is it possible to pass event data as in the .bind method? */ $('#myInput).select({'targetId':'value'}, function(event,data){}); 2. Is there any autocomplete object accessible from the browser debugger at runtime?
Validate plugin accept method not working in IE8
I'm using jQuery 1.8.2 and jQuery Validation Plugin 1.10. I'm attempting to use the accept method on a file input to only allow specific file extensions. Works fine in Firefox but doesn't validate in IE7,8 (all file extensions are accepted). Before posting my code and begging for help I tested the sample form on the jQuery Validation author's web site: http://jquery.bassistance.de/validate/demo/file_input.html -- that also validates properly in FF but allows any file type in IE8. I didn't find any
Defining own Scrollpath
thats my page: http://www.problemgesicht.de/abendbrot and i want to go vertical to the brown div -> than 5 divs to the right (while scrolling downwards) and than go on vertical to the end. vertical -> horizontal -> vertical ! i thought about http://joelb.me/scrollpath/ or http://johnpolacek.github.com/superscrollorama/ but i cant figure it out....!!! what i want to do is: on a vertical-scrollable page i want to scroll horizontal a few divs and than go on with vertical scroll to the end! is this possible?
Referencing the current slide when using jQuery Cycle
Hello. I'm currently using the jQuery Cycle plugin to control a slideshow and am using the 'pause' option and the 'paused' and 'resumed' callbacks. Within the callbacks, how can I reference the currently active slide? I want to fadeIn a child element within the active slide and, when 'resumed' to triggered, fadeOut. $j('.slideshow ul.slides').cycle({ fx: 'fade', speed: 1000, timeout: 5000, pause: true, paused: function(cont, opts, byHover) { $j(?????????).fadeIn(600);
Superfish open
Hi, I am very new to jQuery so I am sorry for my stupid question. I would be interested if there is a possibility to open up a Superfish drop down menu when a user clicks on a separate html link <a> not situated in the menu but somewhere else on the page. How would I need to do the call so the menu opens up? Many thanks for your help! FLorian
jQuery validation: display the focused field error message
Objective: I'd like to display the focused field error message in a container. What I've done so far: <!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> label {display:inline-block; width:60px;} </style> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script> <script src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function(){
$.plot is not working in ASP.NET on JSON return(maybe it is string)
Hello Everyone, For god sake I have been working for this since last 3 days. I am using ASP.NET webforms for flot charts I connected to database in test.aspx.cs file using [Webmethod] where I can return json. I stored the return value both in textarea and $.plot(placeholder, [and also here], options) It does not print the graph in placeholder however when I do: var data = past the value of textarea here and run applicationn it prints to me the value can anyone help me please: ---------------------------------------------------------
Google Map not showing marker
does anybody have an idea why my marker won't appear on the map??? The json file is a valid one...the information are stored correctly on every variable but it simply won't appear on map //var map; var latRO = 46; var lngRO = 25; var markerArray=[]; //var info_window = new google.maps.InfoWindow({ content: '' }); var RomaniaCoord = new google.maps.LatLng(latRO, lngRO); var mapOpts = { zoom: 6, center: RomaniaCoord, mapTypeId: google.maps.MapTypeId.HYBRID } var map = new google.maps.Map(document.getElementById('map'),
jquery validate don't allow sub domains
I'm using the jquery validation plugin from here: bassistance.de/jquery-plugins/jquery-plugin-validation/ It can validate a URL. But is there any way I can tell it to throw an error when it detects a sub domain. I don't want to allow sub domains. Thanks, Norman
jQuery Cycle - double contense
I get double contense dunno why actualy. www.bznreview.com/beta/ it just the first slide thats bugged. <!-- slider initialization goes here --> <script type="text/javascript"> $slider = { context: false, tabs: false, timeout: 4500, // time before next slide appears (in ms) slideSpeed: 1000, // time it takes to slide in each slide (in ms) tabSpeed: 300, // time it takes to slide in each slide (in ms) when rotating through tabs fx: 'scrollLeft', // slide
using gallaria
hi, i'm very new to using jQuery and am trying to use the 'gallaria' plug-in for a photo gallery in dreamweaver, it worked when i edited the demo but not when i tried to copy it into my fluid grid layout, here's my code: <!doctype html> <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]--> <!--[if IE 7]> <html class="ie7 oldie"> <![endif]--> <!--[if IE 8]> <html class="ie8 oldie"> <![endif]--> <!--[if gt IE 8]><!--> <html class=""> <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport"
Tree Grid Problem
I am at a loss. After 2 days of searching and trying, I can't get a Tree Grid to display. I get the column layout but not data. Any ideas to help this newbie? my js: jQuery("#gridPeople").jqGrid({ treeGrid: true, treeGridModel: 'adjacency', url:'data/people_995.xml', datatype: "xml", ExpandColumn : 'Subjectname', height: 'auto', // hiddengrid: true, colNames:['Subject','measure','Week', 'MTD', 'QTD','YTD'], viewRecords:true, colModel:[ {name:'Subjectname',index:'Subjectname',
virtual keyboard - enabled - disabled it
Hi. I'm using a virtual keyboard (http://mottie.github.com/Keyboard/). I have a checkbox that sould control if the virtual keyboard show be displayed or not. the thing is that i'm not understand on how to disabled it. i try to unbind it but doesn't work... any help? <script type="text/javascript"> $(function () { //show login $("#showLogin").on({ click: function () { $("#loginFormDiv").toggle("slow"); } }); $("#cb_showVKey").on('click',
Looking for a plugin for seperate words in a inputfield
Hi, does anybody know a jQuery plugin through this I can delete words which are seperated from space an who are in a searchfield? Take a look to my attached image to see what I mean. BR
Image Cropping with focus
Hi, I am looking for a certain plugin, I don't know, if one exists that way. Here's what I expect it to be able to: take an image from the DOM find important portions of that image using any technique Crop/Center the image to the portion found in step 2. Finding important portions means to me, that th script automatically should determine, which portion will probably be of interest to a viewer. It may use an entropy algorithm, or any similar and effective method. I do not need any uploading capabilities,
Validate plugin: Duplicate success labels... Still?
Hi, great plugin, however I believe that the issue with duplicate success labels is a bug. There are some solutions that use css and !important to override the error class with another (eg success) class (ie DONT remove the error class) but surely thats the wrong way to do this? I am using v1.10.0 of jquery.validate.js with the following rules... rules: { your_name: "required", message_title: "required", your_message:
How to stop sliding when reaching the last image in jcarousel???
hi i'm having an jcarousel dificullties. I'm using a jcarousel slider with an animation function i've created (fadeIn-fadeOut), but when i'm clicking on the next button the slider doesn't stop at the last side, but goes on and there's a lot empty space-slides. so how to stop sliding when reaching the last image in jcarousel??? thanks in advance here's the code: <?php if( $this->getRequest()->getModuleName() =="cms"): ?> <script type="text/javascript"> //<![CDATA[ function mycarousel_initCallback(carousel)
JQuery - Drag and Drop - Web method is calling at every post back.
Hi , In our application we are using a JQuery Drag and Drop functionality . We have the below scenerio, Drag and Drop - Functional logic for resequence order is handled by calling a webmethod on code behind. While double click over any rows over GridView we have to Highlight the row to Red and . We should do the logical delete on code behind using entity class property. [This Double click logic is handled over GridView_SelectedIndexChanged event] Even the above function we achived . We are facing
Tooltip.js (bassistance.de) extraClass Issues
Reference site: http://www.envisionedge.com/new/ I have 5 different Div ID's that have Tooltips assigned to them. Each of these ID's have a specific "extraClass" added to them so I can style the color for the H3 per Tooltip instance. All 5 Tooltips are working, but it's adding every "extraClass" from every div ID to the Tooltip class. I tried including a line to remove the classes after each function, but it doesn't seem to work. If I only use 2 Tooltips, such as the example shown here for different
Need Help Installing Start & Stop jQuery Plugin in Blogger
Although i've used jquery before in Blogger, it was always simple and came with a 'copy this'- 'paste that here' tutorial. I want to upgrade to something a little more complex and I need to know how to install this new start & stop jquery plugin to my blog header. Can any of you help me with this? I've uploaded the jquery zip file already. If you need the link to my blog, please let me know.
object doesn't support property or method 'mask'
Hi, I have the following code in my html page. It works if I test it with alert but when I try to run as is I get the error: Microsoft jScript runtime error: Object doesn't support property or method 'mask' <script src="Scripts/jquery-1.2.8.js" type="text/javascript"></script> <script src="Scripts/jQuery.maskedinput.js" type="text/javascript"></script> <script type="text/javascript"> jQuery(document).ready(function($) { $("#txtCommercial").mask("(999) 999-9999"); }); </script> Can
Next Page