HELP! Its not moving (jqFancyTransitions that is)
Hi all! First time posting in the forums... go easy on me please! Ok, so I'm BRAND NEW to jQuery, completly new, and as of right now, feel like a duck drenched in water.. I'm trying to implement this (jq fancy transitions)into one of my sites. I've also tried to integrate this (cj fancy slide show), but am left with the same thing... the pictures don't move! This is where I realized that I am doing something wrong, and I'm missing something fundamental. So here I am: Here's the live demo of what
jQuery hover over image, dropdown info help
Hey there, I'm new to jQuery and need some help. what I want is to have 3 images beside each other, and when you hover(or click) over one, another image + text will slide down. if that doesn't make sense, I sketched this as what I want it to look like (in three steps). http://img404.imageshack.us/img404/8959/jquery.jpg cheers for any help. tutorials, websites, or detailed explaination would be extremely helpful. thanks, Nathan.
Jquery Login and Shop (with fake cash)
Okay, so I want to make a site where when you login (I also need help with login forms) you go to a page (your account) with a list of Credits. So like if you buy something from my shop page, you lose credits (no real money, this is all fake) How can I do it. I need codes, tutorials, tips, advice, anything.
Default Selector Settings
I would like to know how I can make "item 2" in the following selectable snipit from an ordered list: <span id="contents"> <ol id="selectable"> <li class="ui-state-default" id="item1"></li> <li class="ui-state-default" id="item2"></li> <li class="ui-state-default" id="item2"></li> </ol> </span>
AJAX changing 'this'
Hi, I have created a javascript object (ajaxQue below) that contains a method (this.get() below) that is a wrapper for the $.get() function and another method (this.jobCompleted() below) that is the callback argument for $.get(). The callback method refers to the javascript keyword 'this'. But 'this' doesnt seem to refer to my instantiated object as I would have expected, instead it seems to refer to something inside AJAX. So I can no longer refer to properties within my object (e.g. 'this.prop1'
$.get
i'm newbie in jquery. i'm trying to use $.get function so i don't know does it work ? who can help me how to know, does it work?
newbie problem
Hi to you all! I am very new to jquery and javascript and i have a problem. I found a jquery menu on the web and put it to my webpage. The menu consists out of <li> tags. And now I would like to change the visibility of content divs; so i click on the menu and the content displayed disapears and the coresponding content to the menu appears. I tried adding id's to <li> and all sorts of stuff but nothing worked. The point is that i have 5 content divs and i only change the visibilities. I apologise
passing POST params to a PDF
Hi, I'll try to explain my problem ... I have several form inputs with a submit link in a modal page, and when I click the submit link I call this function to download a personalized pdf with the GET params. function descargar(){ window.parent.document.location = "admin.php?controlador=Cat&accion=descargarPDF&titulo=" + $("#titulo").val() + "&autor=" + $("#autor").val() + "&comentario=" + $("#comentario").val(); }This works. Now, I need to pass an undefined number of params, and I prefer do this
Problem with history back and animations
Hello, I'm creating a website with jquery and animations. If I click on a navigation link, the content fades out and then the browser changes to the new site. But if I click on the back-button, the content of the first site is still faded out. So theser can't see the content again, just with refreshing the site. So... Is there a solution to start a new animation when the user gets to the site with the back-buttons? Here is the code for the navigation link: $().ready(function() { $("#play").click(function
Sliding through divs at interval
Hey, I have a list of around 30 divs (see below.) and would like to hear any suggestions on the best way to rotate through them by sliding in one at the top and removing one from the bottom at a set time. Something like every 5-10 seconds. Also even though there are 30 on the page I would only like to show a list of 10 and have the rest show as mentioned. A great example would be www.foursquare.com and their recent activity section. I would like to do the same except with a predetermined amount of
unknown margins on my slideshow????
I have got unknown margin on left and the top of my jquery slideshow..cant figure out what's happening? please help!!! below is the code and the screenshot %@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> <!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 runat="server"> <title>Untitled Page</title> <script src="js/jquery-1.3.2.js"
problem with add jQuery function by Ajax in asp
Hi, In a asp page, I update a database by Ajax and add the new record in a div list on the page. the things that I want to do is running Toggle jQuery function for my recently added record. since I'm very new in jQuery I don't know how active the jQuery function after Ajax functionality. here is the example of jQuery, I added by Ajax: the "butSave" &aid&" id a new added div by Ajax too. response.write "$(""#butSave" &aid& """).click(function () {" response.write "var ameNameNew = document.getElementById('ameName"
Installing Jquery on Windows 7
I have already worked a lot with jquery but I recently installed windows 7 and somehow I can't get it working:( Could someone tell me what I'm doing wrong or do I need to download a special version for Windows 7? It only alerts: "Javascript file is opened!" HTML CODE header <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> <script type="text/javascript" src="http://<?php echo $_SERVER['SERVER_NAME'] ?>/OefenSites/WDG/javascript/jquery.js"></script>
when document ready - give image 3sec magical-star-effect?
Hi, I seem to remember 'walking' through tutorial about image-effects like water, mirror, magical stars and much more, some times ago - but I can't find it again. And I don't have a clue what to look for. When page is ready (loaded) I want 1 image to have magical-star effect for 3 sec. (not all time) Just enough to make the image/button noticed. It could also be an effect where the image shrink-> and back to normal twice. What is the best way to make this eye-catcher-effect for a few seconds.
What is possible? part of MegaMenu in another DDmenu
Hi, I'm new here, and I hope I selected the right forum for this question... I have a Mega Menu that is made from a list-form.... Some of the parts of the menu I want as 'More Info'-dropdown for the related sites lower on the page! My question is - Is it posible somehow to 'read/output' a section from the Menu and view only that section in the [More Info] button. Why do I want that? - There will be too many pages to change when a new/other page is added in that special section! More info: My
Intro to serialize
I have two variables that I would like to use jQuery serialize and send to a PHP file with a post. I don’t know how to format the command to serialize them. Here is the start of the code. How do you serialize the day and month variables? var currentTime = new Date() var day = currentTime.getDate() var month = currentTime.getMonth() + 1
getting jQuery to work on .load() content
I'm using .load() to retrieve a div from another page. The div contains a table which has a little jQuery zebra-striped table in it. When it's loaded into the second page the jQuery bits don't work, even though the same .js scripts are already included in each page header. I would love some help understanding why this is and how to tackle it!
3 question about jQuery and jQuery UI?
I am a newbie for jQuery but I have some experience with Prototype and Scriptaculo, so it is not too hard for me to pick up. Question 1 I want to customize my jQuery UI effect but I do not know how to apply for the [options] argument. Similar to Scriptaculo, all its effects have documentation on how to apply individual effect argument or general effect argument,. Where can I find a documentation to learn the options name? Question 2 Scriptaculo core effect has one named Effect.Move(). able to manipulate
Jquery Preloader
Hey: Does anyone know of a good jquery preloader plugin that i can use for a gallery? Thanks
Clickable zoomable map
Hi, I would like to create a clickable, zoomable map of the world. Each country will be outlined so that when you click on it, you are taken to a new page with information about the country. The 'map' is therefore not really a detailed map as such, it is more of a zoomable image with clickable regions. I do not want to use Flash. I am sure this has been done a hundred times before, but I just can't find a good solution on google. Can I use jQuery to achieve this? Thank you for your help!
$.Get callback function behavior in Firefox
Hi, I am brand new to java script and jQuery. I am using $.Get() to do an ajax request and call a callback function to evaluate the returned data. In the callback function, I might display a confirm box if the returned data meets certain conditions. My problem is this: when the callback routine displays the confirm box, it seems as if Firefox doesn't stop execution at that point. The java script function that issues the $.Get() request does a 2nd $.Get() request right after the first one. The
How to survey without reloading page
Hello, I want to create a simply Yes/No survey, but I want to keep it fast so no page reloading. I'm wondering how to achieve this using jQuery. Below an example: Question 1 -> Visitor clicks Yes or No -> Question 2 -> Visitor clicks Yes or No -> ... -> Last Question -> Vistor clicks Yes or No Once pressed Yes or No at the last question it should continue to result.php with the entered data. I'm wondering if this is achievable with a simple form? Yours, Jarno
Sortable Lists - That allow for Nesting?
Hello, I'm looking for a way to use the JQUERY UI Sortable List with support for nesting at least one level deep. Any suggestions or tips? I've searched extensively and don't see any plugins that currently allow this func. JSTree comes close but doesn't allow handlers. Thanks!
No submenu
Hello, I was wondering if someone could help me with this. I have a master page with a vertical flyout menu written in jQuery. So this is what happens : I can hover over the main menu tabs, and the submenu appears when hovered over. But then I will click one of the links (either main menu tab, or submenu tab ) and I will get redirected to the correct page, but then the menu will not show the submenu when hovered over. Until I click a link again, and then get redirected again, and then the submenu
RegExp explanation?
I'm reading "jQuery Cookbook Solutions and Examples for jQuery Developers" and I've come across what i believe is a java script function call within the selector that they are creating in the example, but I don't understand how all the arguments (parameters) work, that are in the function in the second line (the 'RegExp' ) below. jQuery.expr[':'].data = function(elem, index, m) { var regex = new RegExp(' ([\ ' "]?)((?:\\\\\\1|.)+?)\\1(, |$)', 'g'), key = regex.exec( m[0] )[2], val = regex.exec(
how to: onclick slide an element to left then show a nested hidden div.
Hi guys, first thanks for your time. sorry if it's basic stuff but I'm a noob with jquery and javascript. The situation is: I have a vertical navigation menu with the basics (a <ul> with four <li>) but I need one of these list elements to slide to the left and when it finishes show or slide down a nested <ul> with its own li that is now hidden with display: none. and when I click again the first list element I wish everything to close back. or alternatively to close with a timeout. so far I got
Grid into a dialog
Hi! I just started using JQuery and I have a lot of questions, but this is the most complicated one: I'm trying to show a dialog using Jquery UI. The problem is that into my dialog I'd like to insert a (dynamic) grid using JQGrid. is this possible, or I should create a normal html table? thanks
I get different results in Safari and Firefox with this function
Hi there, i wrote a little function that should exchange one of two images and blend them over afterwards. the functions checks which one of the 2 images is visible right now and loads the new image (if its new) into the other one. Everything is working as intended in Firefox, but Safari has problems with the code and does not always load the new image. Can someone please have a look at my code and tell me if there's something wrong with it? the script: function bgChange(newSrc){ if($("#body-background1").is(':visible')==true
Hide until background image loaded?
Hi there, I'm a complete newbie to jQuery and haven't found the solution I'm after in the documents on this site. I have a set of divs on my portfolio page that all share the common class 'module', with an additional class that determines the background image. I currently have this function that I thought would keep each instance of .module hidden until it had loaded: $('.module').ready(function(){ $('.module').fadeIn('9000'); }); I'm not certain but I think the 'ready' only refers to the HTML
How to <script> inside an Object
I'm trying to have muliple equal objects in the same Dom that are loaded with Ajax Requests, but i want to execute a script for every new Object load and apply this script changes only to my new loaded object. For example, the content that comes from the Ajax request is: <div> <script> How this script gets the "parent" div which this script is inserted? </script> </div> The problem is that I can't have any selector in this div, because I will have a lot of
Getting value of a dynamically added element
Hi, I've found a few posts on adding an event to a dynamic element, but that doesn't really help me. What I'm doing is allowing the user to add a textbox, then when a button is clicked i need to find the value for that text box, but it doesn't seem to pick up that the textbox is there. Oh and that textbox is part of an array of textboxes, all of whose values i need. Thanx
hot to remove a dd-element if the dt-element in a definition list has a specific css-property?
i have got about 50 definition lists on one html-page witch all look linke this: <dl> <dt class="title">aaa</dt> <dd class="subtitle">bbb</dd> <dd class="city">ccc</dd> <dd class="email">ddd</dd> <dd class="website">eee</dd> <dd class="description">fff</dd> </dl>if the dt-element in one of the definition lists has a specific css-property (e.g. length > 100px) then the dd-element with the css-class "subtitle" in the same definition list should be removed. how can i do this with jquery?
How to retrieve $('input:radio[name=vote]:checked').val()
Hello, This is my issue: I've got a simple poll <!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" /> <title></title> <link rel="stylesheet" type="text/css" href="style.css?" /> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript">
Jquery submenu problem in IE
Not sure which forum to post this in, so I will try and post it in 2 forums. Could someone please explain to me why my jquery flyout menu works perfectly fine in google chrome, but in IE8, it throws errors? I abandoned my javascript flyout menu for the whole purpose of getting jquery because of the cross browser compatibility. Anyways, I will tell you what is going on here and if someone with some knowledge could explain to me why I am getting errors, I would greatly appreciate it. When I click on
Creating a form with radio
Hi I would like to create a question board like this above. The formular should be validated in jQuery. All the values of the selection, should be shown at the end of the formular. Can you help me out with this?
.load() forcing POST
Hi there I'm working on a page with user accounts. Now, I want the following function in my page: A user logs in (via POST -> Ajax). If the credentials are wrong, a message appears and the blank login form. If the credentials are right, the whole page (or another page) will be loaded from new (by javascript) and user is logged in. My idea is, do the thing with .load() because this is the only thing which executes <script> tags (from html with other text) when they comes back. The fact, that it is
Which script do this?
Can anyone tell which script control sliding panel when you click on the Categories menu? Here's a link: http://designwoop.com/
move jquery slider with text
I am developing a vertical jquery slider. I am able to fetch the value of slider in a text box. I want to move the slider by typing in the values into the text box. any suggestion. Below is my code <script src="js/jquery-1.4.2.min.js" type="text/javascript"></script> <script src="js/jquery-ui.min.js"></script> <link href="css/jquery-ui.css" rel="stylesheet" type="text/css"/> </head> <body style="margin:300px;"> <form name="tvfinder-pricerange"> <input type="text"
Start Kick - how to achieve a peculiar(yet common) expand collapse effect ?
Hello all, Here's the thing, I can see a lot of examples with expand and collapse that start with a display:none; object and then, shows it, or the inverse. However, I've been asked to do something like this: Lorem Ipsium Lorem Ipsium Lorem Ipsium Lorem Ipsium Lorem Ipsium Lorem Ipsium Lorem Ipsium Lorem Ipsium Lorem Ipsium Lorem Ipsium Lorem Ipsium Lorem Ipsium Lorem Ipsium Lorem Ipsium Lorem Ipsium Lorem Ipsium Lorem Ipsium Lorem Ipsium... [MORE INFO] So the element (let's say, a div) is already
Fix HREF tags in table in spefici column
I have a web page where a third party application "SharePoint" is broken file urls. If I have a file url like this \\jquery.com\folders\test folder\doc1.doc The application will add an href tag and the html will come out like this <tr> <td> <a href="\\jquery.com\folders\test">\\jquery.com\folders\test</a> folder\doc1.doc </td> </tr> For all these messed up links "\\jquery.com\folders\test folder" will always be part of the link. First there is no way to change the program from the
Next Page