[jQuery] An(other) IE issue...either case statement or select option manipulation issue or I don't know what..
Howdy, I searched the group for a few hours yesterday and didn't see anything that helped me. Maybe I overlooked it...anyway here's my issue: I have dropdowns of conference sessions which are ran twice each over the course of the conference. We don't want people signing up for the same session so I need to disable the option/session in other dropdowns. The below works in FF and Chrome but not IE. I've been able to disable an entire select in IE but not specific options. Other questions: is there
[jQuery] Problem with Jquery tabs
I'm having an issue getting Jquery tabs to run correctly. I'm using the technique described at http://media.jqueryfordesigners.com/jquery-tabs-part2.mov . I've setup a test case here: http://dl.getdropbox.com/u/21984/menu_test_case/tab_test_case.html The tabs work as expected when they are clicked on, but upon initial load, all the tabs are displayed instead of the 1st one. Any ideas on why this isn't working quite as expected? -- View this message in context: http://www.nabble.com/Problem-with-Jquery-tabs-tp20792283s27240p20792283.html
[jQuery] how could I select the applet node in jquery
currently I have a <applet> node with random names and ids everytime in my velocity page. I wonder if we have some selectors to select this element
XML parsing
Jquery NOOB here so please be nice I have the following code whic loads the xml in FF but NOT IE - that always fails and I don't know why.... $.ajax({ type: "GET", url: "http://localhost/jargonterms.xml", dataType: "xml", success: function(xml) { terms = $(xml).find('term'); desc = $(xml).find('description'); highLight(document.getElementById('iContentHolder')); } }); //close $.ajax( any pointers would be grand...[/code]
Help with jQuery tabs
I have implemented a tabbed layout and most everything works great, but I am stuck on the last piece of functionality. Each tab/section has a subnav on the right. These links are not working right now. I don't know how to have them open in the scroller pane, and keep the parent tab highlighted too. Can someone point me in the right direction. I would very much appreciate any suggestions. Thanks http://pixeltrails.com/clients/eoffice/index.php
[jQuery] Simple way to preload all images within a specific div?
Hi, I'm trying to do the following using jQuery: When a user clicks on a link in the menu of the page, a sippet of html code is loaded from an external html file (thus removing the navigation between several pages). This sippet contains a number of images (which will later become individual galleries using the SlideViewer plug-in, but that's not the problem). I've managed to make a function to load a specific div in this external html file, but I can't manage to preload the images they contain. See
[jQuery] UI/Resizable
hi I applied the resize option to resize a textarea's height while the width should be dynamic (100%), so if the user resizes the browser window the textarea changes it's size. The default behavior seams to be that the width changes to a fixed value. Anyone an idea how to change that? thanks for any hints $(".resize-y").resizable({ handles: "s,e", preventDefault: true }); nos
[jQuery] Date validation issue on Safari [validate]
Hi , First of all, Thanks for an awesome validation plugin :D I've used bassistance.de validation plugin version 1.4 and 1.5 and it's working fine on IE and Firefox. Just recently I've found that date validation isn't working properly on Safari. On Safari, it seems it's validated against American date format, so if I type in 10/02/2008 this is valid, but 14/02/2008 is invalid and it throw an error and won't let me submit the form. There's no problem on IE and Firefox, 14/02/2008 is valid and the
[jQuery] Question from a Beginner - Creating DIVs on the fly, class-triggered events not working
Hey all, I have just started using JQuery and have come across a hurdle. I am creating DIVs on the fly (using a JQuery). For these DIVs, I have them tagged to a Class. For this Class, I have an Event tied to it. For some reason, the Event doesn't seem to work for the newly created DIVs. However, it works for the hard-coded DIVs. Here's an example of what I mean. I'm using a Javascript to create the DIVs on the fly. e.g. function createDiv() { var divHtml = $("#existingDivs").html(); $("#existingDivs").html(
[jQuery] jQuery Treeview 1.4 by Joern Zaefferer
I am using this menu for a clients website, and I am having some problems with functionality. I may be reading it wrong, but in the documentation under "persist: 'location' " it states "looks within all tree nodes with link anchors that match the document's current URL (location.href), and if found, expands that node (including its parent nodes). " I am under the impression that when I create a URL for a menu item, when clicked it will expand the sub-menu's under that menu item, as well as directing
[jQuery] [ANNOUNCEMENT] jquery.timepickr.js: first official release
Hi everyone, Yesterday I released the first public release of my jquery.timepickr plugin. I've posted it on the jQuery plugin page: http://plugins.jquery.com/project/jquery-timepickr Home page: http://haineault.com/media/jquery/ui-timepickr/page/
[jQuery] Double right-click, anyone?
Hi everyone, Does anyone has code, implementation, plug-in or whatever to detect double right-click? I'm searching and trying for couple of days now without any result. Appreciate any help.
[jQuery] jQuery Form and jQuery UI Submission Problem
I'm trying to something that should be pretty simple: Open up a jquery-ui modal dialogue with a form in it. When the user submits the form, it shows the server output right there in the open dialogue. User closes it, and goes back to the screen where they just were. I can get it to pop the dialogue and show the form, but when you submit the form it submits it normally (doesn't use ajax/jquery.form to do it) Code: At the bottom of my main document: <div id="download" title="Download Template"></div>
Weird selectors
Hello. I have got a problem with selectors. I am trying to get them to work for quite a while now. Here is what I got. $("a:not([@rel*=lightbox]),a:not([@href^=javascript])").click(function() { // stuff }); I want to apply that function ONLY to anchors without rel and href which does not start with javascript, but here goes my problem. It works only if I have either a:not([@rel*=lightbox]) or a:not([@href^=javascript]) Never with both. Any suggestions would be appreciated. Regards
Hiding / showing page parts based on form changes
I am new to jquery and am having a hard time figuring out this problem. I want to hide certain table rows containing form fields when a page loads and only show them when the rel value in a select option equals the rel value of the table row. I'm using a non-standard attribute "rel" for this but could switch to id or class if it would be easier. The first part is simple $(function(){ $("tr[rel]").hide(); }); The rest I'm not sure about. I tried this: $("select").change(function () { $(("tr[rel]").val()
[jQuery] IE7 & jquery lightbox issue
I have used Lightbox and it works well in all browsers on my locale machine. But when I upload it on server for first time I can see & click "Next" but from there onwards "Next" button appears right below to "close" button. Please let me know if there is any solution. URL: http://creativevisa.net/ver3/index.htm
Spinbutton in multiple text fields
Hi everyone! I'm working with spinbutton and my form has 3 text fields, but I can get spinbutton working on one of them. The others 2 I can't get it work! How can I make spinbutton work in all my text fields? I've tried to make a each() but I don't if I did it rightly. thaaaansk!!!
[jQuery] Linked tabs that slide in and out when hovering over images
Hi! I'm trying to add a menu of tabs that show and hide as you hover over a div. I think I have it working, but I also want to allow people to click on the tabs which will take them to other pages. My tabs show and hide, but I can't get them to stay displayed so a user can click on a link. Also, I'm going to have multiple divs like the one in the example. How can I make sure that: 1) hovering on an image brings out the tabs and allows people to click on them 2) mousing out hides the tabs 3) hovering
Show/Hide Toggle from outside <div> tag.
Hello guys, I'm hoping someone can assist, Im basically showing/hiding panes use a basic toggle. I have no issues being able to toggle the pane while inside the <div>, but I would like to add toggle switches at the top of my page so I can show and hide panes as when needed. I need help... My script section: $(document).ready(function(){ $(".togglearea1 .delete").click(function(){ $(this).parents(".togglearea1").animate({ opacity: "hide" }, "slow"); }); $(".togglearea2 .delete2").click(function(){
[jQuery] BlockUI and IE 7 issue
HI all, I'm using Block ui to block during Ajax calls thusly: $().ajaxStart($.blockUI).ajaxStop($.unblockUI); but it flashed black before beginning to fade in, is there a better way to do this ? a better pluging to use? Is there a way to fix this? I goto the demo page and all the demos there seem to work without the flash of the black screen. Thanks, Cal (Sorry if this double posts but I wasnt' able to find my original post)
[jQuery] Using a pause in typing instead of onkeyup
I've got an autosuggest script that runs every onkeyup. So for every key stroke, the script calls the server. I would much rather see this script call the server after the user stops typing, or if while typing, after a set number of microseceonds have passed before calling the server to run its search suggestions. Any thoughts?
[jQuery] Josh Nathanson's magnify not showing stage in IE7
I am almost certain that I previously had it working in IE7, which leads me to think it's some new JS that is conflicting but I can't figure it out. Where can I start to look for IE7 conflicts?
[jQuery] Strange behavior of [tooltip] plugin in IE7
Hi all, May be some can help on this problem. When the tooltip plugin [http:// plugins.jquery.com/project/tooltip] is applied to an absolutely positioned box nested into a larger absolutely positioned box, all boxes flicker when the mouse is hovering and if the tooltip eventually displays is only because the boxes disappear. Playing with the overflow property makes to have different behavior such as just the background box to disappear and the inner box remain visible, but still providing a quite
[jQuery] liscroll doens't work correctly!
Hello, I'm using liScroll here : http://alia.hdeya.com I don't know what's the problem ! Thanks & Regards, Mahmoud M. Abdel-Fattah
[jQuery] Block UI and IE7 + ajax
HI all, I'm using Block ui to block during Ajax calls thusly: $().ajaxStart($.blockUI).ajaxStop($.unblockUI); but it flashed black before beginning to fade in, is there a better way to do this ? a better pluging to use? Is there a way to fix this? I goto the demo page and all the demos there seem to work without the flash of the black screen. Thanks, Cal (Sorry if this double posts but I wasnt' able to find my original post)
[jQuery] Development pattern for large projects
I am a Java developer who is working more and more with javascript. I love Jquery, but am unsure how to architect a largish project. Each widget I make will need to communicate with the server, so I have put each widget in its own directory and have it pull dynamic content from jsp/php files in the same directory. When I want a page (in another directory) to include the widget, I have taken the approach of including the appropriate .js file using a <script> element in that page, creating the objects
[jQuery] Block UI plugin and IE7
Hi all, I added block ui to darken the ui when ajax is upding thusly. $().ajaxStart($.blockUI).ajaxStop($.unblockUI); but it does nto grey out smoothly, first it flashes black, then goes as i'd expect. Is there a better plugin or is there a way to fix this? Thanks, Cal-
[jQuery] Event handling, bubbling, and SELECT change
I've tried to understand "bubbling" and I think my problem has something to do with that, but I'm not sure. Basically, it seems to me that an event fires on a SELECT element even when the page simply loads. I need to know how to either: a.) prevent this initial firing, so that my .change function is only processed when the user actually does something (whether with the keyboard or the mouse), or b.) figure out how to distinguish between the two kinds of event firing (window just loading versus user
[jQuery] Jquey Block UI is not working in IE 6
Hi All, We are usung Jquery Block UI it is working fine in firefox but not in IE, We are displaying Pop-up before the User deletes a row (Confirmation popup) if the user clicks OK , we need unblock it not working IE. Here is the code function delete(){ jQuery.blockUI({ message: $('#deleteMessage'), css: { height: '200px', width: '600px' } }); } function removePopUp(){ jQuery.unblockUI(); return false; }
[jQuery] ui.jquery.com - down?
Anyone know what the deal is with ui.jquery.com being down? I'm just getting a default Apache page. Any ideas when it will be available again?
[jQuery] ActiveX activation with jquery minified
Has anyone had any trouble getting the dreaded ActiveX activation even while using JQuery Minified? I know that there's an issue with using the packed version and that there are some workarounds with that. And at first, I figured it had to do with the jquery sifr plugin which was being implemented. But once I took all scripts out except for jquery-1.2.6-min.js, the problem still persists-- I can't even run jquery without accepting the activex control! Odd.. I know. I'm not sure if it makes a difference
[jQuery] UI download builder broken?
http://ui.jquery.com/download_builder/ Is UI download builder working? I choose the components I want and click download but nothing happens. It just resets the form. -- Mika Tuupola http://www.appelsiini.net/
[jQuery] jQuery / XML / IE
OK, this works marvelously in Safari and Firefox for the Mac as well as Firefox for the PC but it doesn't work worth spit in IE. I would appreciate any assistance. It's just reading form a simple XML file to output information in divs. http://rationalogic.com/xml/
[jQuery] avoid inserting twice
Hi, How do you avoid inserting twice the same element after another? $('#button').bind('click', function() { $('#header').after('<div id="new">tester</div>'); }); -- regards, takeshin
Simple way to load all images in a specific div?
Hi, I'm trying to do the following using jQuery: When a user clicks on a link in the menu of the page, a sippet of html code is loaded from an external html file (thus removing the navigation between several pages). This sippet contains a number of images (which will later become individual galleries using the SlideViewer plug-in, but that's not the problem). I've managed to make a function to load a specific div in this external html file, but I can't manage to preload the images they contain. See
[jQuery] Easiest Tooltip and Image Preview Customization
http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery I've implemented the tooltip/preview no problem, but I have some images on the right hand side of the page where when the image preview pops up with the full size image, half of the image is hidden outside the margin of the window (to the right). A horizontal scroll bar is generated because of this but it's essentially useless because I cannot scroll to the right while hovering over the image. So, what I'm wondering is,
[jQuery] Javascript, or only Javascript-inna-browser?
Is jQuery supposed to be specifically targeted at Web client-side (i.e., browser) usage? Or to make Javascript easier in general? Most of its functionality seems aimed at the former, but there are a number of aspects that I can see would be useful in now-client environments. I ask because currently jquery.js is dependent on 'window' being globally defined, which of course isn't the case for, say, a Rhino environment. Thanks again..
[jQuery] [validate] Allowing letters only in a text input?
Hi, I'm using the jQuery Validate plugin with success in it's basic form. I'm looking to require ONLY letters in a field and I see that it's possible (I think) using the code in the additional-methods.js file which is included in the download package. The code is as follows: jQuery.validator.addMethod("lettersonly", function(value, element) { return this.optional(element) || /^[a-z]+$/i.test(value); }, "Letters only please"); My problem is that I'm not sure where to place the above code so that
[jQuery] Horizontal scroll of lists with differing widths
Hi all, Just wondering if someone could point me in the right direction for finding this code. Basically, I have a list which could contain 1-6 images. When there are four or more images, I would like to add a horizontal scrollbar to the content. I don't want to do this using CSS as I would need to add the full width to the list regardless of the amount of images. I would like to not have scrolling if there are less than four images. I have taken a look at "jScrollPane", but this doesn't seem to
[jQuery] Event trigger ajax event
I am confused when it comes to triggering an ajax event. I would like to trigger a ajaxStart event, so I use: $.event.trigger("ajaxStart"); But now, what will that trigger? What piece of code? Do I need to have an $.ajax() function somewhere, so that when I trigger the ajaxStart, it will pick up that ajax function? Help me understand how these can work together! Thanks!
Next Page