[jQuery] li width bug in jCarousel
In jcarousel 0.2.3, in the reload() funtion, on line 269, there is this code to compute the dimensions of the li's: $('li', this.list).each(function(i) { ... but won't that compute the dimensions of all li's in the document? It should only be recomputing the dimensions of the child li's and so should be something like: var li = this.list.children('li'); $(li, this.list).each(function(i) { ... Is that right or am I missing something?
[jQuery] jcarousel + cycle
Hey guys, i'm using Cycle, to display some images, and i wanted the pager to be a carousel so that as we add more things we aren't constrained by the width of the page. That part in general wasn't that hard. The trick is making the carousel scroll based on the active slide for cycle. I was reading the callback functions, but i'm not sure i know how to invoke it the right way. Basically, when the last visible slide becomes active, i want the carousel to advance. And when it gets to the end, to flip
[jQuery] First jQuery Plugin
Hey guys, first off let me just say Im a jQuery noob, so if you see any obvious errors/improvements, please feel free to inform me! I want to make a simple plugin that auto-populates a html select element, it works fine on the first element but when I call it again to populate a second it appends nothing. Here are my calls in the jQuery UI ajax tab where #product and #new-category are the select elements: $(function(){ $("#product").popSelect("products"); $("#new-category").popSelect("categories");
[jQuery] A loading image in the centre of the screen
I would like with jQuery to show a loading image in the centre of the screen that waits for everything to load. And whatever the browser ! Any solutions ? plugins ?
[jQuery] Superfish Menus Not Appearing In IE6
I realize that this is a common issue, but I can't seem to track down the problem with my site. I have installed the Superfish plugin, and of course, it works like a champ for all browser except for IE6. I installed the bgiframe plugin with the hope that the background images in my portal application might be suppressing the drop-downs, but unfortunately, that didn't do the trick. Could someone offer up some guidance on what I need to do to get this working properly? My site can be found at http://www.brethrenchurch.org/web/brethren/about-us
[jQuery] Global Object, Scope question
This is really a javascript question, but will use jQuery. When a page first displays I would like to save a bunch of data about a form. For example the IDs of all of the inputs and how they are originally defined. Depending on user actions I may need to restore individual form fields to their original state. I don't need to reset the entire form. I know how to use jQuery to select the original form elements, but am struggling with how to store them into an object that I can refer to and retrieve
[jQuery] Shadowbox and JQuery
Can anyone tell me why this isn't working: http://acanthus.sunshine-design.co.uk/projects.htm It's telling me that there's no skin loaded but the shadowboc css is included here: http://acanthus.sunshine-design.co.uk/Css/shadowbox.css Do i need to tell it where the skin is somehow? Or is this a bug?
[jQuery] how to change direction of sub-indicator arrow in superfish
near as i can tell, this is handled in the javascript, not the style sheet. i've modified my style sheet for the horizontal menu so sub- menus fly-out to the left, and moved the indicator arrows to the left of the text, as well. i'd like the sub-indicators to point left (the top level-indicators can continue to point down). how do i do this? thanks, --cz
[jQuery] Cluetip: deactivate a tip
How do I deactivate or unbind a cluetip associated with an element? In the demo, togglable clueTip still invokes the onActivate function. I don't want any other processing to happen. Want to get rid of the hover over event processing for the element. Thanks in advance Abhi
[jQuery] How to prevent refreshing jQuery menu and still have SEO friendly links/pages??
Hi all, How do i prevent my jQuery from reloading per page, but still have SEO friendly pages??? any tips, pointers
[jQuery] Does anyone know of a plugin that allows you to use offset with a right position value instead of left.
Hello all, I am trying to use a slider that when clicked slides out to the left. I cant use offset to position my element, because the slider will slide to the right, owing to the left position element. I have tried to use absolute positioning, but due when the page is resized my layout is lost. It has caused a lot of frustration, so if anyone could help it would be great Martin
[jQuery] Anyone else getting a False Positive from Norton?
I just started getting phone calls with anyone using Norton due to a false positve any time someone activates any of my jQuery effects as simple as .show() http://www.symantec.com/business/security_response/attacksignatures/detail.jsp?asid=23291 HTTP MSIE7 Uninitialized Memory Code Exec I read a lot about previous issues with FP's on load - but this loads in fine - just triggers when they try to click. Any suggestions?
how to identify a removed element and fire an event
Hello all I really need a way to fire an event when a certain element in the html is removed. I can't bypass it at any way. thank you for your help
[jQuery] Troubles with animate in IE (possible bug)
Alright so I'm trying to build a custom accordion type functionality, now it works fine in Firefox, Chrome and Safari but IE is throwing me an error. An example of the functionality can bee seen at: http://www.rememberwhencruisers.com/ My javascript can be found at : http://www.rememberwhencruisers.com/js/site.js And I'm using the google hosted jquery at: http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js Now IE keeps telling me "Invalid Argument" in the jquery library at line 4166 character
[jQuery] Getting text from a div
I am using the jquery windows plugin and i would like to be able to get the title of each window that is created. An example of the html that the plugin creates for the windows title bar is: <div class="window-titleBar" style="z-index: 103;"> Click Example5 <div class="window-minimizeButton">-</div> <div class="window-maximizeButton">O</div> <div class="window-closeButton">X</div> </div> In this case I would like to get the value "Click Example 5" from this particular window. I can get the values
Serialize & submit button
Hello, I would like to serialize all form input elements and it works ok with all input elements except: <input type="submit" name="action" value="something" /> my jQuery version: 1.2.6 is there any way how to fix the problem?
[jQuery] [Listnav] Extra characters
I would like to use some extra characters for the first letter like á, é or ő. I can extend the "letters" array with those chars but when i click them on the interface it shows the full list of LIs instead of the chars i expect. I'm using the newest version (2.0) with jquery 1.2.6. Could u give me some hint how to solve this? Thanks.
[jQuery] Superfish Menu Dropdown Not Working In Firefox
www.omegaboxing.com As shown through Internet Explorer, the navbar works flawlessly. However, when viewing through Firefox, the dropdown menu tends to go behind the content section. How can I fix this?
[jQuery] metadata plugin within jquery core
hello I was wondering why the metadata plugin is not included with the core? thank you for your attention -- Massimiliano Balestrieri
[jQuery] Superfish Menu not working in Firefox
www.omegaboxing.com In Internet Explorer, it works flawlessly as the navbar. However, in Firefox, the submenus tend to roll behind the content box. What's the best way to fix this?
[jQuery] jQuery Menu
I'm currently working on a jQuery menu that loads content via ajax in a div. The menu tree menu with three levels. This is the code that manages the top level click events: $categories.click(function(){ for (i = 0; $categories.length; i++) { switch(this.id){ case "topLevel_" + i: $(this).attr("id","topLevel_"+ i +"_active"); // Change ID to allow toggling $categories.removeClass('active'), $(this).addClass('active'); $categories.not(this).hide(350); // Hide
[jQuery] cancelling default click handler for <label/>
I have markup that looks like this: <div id="phrase:witness%2Bwhereof" class="as-s-comp"> <label class="checkbox" title="witness whereof"> <input type="checkbox" value="witness whereof"/> witness whereof </label> <a class="cl" href="#">(4104)</a> </div> When I click anywhere within the label, the checkbox toggles from its previous state. I'd like to cancel this behavior, so that clicking within the label has no effect on the checkbox. How would I use jQuery to accomplish this? Thanks in advance for
[jQuery] Best accordion plugin compatible with jQ 1.3.x?
I'm looking for an accordion menu that is compatible with the newest release of jQuery. I don't want to use the UI accordion as I want a single plugin without having to tie into a full on UI download. Can anyone suggest one? Andy Matthews Senior Web Developer www.dealerskins.com P Please consider the environment before printing this e-mail. Total customer satisfaction is my number 1 priority! If you are not completely satisfied with the service I have provided, please let me know right away so I
[jQuery] How do I change the "q=" parameter?
Hello This is a great script, there's no doubt about that. However, I need to use this script with Drupal, and Drupal already uses a "$_GET[q]" parameter, and the autocomplete script seems to interfere with that. I've heard that I can change the "q=" parameter somewhere in the "jquery.autocomplete.js" file, but I don't know where. I'm using version 1.0.2 of the autocomplete jQuery plugin. Can someone tell me what and where do I have to make changes so that I can put "query=" instead of "q=" ? Thanks
[jQuery] table column resizable
None of the available table column resizer worked for me please help me if there is any plugin which works with latest jqeury -- View this message in context: http://www.nabble.com/table-column-resizable-tp22434653s27240p22434653.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.
[jQuery] validator on image/link
Hey everyone, Im kinda new with jQuery, so please have a bit patience with me for the propably noobish question. I'm having a few forms, on each form there are 2 options to go to the next one, and on each of the 2 options, i need the validator to activate. The first option is a normal button on the bottom, which if clicked activate the validtor. The other option is through a button in a navigation bar in the top of the screen. This is how one button in the current navigation bar looks like: <\a href="input_properties.aspx"
[jQuery] How can I use VAR str into json object
var str = "hello"; var json = { str: "123" } I know this is not jquery question , but I don't know where I should go The question is how can I use VAR str into json object, I don't want {"str": 123}, actually i want {"hello": 123} How can solve this problem? In fact this question troubling me a long time Thank you for the answer, any input will help
[jQuery] Masked Input Plugin 1.2.2 Released
There is now a new version of my Masked Input Plugin (http:// digitalbush.com/projects/masked-input-plugin/) for jQuery. This is primarily a bugfix release which addresses some edge cases. Additionaly, I made a few changes that I feel make the plugin behave more natural so that the user experience isn't affected too much by using the plugin. A few other things worth noting: This is my first build for this plugin that uses a build script. No longer am I compressing the javascript by hand. I'm hoping
[jQuery] How to prevent refreshing jQuery menu and still have SEO friendly links/pages??
Hi all, So i have created a jQuery menu, but now i am stuck with SEO friendly url's in combo with my jQuery menu refreshing? I don't want my jQuery menu refreshing each time you click on a menu link.
[jQuery] Superfish questions
Hi, everyone. I'm a happy jQuery user, and have been using Superfish for drop-down menus in a Rails project I'm working on. There are two things I'd like to do with Superfish that I don't see in the documentation, and before doing convoluted things (or switching to a different plugin), I wanted to ask if these were possible: (1) I have about five top-level menu options, one of which has four second-level options. I would sometimes like to redirect people to the page such that one of the menus is
[jQuery] JQuery expert in Sweden or Scandinavia
I'm looking for a JQuery expert in Sweden or Scandinavia. I'd like him/ her to do a workshop about JQuery for my company. Please contact me for further details. mats.bryntse@avensia.se /Mats
Jquery POST & BLOB-ing from PHP
Hi, I have a form which uses a JQuery POST command to submit the form contents to a PHP script. This works fine, but the PHP script is then supposed to be displayed on the page as an image (Using Image Magick/ Magick Wand). The problem is that when I post, I cannot get the new image to display with the updated form fields. For instance, if the user types "Hello" into a textbox, this should be written onto the image that is posted back to the screen (I want the POST just to update the image embedded
[jQuery] problems with jquerytableresizer
http://code.google.com/p/jquerytableresizer/ I am trying to use the jquerytableresizer but having some problems. First of all the first column turns different attached is the image http://www.nabble.com/file/p22426241/jquery-resizer.gif and second inside the jquery tabs its behaving very strange ,first time when I scroll any column it automattically scrolls with onmouseover and all other columns cannot be reseized did any body faced this ? please help me ? -- View this message in context: http://www.nabble.com/problems-with---jquerytableresizer-tp22426241s27240p22426241.html
[jQuery] Bug w/ AjaxSubmit?
Hi there, I'm using Validate and AjaxSubmit on a form of mine. It's on a "long" webpage, where you need to scroll to reach the form. For this reason in the action i've added index.php#contact If people w/ JS disabled submit the form, they will be taken back to the form. Only, IE & AjaxSubmit seem to freeze on a hash in the action. Any clues? FF & AjaxSubmit / Safari & AjaxSubmit are just fine. I'm on Windows. It took me a while to figure out it was the hash in the action. Thanks, knal
[jQuery] combined url
Hi I'm new to jquery i can't understand what the followng means. var combinedIncludeURL = "combine.php?type=javascript&files="; can i modified that ? my requirement is can i call jsp instead of this? plz help me
[jQuery] tree view problem
tree is working fine on mozilla and safari , but its not working properly on ie6 or 7
[jQuery] [validate]
I have found a possible bug and a possible solution. When I validate my form select box, its label goes red (gets the error class added) as does the element itself. When I update my selected value, the label disappears altogether. Work around: errorElement: "em", If I set errorElement to something other than label I get the expected result (label remains and error class is removed). I decided to have a quick look at your source code and found that the change shown below to the errorsFor function
Getting posted parameter from headers
Hi all, Firebug's console is showing when visiting my test.html page Headers, Post and Response. In the Post tab it is showing: "id 9" I need to create a new page and get that 9 in it so I can use it. I don't mind jQuery, Ajax or Javascript but I need that 9. I know that with php I just need $_REQUEST["id"]; but I cannot use php. Thanks a lot in advance!!
[jQuery] Superfish limit
Hello, I have problem on using superfish. I have googling to fix it but still have no luck. I use superfish on joomla website. It works fine. Except now i want superfish only active for 2 levels of ul. Example: <ul> <li class="parent item3"><span><a href="#">Main Link</a></span> <ul> <li class="item128"><a href="#"><span>Link 1</span></a></ li> <li class="item18"><a href="#"><span>Link 2</span></a> <ul> <li><a href="#"><span>Sublink2 1</span></a></li> <li><a href="#"><span>Sublink2 2</span></a></li>
[jQuery] JQuery XML parsing is not working in IE?
Hi, all, I have used following code to parse XML file, it works very well for firefox, but not for IE. Can any one told me why and solution ? Thanks! (rXml).find("wired_port").each(function() { var o=new Object(); o.port=$("number",this).text(); o.mac_address=$("mac_addr",this).text(); var enabled=$("enable",this).text(); var interface_status=$("interface_status",this).text(); var link_status=$("link_status",this).text();
Next Page