jquery scrolling not working properly in all browsers
Hey! I am building a site and have used a jquery scrolling script (smooth scroll). I am encountering issues with chrome, safari and opera (works fine in FF and IE8). It all works fine until I click on "kontakt" which then scrolls down to the "mig" section instead if the "kontakt" section as it should. What am I doing wrong here? ALl help would be greatly appreciated. You can view the site here: www.elbowroom.dk/jesperSite
jquery star rating plugin issues
I have been trying to setup a star rating system using the jquery star rating system and all works perfectly with one exception.. I am trying to make the "cancel" button act like a normal star to submit a "0" rating via ajax. I have got that part done however the issue I am having is that when I click the cancel button it does not stay on the "on" state. I believe this is because the onmouseout action removes the "on" state. I would appreciate some ideas on how to accomplish what I am trying to
jQuery Event Calendar with PHP
Hi All, I am trying to integrate jQuery calendar with my php site. I had added code to insert and pull back calendar details to and from mysql DB. Now my issue is I am using this code to get event details, return $.get('./calendar.php?action=get_events&startD='+start+'&endD='+end); calendar.php page is retrieving details from DB using start and end values and returning in this format, return '{events : [{"id":1,"start": new Date(2010, 10, 22, 12, 30, 00),"end": new Date(2010, 10, 22, 13, 30, 00),"title":"Meeting
I need direction for a side panel that I want to implement...
Two Parts to this madness... Part 1: I want an image as a button and when it's clicked it opens a side panel (div 300px x 600px) on the right-hand side of the page. There should also be a close button to get rid of this div. Is there a plug-in or tutorial out there that can help me with that? Part 2: I want to add a form element (drop down) to that div, which loads specific information with each selection the user chooses. For example, if I have Apple Pie, Blueberry Pie, and Pumpkin Pie as selections
cycle plug in: follow link, hit browser 'back' button and return with same item in cycle?
is this possible? to elaborate: each of the cycle elements contains a link user follows link the cycle stops user returns by hitting back button in browser cycle remains on same element rt now when i return to page the cycle starts from the first element. thanks for any ideas!
Datepicker Plugin
Hi there I have successfully implemented the Datepicker plugin but am having very difficult problems with the image alignment of the calender icon. The icon seems to have no padding/margin/spacing between the input box and the image, and is also not aligned correctly. I have viewed the documentation but can see no reference on how formatting is achieved.. I looked at jquery-ui css (redmond) and can see no reference to how this is aligned. I really really wish this could work. It is not the image..
Selectbox - tag option or optgroup
Hi, I need help with selectbox, I would like doing with option css styl or when I put tag <optgroup label=" "></optgroup> it is not work! Thank you <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>Styling Select Boxes</title> <link rel="stylesheet" type="text/css" href="selectbox.css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"
annoying flicker effect on jqDock jquery menu
Hi every one, I am new in jquery and js. I have used jqDock , plugin (http://www.wizzud.com/jqDock/) for my web site menu and with the help of a friend I managed to make the active menu element remain expanded. Here is the problem: if you hover your mouse between two of the menu elements and move slowly between them upwards on downwards , you'll get this terrible flicker effect.(sometimes you gota play around for few seconds to see what I say) I don't know why it happens and how can I fix it and
prepopulate with one year ahead
Hi I have two fields <input id="in_date" name="in_date" type="text" /> <input id="out_date" name="out_date" type="text" /> What I need when I select a date in in_date field I have to get 1 year from now in out_date. For example if in in_date I select "11/19/2010" I have to get out_date as 11/20/2011 I tried like <script type = "text/javascript" > jQuery(document).ready(function(){ jQuery('#in_date').datepicker({ altField: "#out_date", altFormat: "mm/dd/yy",showStatus: true, }); </script> But
Validate not actually validating...
I have a simple form, a few hidden fields, a few text imputs and two buttons. I try the following to validate the form. $(document).ready(function(){ $("#registrationForm").validate({ rules: { student_email: { required:true, email:true }, manager_email: "required" }, messages: { student_email: "Please enter a valid email
jQuery Cycle Plugin Issue on IE
Hey Guys, On http://proshotsrange.com/training-services/educational-programs/ you'll notice a sidebar with testimonials listed. They fade from one testimonial to another. In firefox, safari etc, they all look great. However in IE, after the first slide transitions to the second, it makes it huge - the full width of the page. I'm using malsup's Cycle plugin and it works fine elsewhere, so I'm thinking its a problem somewhere in my CSS. Any help would be appreciated. Thanks!
The all time fiel upload-Problem
Hello, this is what i will do so far: I click on "Upload image", a Facebox (jQuery Facebox Plugin) opens with a Form where i can upload a image via "ajax". For all my ajax forms i get all fields via var values = {}; $.each($(this).serializeArray(), function(i, field) { values[field.name] = field.value; }); This works - of course - not with file uploads. I'm really not an javascript/jquery-expert. What do you think is the best solution to upload the file without
validate is failing on a field that is not a required field
I have a credit card field that is only mandatory if they select a credit card as a payment type. If they select Gift Certificate, then I set the card to not be mandatory: $('#creditcard').removeClass('required').removeClass('creditcard'); validationRules.rules.CardNumber.required = false; however the validation still fails on the creditcard field. If I enter this in to Firefox's console: $("#OForm").validate().element("#creditcard"); it returns false. Hopefully someone can give me some additional
Center Lightbox for Jquery
Hello, I'm using the plugin "Lightbox for Jquery" (http://leandrovieira.com/projects/jquery/lightbox/). I would like to center the box in the navigator, instead of the default position which is close to the top. I now that i have to change the operation of CSS positioning in the JS code but i'm not a specialist... I tried and "broke" the whole script. I'm also a noob in mathematics ;-) Your help will be realy appreciate! /** * Create the jQuery lightBox plugin interface *
jQuery SVG and svgweb
I've started a github fork of the jQuery SVG plugin to add support for svgweb. My work-in-progress is here: https://github.com/apendleton/jquery-svg It works well enough to run the "jQuery SVG Basics" demo, but is generally super-alpha: it runs a couple of the other basic demos from the jQuery SVG demo pages, but doesn't run on many others, and actually crashes Google Chrome in a couple of circumstances. I'd eventually like to get it to a state to be contributed back to the maintainer for possible
Multiple instances of galleria on same page?
I'm trying to set up multiple instances of the galleria plug in on the same page. Here is the page I am working on: http://mycasadelsol.com/discover2.html I don't really know javascript very well so that's why I'm stumped. Can anyone help? Thanks.
JQuery Plugins and FormView in ASP.net 4.0
I have implemented JQuery plugin my application which is having FormView. I have also added JQuery Validation method successfully which will check duplicate Company Name at the time of Insert mode. Now situation is like JQuery plugin can work at time of Insertion mode Perfectly. It will check duplicate addition of Company Name. But When FormView is in ReadOnly Mode and when I click on that Add New Button to make my FormView in Insert Mode than it will Check again for duplicate validation it should
Using JQuery templating, How do i pass the current rendering element as an argument in handler
Hi, I need to pass the handler before and after rendering every element inside the template. while passing i need to send the dataitem and also an element because user can manipulate the element attributes. Currently i am using MS Ajax template in that, i am using like following, <td sys:codebefore="before($element,$dataItem)" sys:codeafter="after($element,$dataItem)> </td> <td sys:codebefore="before($element,$dataItem)" sys:codeafter="after($element,$dataItem)>{{Name}} </td> here $element will refer
jNice Plugin - checkboxes - select all?
Hi all, I'm using the Jnice Plugin http://plugins.jquery.com/project/jNice to style my forms. It works really well, but there's one thing I can't figure out how to do - put in a 'select all' and 'unselect all' for multiple checkboxes. Has anyone done this before / is willing to share their code? Cheers, Min i'm a leaf on the wind...
jFlow - Multiple instances on one page: Is it possible?
Hello, I'm trying to get jFlow to initiate on multiple sliders on one page. It's proving to be an absolute bitch :[ This is my script at the top of the page: <script> $(function() { $("#controller").jFlow({ slides: "#slides", width: "640px", height: "360px", duration: 600 }); }); </script> <script> $(function() { $("#controller2").jFlow({ slides: "#slides2", width: "640px", height: "360px", duration:
jQuery and google map, using jMapping plugin but need some guidance here
Hey Guys, I am using this neat jMapping plugin and here is their demo http://vigetlabs.github.com/jmapping/examples/ajax_update.html which shows how to plot various points onto google map based on the values in the div tag. I want to make it dynamic so that when I pull out the postcode data from the database, it dynamically works out the lon and lat values so that I can insert it in the jMapping div tags, which will then plot the points on google map I am not sure how to do this, could someone please
Why won't this sound
I can't figure out how to use this... or any of the plugins for that matter. Where is some documentation or some kind of "how to" for setting stuff up??????? This is soooo frustrating and I don't know where to seek help. I want to play a short wood block sound on mouseenter so need to trigger a sound file blox.swf. I'm looking at: jQuery Sound Submitted by Digitalxero on October 4, 2008 - 11:22pm This is a simple sound player, it uses flash to play the sounds, but DOES NOT provide a flash interface
Custom validation (Regex) does not work test method undefined
Hello, I created a custom validation like this <script type="text/javascript"> 141 $( 142 function () { 143 $('#uiGSMnrs').focus(); 144 145 jQuery.validator.addMethod( 146'regex', 147function(value, element, regexp) { 148return this.optional(element) || regexp.test(value); 149}, 150'Waarde niet geldig' 151); 152 153$('#SMSForm').validate({ 154 rules: { 155 uiGSMnrs:{ 156 required: true, 157 minlength: 10, 158 regex: '^([+]?[0-9]{10,14}[;]?)+$' 159 }, 160 uiBericht:{ 161 required: true, 162 maxlength:
JQuery Validation Plugin addmethod
I have make addmethod for Validation Plugin but is always showing true. I don't what is the problem. I cheked in Firebug it is returning correct result and also sending correct text. But still companyNameCheck method behaving wired. Following is my JQuery Code $("#frmCompany").validate({ rules: { fvCompany$txCompanyName: { required: true, companyNameCheck: true }, fvCompany$txTelephone1:
slider is not showing
Hi I am new to using jquery plugins...i am using a slider but its not showing. can any one help me at the earliest plz... My code is as below: <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> <link type="text/css" href="css/themename/jquery-ui-1.8.6.custom.css" rel="Stylesheet" /> <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="js/jquery-ui-1.8.6.custom.min.js"></script> <script> $(function()
Frustration with datePicker dpSetSelected
Hi, I'm trying to use the datepicker plugin to allow users to select start and end dates from a range of values. The code I'm using to set limits is as follows; var startdate = new Date().addDays(-56).asString(); var curdate = new Date().asString(); var enddate = (new Date().addYears(1).asString()); $('#dateFrom_id').dpSetSelected(startdate); $('#dateFrom_id').datePicker().val(startdate).trigger('change'); $('#dateTo_id').datePicker().val(curdate).trigger('change'); $('.date-pick').dpSetEndDate(enddate);
JQuery-Cycle Plugin
I am using the j query cycle plugin to cycle and fade a banner style image but everytime the page loads it shows all of the images in a flash and then collapses down and then does what its supposed to do is there anyway of preventing it from showing all of the images to begin with???? All of my jQuery and Plugin files are externally linked to as to keep the markup clean: <script type="text/javascript" src="Scripts/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="Scripts/jquery.cycle.js"></script>
Submit with ENTER key and catcomplete widget
I have the following code and I'd like to submit the form when hit ENTER key: $(document).ready(function(){ $('input[data-autocomplete]').live('focus', function(i){ $(this).catcomplete({ delay: 500, source: $(this).attr('data-autocomplete'), select: function(event, ui) { $(this).val(ui.item.value); if ($(this).attr('id_element')) { $($(this).attr('id_element')).val(ui.item.id); $($(this).attr('id_hidden_element')).val(ui.item.id);
Using Dynamic forms and Date Picker Plugins together.
Hi, I have a fieldset that contains 4 elements: (Date from) (Date to) (other text input) (other text input) Add a new date range | Delete date range The date from and to fields have date pickers (using the date picker plugin - http://jqueryui.com/demos/datepicker/) attached to them. The add remove function is provided by the dynamic forms plugin - http://sroucheray.org/blog/jquery-dynamic-form/. The problem is when the new fieldset is added the date picker functionality does not work. The calendar
Using JQuery templating, How to call handlers before and after rendering of every element.
Hi, Inside the template i am having one table, there are five "td" elements but only 3 "td" elements only filled using database object. But i want the handler before and after rendering of all the five "td" elements. What can i do? How do i get any idea?? Previously i used MicrosoftAjaxtemplates in that i used like following <td sys:codebefore="before()" sys:codeafter="after()> </td> <td sys:codebefore="before()" sys:codeafter="after()>{{Name}} </td> I just called "before" function before rendering
jquery.gchart - Google Chart (by Keith Wood)
Problem, I am generating a large number of charts. The charts have differing x-y axis (number of answers correct, time for answer in seconds, percentage - based on the chart being displayed). These are scatter charts (image below and in attachment). The php code to generate these carts is below. In the code I attempted to use the maxValue to set the max value of the x and y (in the .gchart('change',...) ), but if you do that after the chart is created, then it doesn't work (repaints the chart and
jQuery validate multi-part form
I'm using jQuery validate with a modified ASP.Net MVC validation script. I'm implementing a multi-part form like in the validate demo. I created the pageRequired method. However my use differs from the demo as I don't have quite aas much flexibility as all my validation rules come from the initialisation script MVC generates. The problem is that I apply it too all my fields in the form (regardless of whether they are required or not). This causes a few issues as it makes things that arn't require
Div Toggle
This is my first post so if its in the wrong spot I apologize. What I am looking for.. I am trying to style up my simple contact form using jquery. What I am trying to do is have one single text input that will be used for both 'email address' and 'message'. So once the user enters their email address then hit's the enter key the box clears and the user then enters their message. I have only been messing with jquery for a few hours now so I don't know if its the best way to do it but I was looking
jQuery ScrollTo - form submit tab remember
Hello, I used ScrollTo plugin with 4 tabs and in each I got a form, each with it's own "submit" button. Now the problem is when I click submit on tab2 for example, the form resets itself to tab1 which has the class "selected". So it reset itself and instead of showing the wrong fields or the echo it goes to the first tab (or the first selected one! each tab is set as "selected" on a different page, so the same div/scrollto plugin is displayed on multiple pages) Please help me with this stuff as I
Jquery Highlight Fade Issue
Hello, I'm fairly new to learning and messing with Jquery, so I'm quite unfamiliar with a lot of the functions. I'm currently implimenting a menu bar with the highlight fade onto my website using an apycom menu This one and I am tweaking it a bit to change some of the colors to match my layout. I'm wanting to change the color of the drop down links and the fade color, but there seems to be a function I am unable to find that is over-riding the css color values for the drop down links and fade. It
DatePicker
Is it possible to highlight some days apart from today and week ends, say the holidays. If so, how?
jqModal IE6 infinite scrolling
Hello, I have implemented the jqModal plugin on a website (still under development) it works fine on all browsers so far, but on IE6 the window is scrolling infinitly vertically, I found some link on the internet, but I don't really understand what the ppl did http://groups.google.com/group/jquery-en/browse_thread/thread/faee5390daa3d95d?fwc=1 Has someone already faced this issue or got any clue ? Thanks! Kevin
load empty data in form
Hi, I newer to work jquery,i write the program that the url equal a webservice url and web service connect to table of database and return 2 columns but when jquery use this url grid is empty,what i doing for solve this problem? .... <link rel="stylesheet" type="text/css" media="screen" href="css/smoothness/jquery-ui-1.8.6.custom.css" /> <link rel="stylesheet" type="text/css" media="screen" href="css/ui.jqgrid.css" /> <link rel="stylesheet" type="text/css" media="screen" href="js/src/css/ui.jqgrid.css"
JQuery Beauty Tips doesn't render
Hi Folks, I am trying to get Beauty Tips ( actually, and tooltip ) to work. I got rid of all JS error messages but when I mouseOver my div nothing happens. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta name="generator" content="WebSmart" /> <meta http-equiv="Pragma" content="no-cache" /> <title>Fnol Loss Information - Add</title> <link rel="stylesheet" type="text/css" href="/websmart/FNOL/AAIC/css/screen.css"
Galleria plugin - Classic Theme - No Title
I would like to use the Classic Theme with the Galleria plugin and have the current image's title content displayed, but so far have been unable to get the title to show. I've added alerts along the way to see what is happening and I can tell that the title content is available as 'description' but when it tries to display it, it is looking for elem[ data[ type ]] where data[ type ] is the title content. Of course there is no element like that and nothing gets displayed. Here's the URL: http://independentpropertyassociates.com/brentwood-new.html
Next Page