Accordion 1.7.2 shrinking ineffectively in IE8
Hey all, I'm new to jQuery, and as such I turned to the internet for help. Googling for information on the Accordion gives me examples, but none seem to match what is going on with ours. I have a accordion set up in this fashion. Upon entering the site you can see a list. Menu1 Menu2 Menu3 Expanding that lis will give you the submenus. All sub menus work correctly; so No need for me to worry about them; It also works and appears like it is supposed to on Page load in IE and all around in FireFox.
jQuery does not load in AJAX loaded page instances
Hi, I'm using jQuery for calendar, table sort, pagination, table filtering and more. In addition elements of the page are loaded in AJAX as instances after user perform an action. This is preventing jQuery to apply plug-ins into those instances since the entire page is not been reloaded and only specific element. I know that jQuery has AJAX support but I have no knowledge about this topic and was wondering if anyone has encountered similar issue. please help!
[jQuery] [Autocomplete] - Issue with DOCTYPE?
Hi guys, Currently I'm using this version of autocomplete plugin http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ for some of my php files. I found an issue with the autocomplete dropdown that it showed all the html tags as results instead of the data from the database. Something like...<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">...Was wondering what went wrong here since I've it implemented for another
[jQuery] Question about $load()
Hi Guys, I would like to know 3 things. First is: Why the load function doesn't work so well on Internet Explorer ? Sample is: Login using user/pass -> tested/tested. Then Mainpage (see question 2 if Load is not working) -> Administration -> Ok URL: http://www.squarepant.com/project_university/login.php URL: http://www.squarepant.com/project_university/mainPage.php Second is: Why the load function is not loading the javascript inside a new page ? Sample is: User: tested, Password: tested. After logged
[jQuery] superfish menu module for joomla 1.5.13
the superfish menu 1.2.6 is crashing IE6. Can I get some help in your forum to resolve this issue? many thanks in advance!
[jQuery] draggable containment
I've spent a good few hours trying to figure this out and I'm stumped. I'm trying to get a huge div that's bigger than the entire window to have a "scroll feature". I just want to implement draggable and have it so that you can't see beyond the div. The containment option is what I need, but the documentation is very unclear about this property. I'm using an array for containment like the documentation says, but I have no idea what it means. What does [x1,y1,x2,y2] mean?
[jQuery] Question about load
Hi Guys, I would like to know 3 things. First is: Why the load function doesn't work so well on Internet Explorer ? Sample is: Login using user/pass -> tested/tested. Then Mainpage (see question 2 if Load is not working) -> Administration -> Ok URL: http://www.squarepant.com/project_university/login.php URL: http://www.squarepant.com/project_university/mainPage.php Second is: Why the load function is not loading the javascript inside a new page ? Sample is: User: tested, Password: tested. After logged
jQuery noConflict
Hi! I have just finished a website that works great! I incorporated jQuery Image Fade for the logo and now I have added Bigcartel Shopping cart. However the shopping cart utilizes prototype.js and there is a conflict when I call the jQuery and imagefade.js (http://jqueryfordesigners.com/image-cross-fade-transition/). I tried to look at the documentation on how to solve this however I am very confused??? Any help would be greatly appreciated I'm stuck on what I have to do with this code following
[jQuery] Superfish navigation sometimes doesn't show submenus
Hi there. I am testing the superfish plugin on a site and it works fine besides sometimes the submenus doesn't appear. I have to move the pointer outside the link and wait until the hover class disappears and mouse over again. Does anybody know where this error could came from? Or someone with similar behaviors with the plugin? Thanks!!
[jQuery] JQuery smooth anchor scrolling - modify to fadein once in position?
This is the second time I've posted this. It didn't show up the first time, so apologies for a possible duplicate in post. At any rate, I am wanting to mod this jquery smooth scroll to anchor so that it fades in once in position. Farthest I've gotten has been that some how within the procedure, "onAfter().fadein" should be added. Nothing in that vain has worked. Anyone possibly entertain this newbie question? You can view the page I am working on here: http://plasticmonument.com/Masato_Pearls/test
[jQuery] hoverintent - IE jumps expanded text 1px
Got a new menu going with superfish and hoverintent and all looking good (not uploaded yet). Works fine with firefox, safari and chrome and surprise surprise having a small issue with IE. It is a small issue and hoping it is a recognised problem so will hold off uploading code examples...using IE8 mouse over an expandable menu, it expands and then at the last second the text jumps 1px downwards giving a slight jerk to the whole thing. Anyone heard/seen this before?
Change jQuery toggle slide in direction?
Change jQuery slide in direction? Hello, first post here, thanks for looking! Currently, my custom select drop down slides in from the top/left. How can I make it slide in from the bottom/right? I looked, but I cannot find this simple answer. Thanks! Here is the code... The toggle sections are bolded. $.fn.SelectCustomizer = function(){ // Select Customizer jQuery plug-in // based on customselect by Ace Web Design http://www.adelaidewebdesigns.com/2008/ … ith-icons/ // modified by David Vian http://www.ildavid.com/dblog
[jQuery] How Stop Animation Works?
Dear All, I have an object with mouse over and mouse out events. It fires display certain other box (almost like tooltip): box.fadeIn("slow") box.fadeOut("slow") It works absolutely fine unless mouse passed over the object without intention to stop. Then it triggers full scenario, complete fading in and then complete fading out, which is of course is not desired here. I have made amendments such as: box.stop().fadeIn("slow") box.stop().fadeOut("slow") It does the thing but only once or twice, after
Themeroller is broken?
I can't seem to get themeroller to work and I don't know if I'm doing something wrong? I've tried several different themes as complex as having changed everything to as simple as just changing 1 color in a pre-existing theme. Every time I download I get no css folder, and if I go into themes and then custom-themes that folder just has 1 base css file in there with a bunch of includes and that is it. The base folder has all the default css files, with none of my changes. Am I missing something or
variables in callbacks
<html> <head> <title>untitled</title> <!-- Date: 2009-10-28 --> <script src="jquery-1.3.2.min.js" type="text/javascript"></script> <script type="text/javascript"> jQuery.noConflict(); jQuery(document).ready(function() { createElements(); }); function createElements(){ var tester = new Object(); tester.t1 = "id1"; tester.t2 = "id2"; tester.t3 = "id3"; tester.t4 = "id4"; for(test in tester){
[jQuery] ENTER
I´m using APEX - Oracle App Express How can I make when you press Enter, the focus go to the next item, but without submission? If Jquery, jscript?
[jQuery] Enter
How can I make when you press Enter, the focus go to the next item, but without submission?
[jQuery] Firing existing events from jQuery inserted html
I have a problem with jQuery appending new text to a div - but then not firing events attached to the inserted text. Let me explain. I have a div that contains a number of divs - the div has a link and a hidden form. Clicking on the link fires a slideToggle event which reveals the form. When you submit the form AJAX handles it - and jQuery builds another div with the correct link and the correct form which it sticks on the end of the list. That all works fine and dandy. What I want to be able to
[jQuery] Selectable and Sortable, with copy and move.
Hi All, Have tried to find an example of this, and played around a bit but got no where. I want to have 2 sortable lists (just like in the demo http://jqueryui.com/demos/sortable/#connect-lists) However I also want to be able to select multiple items and then drag them all from one list to another (and still have them sortable). has anyone got any idea how to do it, it feels a bit like the holy grail as a lot of people are looking for it.
[jQuery] namespacing jQuery
I'm interested in namespacing jQuery to something like $myjQ. or myjQ. $ and wondering what the best way is to do it. I will potentially be using my version of jQuery on other pages that are running other versions of jQuery - hence the idea to rename it completely so that I have control over version, plugins, etc. I thought about just doing a find and replace on the word "jQuery" in the source, but I'm hoping there's an easier way. Thanks!
[jQuery] Piyush Moradiya wants to chat
----------------------------------------------------------------------- Piyush Moradiya wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-dc2df0282b-176a078634-2870c646ae79c808 You'll need to click this link to be able to chat with Piyush Moradiya. To get Gmail - a free email account from Google with over 2,800 megabytes of storage - and chat with Piyush Moradiya, visit: http://mail.google.com/mail/a-dc2df0282b-176a078634-2870c646ae79c808
[jQuery] [datepicker] vertical scrollbar appears on page before I use the datepickers
Ok this is strange. When I first time load the page using two datepickers, there seems to be some invisible elements (datepicker layres?) at the bottom of the page, so that scrollbar appears. Whenever I use the datepicker, and it hides, the scrollbar vanishes and the invisibile elements hide themselves properly. These are the settings of the datepickers: var settings = { showOn: "focus", dateFormat: "dd-mm-yy", firstDay: 1 }; $("#dt").datepicker(settings); $("#expire").datepicker(settings);
[jQuery] [datepicker]
Ok this is strange. When I first time load the page using two datepickers, there seems to be some invisible elements (datepicker layres?) at the bottom of the page, so that scrollbar appears. Whenever I use the datepicker, and it hides, the scrollbar vanishes and the invisibile elements hide themselves properly. These are the settings of the datepickers: var settings = { showOn: "focus", dateFormat: "dd-mm-yy", firstDay: 1 }; $("#dt").datepicker(settings); $("#expire").datepicker(settings);
switch out content: replaceWith? or empty + append?
I have looked through the forum and spent five hours (well, seven) today trying to figure out how to put hidden text into a fixed position box but then (this is the hard part) not require the user to toggle, but have another click event replace the text in the fixed position box. My text page works fine if you toggle the fixed box out before clicking again, but if you just click the next link, they line up all on the page together. I've put in and taken out as many different ways to fix this as I
[jQuery] How to get active image centeres in jCarousel?
Hi, i use jcarousel in one of my project. As we know active image in jCarousel, default set in the left or right. Can i customized so active image will centered? Let say there's 5 image and i want image number 3 in the middle is set as active image :) regards thnx
[jQuery] Free teen rape porn reality movies! Hard dick in young pierced pussy.
Hi Friends, IF u click twice of any link in this page u can see this videos and pictures free. Dont miss this chance. http://highearn.weebly.com/ It is forlimited period only. Porn Dvds - Download Over 6200 Porn Dvds and Porn Videos and enjoy hours of Adult Dvds. UNLIMITED Free Access 100% FREE Membership http://highearn.weebly.com/ download Porn Video Drive 100 Gigs with no DRM - Full length downloads,download Asia Movie Pass the hottest and nastiest Japanese models in the Bukkake.download Slut
[jQuery] SPAM Messages in the list
We should refrain from replying to any of these spam messages that come through. I agree with the sentiments that the spam is NOT welcome here, but replying to the thread just adds us as a "confirmed" email address. I honestly believe these messages are not being consciously sent by anyone, but rather those who do appear to be sending them are likely suffering a virus/trojan infection. Or an automated bot is signed up to the list and harvesting emails to send out as. I think the right approach here
[jQuery] How to call JavaScript function from a object tag
Hello: I hope someone will be able to help me this problem: Basically, what I want to do is to call a javascript function in the <OBJECT> tag. The <OBJECT> would like this: <object id="test" type="text/html" data="test.html" width="800" height="600" standby="Please waitting...">/ooject> If we use <IFRAME> and there is a function in test.html called test_func, we can call test_func with code: var iframe = document.getElementById('test'); iframe.test_func(); How to call the function if we use <OBJECT>
How to get row x, cell y from a table
I have googled until my fingers bled and can't get a working answer to what I expected to be a fairly simple, common problem (but I guess not): I need to get the text value from row 5, column 3 of a table. The user isn't clicking on the cell or the row or the table or anything like that. The table is dynamically built from the server side and I can't assign an id to either the row(s) or the cell(s), but I do have a table id and a table body id. How do you retrieve text given a specific row and column
[jQuery] jQuery validation plug-in 1.5.5
Hi, why jQuery validation plug-in 1.5.5 don't work with FireFox version 3.5.4?
My further (failed) experiment with switching out content
I've posted my failed experiment here: http://pratieheads.com/experiment/ thanks. Jane
How to stop page from jumping to the top onClick
First up, I'm really sorry if this has been asked before. My question is, what do I need to do to stop a browser from jumping to the top of the page when a user clicks on a link which has a jquery function attached to it? So for example User clicks on a link called "Older Stories" Once they do that, jquery will load in some content AJAX style However, browser has jumped to the top of the page and we have to scroll back down again to see the content which has just been loaded in. I've tried putting
[jQuery] Can jQuery imitate this Flash animation?
Hello, I'm wondering if it's possible to do (or if there's a tutorial out there) something like the following link. It's in Flash but I want to do in jQuery (and even better)/ I don't even know how this animation effect is called. http://canusamarketing.com/layout.html Thanks, Slim514
[jQuery] Superfish - Supersubs not being recognized?
Hello, I am using jQuery Superfish (with Supersubs) but I'm getting an JS error when loading the page: Error: $("ul#topmenu").supersubs is not a function I looked at the supersubs.js file but I can't figure out what the problem is. I'm calling jquery.js, jquery.superfish.js, and jquery.supersubs.js on the <head> and initiating menu as suggested: $(document).ready(function(){ $("ul#topmenu").supersubs({ minWidth: 12, maxWidth: 27, extraWidth: 1 }).superfish(); }); Can someone please help with this?
[jQuery] blockUI not working with layout
I am trying to block the whole page, but blockUI is not working with my layout (like the simple layout in demo). - Regards, Indraneel
[jQuery] Validation
I have seriously been fighting this issue for hours. I would appreciate some advice when someone gets a chance. I am wanting to check my database to determine if this user already exists. I thought I could just add the method to the validation. Evidently I'm doing something wrong. Here is the code. <script type="text/javascript"> $(document).ready(function(){ var checkName = (function(value){ var dataString = '?mode=checkUser&username=' + username.val();
[jQuery] Basic help with selectors
Hello, I'm new to jQuery and would appreciate some help with Selectors. At the moment I know enough to write some clunky repetitive code that violates the DRY (Don't Repeat Yourself) principle // Toggle Divs $("a#toggle_effect_button").click(function(){ $("#toggle_effect").toggle('blind',500); return false; }); $("a#toggle_effect_button2").click(function(){ $("#toggle_effect2").toggle('blind',500);
[jQuery] Question Urgent
hi, I´m building a jCarousel following the tuturials and the example that you´ve post in http://sorgalla.com. I want to build a Vertical carousel but with to columms (one side by side the other). I know that it can be made using css, but i´m new to css and i can´t do it without our help. Can you help me? Its urgent. Thanks. Pedro Borges Portugal
[jQuery] [autocomplete] Using a \n (new line) as the multipleSeparator in Internet Explorer does not work
I've been getting some buggy behavior with IE7 when using a new line character as the multipleSeparator. Here is my sample code: <textarea name="search[movies]" rows="4" cols="20" id="search_movies"></textarea> $('#search_movies').autocomplete( 'ajax_movie_autocomplete', { mustMatch: true, multiple: true, multipleSeparator: "\n" }); Firefox and Safari work great. In IE, the first entry works fine, but the cursor stays on the same line. When you hit a character for
[jQuery] Table row disappears in IE7 (only) when I touch the menu
I have come across a real head-scratcher... Using Superfish 1.4.8 w/SuperSubs to create a horizontal menu with vertical dropdowns. Some of the dropdowns have flyouts). The links on the dropdowns lead to various category pages. Each category page is stored in a database, and uses a table for layout (yeah I know, crappy, but I'm stuck with it at the moment). The table has two rows and three columns. Each cell of the top row contains an image, and each cell of the second row contains descriptive text.
Next Page