[jQuery] Newbie Question: Finding and manipulating an element

2010-03-01 Thread Aaron Johnson
title=Announcements href=foo.htmlspanAnnouncements/span/a/li /ul /li /ul Thanks for your help! Aaron

Re: [jQuery] Newbie Question: Finding and manipulating an element

2010-03-01 Thread Aaron Johnson
Greg, Nathan, Thanks very much for your help! On 1 March 2010 14:58, Nathan Klatt n8kl...@gmail.com wrote: On Mon, Mar 1, 2010 at 5:06 AM, Aaron Johnson aaron.mw.john...@gmail.com wrote: The top level list has an ID and associated css, I'd like to add a class to each of the nested ul

[jQuery] (validate) Validation following server-side submit

2010-01-30 Thread Aaron Gusman
As you all know, validating on the client-side only can be easily hijacked by disabling javascript. For this type of validation I am using the jquery validator plugin http://docs.jquery.com/Plugins/Validation. When all client-side validations are successful, and the form is submitted to the

[jQuery] Accordian functionality

2009-12-08 Thread Aaron Gusman
I'd like to create my own type of accordian however I am finding difficulty with creating the query for selection. Say I have a div with another two divs inside - I will call this parent div as the SideBox. The first child div is the header and it is the one that will be clicked - I will call

[jQuery] Re: Accordian functionality

2009-12-08 Thread Aaron Gusman
all SideItems from the result of the previous query Thanks Aaron On Dec 8, 5:02 pm, MorningZ morni...@gmail.com wrote: Here's a simple example based on your class names http://jsbin.com/ayate/edit On Dec 8, 9:40 am, Aaron Gusman ict.aarongus...@gmail.com wrote: I'd like to create my own

[jQuery] Slow-loading jCarousel

2009-11-23 Thread Aaron
://identitypr.com/2010/ Any ideas? Thanks!! Aaron

[jQuery] How to keep two select items having the same value

2009-11-09 Thread Aaron
Hi all, I have two select tags which have the same options in the different positions of a page: For example, select name=number1 option1/option option2/option option3/option option4/option option5/option /select ... ... select name=number2

[jQuery] Re: Select the inverse of what you're looking for

2009-10-31 Thread Aaron Gusman
(background-color, Red); On Oct 30, 12:58 pm, Aaron Gusman ict.aarongus...@gmail.com wrote: I have a table with 2 columns and four rows.  I am currently able to highlight the row which contains a specific piece of text.  But what I want to do is to highlight the rows that DO NOT have that piece

[jQuery] Select the inverse of what you're looking for

2009-10-30 Thread Aaron Gusman
I have a table with 2 columns and four rows. I am currently able to highlight the row which contains a specific piece of text. But what I want to do is to highlight the rows that DO NOT have that piece of text. Here's the code: This line highlights the row that contains a cell with the text

[jQuery] Using jquery ui plugin. Don't know what functions name to use.

2009-10-10 Thread Aaron
HI, I am using this: http://jquery-ui.googlecode.com/svn/branches/labs/carousel/demo/index.html plugin to jquery ui. The problem is that it's not working at all. I downloaded the firefox debugger and it's spitting out a error saying that it can't find the function of carousel. I am not

[jQuery] using jquery ui plugin to make carousel effect

2009-10-10 Thread Aaron
Hi, I am trying to use this plugin:http://jquery-ui.googlecode.com/svn/ branches/labs/carousel/demo/index.html I don't know what the function name to use to make a carousel effect. I even looked at the source code of those demos and tried to use the function carousel. I have firefox debugger

[jQuery] Re: Trying to use fadein and fade out with mouseover and mouseout functions.

2009-09-25 Thread Aaron
no, the problem I have is that I set a mouseout function from jquery on the menus background. This background is a box blue square. On this square is buttons that once clicked takes you to different pages. These buttons are more linke image links. Well when the mouse moves over to the image

[jQuery] Re: Trying to use fadein and fade out with mouseover and mouseout functions.

2009-09-25 Thread Aaron
Hi, what I want is to use a IF statement on the mouseout function. So based on the conditions it will use the fade out function when the mouseout effect occures according to those conditions. That means that the conditions are that if the mouse moved off the menus background then as long

[jQuery] Re: Validate Plugin - Charcode Warning in Firebug

2009-09-09 Thread Aaron Kreider
This happens on the example demo: http://docs.jquery.com/Plugins/Validation#Example Firefox 3.5.2 Firebug 1.5X.0a22

[jQuery] Re: Validate Plugin - Charcode Warning in Firebug

2009-09-09 Thread Aaron Kreider
On Sep 9, 7:40 pm, Geoffrey geoffreydhug...@gmail.com wrote: My first question is why are you using a development version of Firebug? I copied and pasted the jQuery example into an html file and tested it and I get no error in FF 3.5.2 with the current release version of Firebug 1.4.2 There

[jQuery] Validate Plugin - Charcode Warning in Firebug

2009-09-04 Thread Aaron Kreider
I'm using the jQuery Validate plugin. I have a basic form that asks for someone's name: input type='text' name='gsFname' class='required ' class='prompt' size='18' maxlength='50' When I enter the first character into the field, I get a Firebug warning: The 'charCode' property of a keyup event

[jQuery] Form Serialize - Not replace space with plus

2009-09-04 Thread Aaron Kreider
I'm using $(form).serialize(), and then doing an AJAX request. JQuery automatically replaces spaces with the + character. How can I keep my spaces? (I couple replace the + character with a space on the server side, but I want the users to be able to enter the + character when they submit

[jQuery] Re: Callback Not Working

2009-08-24 Thread Aaron Gundel
() { $(this).siblings('div.SectionTitle').fadeIn('slow'); }); }); } Aaron On Mon, Aug 24, 2009 at 5:16 AM, GLSmythgeorge.sm...@gmail.com wrote: I am looking to fade text out when the mouse passes over it and replace it with text that is faded in. My understanding

[jQuery] On mouse events / style switch

2009-08-04 Thread Aaron Johnson
Hi Is it possible to do an 'on click' event that changes a css selector, then an 'off click' that switches it back? I am working on a touch screen app and need to replicate a css hover state. If anyone can point me towards an example or a tutorial, I 'd really appreciate it. Thanks! A

[jQuery] Re: On mouse events / style switch

2009-08-04 Thread Aaron Johnson
that idea hit you and away you go fixing your problems. Aaron Johnson wrote: Hi Is it possible to do an 'on click' event that changes a css selector, then an 'off click' that switches it back? I am working on a touch screen app and need to replicate a css hover state. If anyone can point me

[jQuery] Re: :visible fails in MSIE8 (in a ThickBox)

2009-06-26 Thread Brandon Aaron
This is (finally) fixed in latest SVN and will be in jQuery 1.3.3. -- Brandon Aaron On Fri, Jun 26, 2009 at 1:50 PM, Nekura Nekonekura.n...@gmail.com wrote: Okay, so jQuery 1.3.2 defines the visible filter like this: Sizzle.selectors.filters.visible = function(elem){        return

[jQuery] jQuery virtual keyboard

2009-06-08 Thread Aaron Johnson
Hello I googled around for an onscreen keyboard that I could use as part of a touch screen application, and came across... http://designshack.co.uk/tutorials/creating-a-virtual-jquery-keyboard which is very nearly perfect for what I want. However, I need the keyboard to stay visible

[jQuery] Re: urgent json parsing error!!!! very important

2009-06-06 Thread Aaron Gundel
My guess is that you're not building an extension for twitter that will run on their site, so you're violating the cross domain request rule. You cannot directly request from twitter.com, you'd have to proxy through a page on your site (some page that forwarded this request to twitter and

[jQuery] Re: Complicated setup help.

2009-06-05 Thread Aaron Gundel
for. Perhaps someone else will have something else to add. Aaron On Thu, Jun 4, 2009 at 4:50 PM, Dave Maharaj :: WidePixels.comd...@widepixels.com wrote: OK forget previous post How can I disable all links with $('a[class^=edit_]') after one is clicked? what I did was fade the other buttons

[jQuery] Re: jquery.ui.cascade null/not an object/undefined, etc etc.

2009-06-05 Thread Aaron Gundel
Is it possible to include some more code with this? It's difficult to tell what's going on when we can't see the source. Thanks. On Fri, Jun 5, 2009 at 2:11 PM, lysholmtaylorjperk...@gmail.com wrote: So I'm sure I'm just missing something simple, but I'm having a problem with the cascade

[jQuery] Re: document.body is null or is not an object

2009-06-05 Thread Aaron Gundel
What is your doctype for the page? strict doctypes will render under document.documentElement rather than document.body. Not sure if there's any particular reason you're doing it this way though. It would probably be much simpler to do something like jQuery(body).append(div /) On Fri,

[jQuery] Re: question re: .live() and .empty()

2009-05-30 Thread Brandon Aaron
() events. http://docs.jquery.com/Events/die#typefn -- Brandon Aaron On Fri, May 29, 2009 at 10:06 PM, Jack Killpatrick j...@ihwy.com wrote: I'm guessing that once a .live() instantiation occurs it's there for good. If that's the case, is there a way to destroy it? (in particular as it pertains

[jQuery] Print functionality

2009-05-28 Thread Aaron Johnson
Hello... I would like to have a print this page link that when clicked, opens up a new window with specific content and print css, in the same way that gmail does it. Can anyone point me in the direction of a tutorial or advice? Thanks for your help... AMWJ

[jQuery] Re: Reverse a collection of jQuery elements.

2009-05-27 Thread Brandon Aaron
$.fn.reverse = [].reverse; $('#some_selector').parents('li').reverse(); :) -- Brandon Aaron On Wed, May 27, 2009 at 4:51 PM, simshaun simsh...@gmail.com wrote: I need to reverse the collection jQuery returns when I use    $(#some_selector).parents(li); in order to build a path

[jQuery] Javascript error on IE

2009-05-19 Thread Aaron Lee
; } } snip } Any ideas? -Aaron

[jQuery] Re: Javascript error on IE

2009-05-19 Thread Aaron Lee
jQuery plugin for rounded corner which works across browsers? -Aaron On Tue, May 19, 2009 at 6:07 AM, ryan.j ryan.joyce...@googlemail.comwrote: it's going to be one of your selectors - if you're at a loss where to start maybe just chop out functions until it starts working, and then look more

[jQuery] Re: Best book to learn jQuery?

2009-05-18 Thread Brandon Aaron
. :) -- Brandon Aaron

[jQuery] Re: Events - Live -v- Livequery

2009-05-18 Thread Brandon Aaron
Only Live Query supports calling a function when an element is matched (or unmatched). If you need this functionality, then you'll need to stick with Live Query. -- Brandon Aaron On Mon, May 18, 2009 at 9:58 AM, Meander365 aarron.pain...@gmail.com wrote: Hi all, I normally do

[jQuery] Re: scrollTop on jQuery object

2009-05-18 Thread Brandon Aaron
There are two ways to get the DOM element out of the jQuery object. Assuming $msgs from your code example, you could get the first message as a DOM element like this: var msg = $msgs.get(0); // or var msg = $msgs[0]; // then get scrollHeight msg.scrollHeight -- Brandon Aaron On Mon, May 18

[jQuery] Re: jQuery-way for filtering self + all children

2009-05-04 Thread Brandon Aaron
FYI... There is an open enhancement ticket that proposes adding an optional selector to the .andSelf() method. http://dev.jquery.com/ticket/4446 -- Brandon Aaron On Mon, May 4, 2009 at 5:11 PM, Pappy helga...@gmail.com wrote: Just curious... what's the jQuery-way of saying Give me all children

[jQuery] Re: jQuery-way for filtering self + all children

2009-05-04 Thread Brandon Aaron
-- Brandon Aaron On Mon, May 4, 2009 at 6:57 PM, Pappy helga...@gmail.com wrote: While it will be nice to pass in a selector to andSelf, it's a shame you'll have to repeat the selector in both the 'find' and 'addSelf'. I'd still rather there be only one function necessary. It's an awfully common

[jQuery] Re: Loading before dom = ready - Best Practices.

2009-04-23 Thread Brandon Aaron
You could use $.getScript to load in the slow loading scripts. Any scripts loaded this way will be non-blocking (asynchronous). -- Brandon Aaron On Thu, Apr 23, 2009 at 2:13 PM, hedgomatic hedgoma...@gmail.com wrote: While virtually every site in existence trumpets using the jQuery DOM

[jQuery] Re: Loading before dom = ready - Best Practices.

2009-04-23 Thread Brandon Aaron
On Thu, Apr 23, 2009 at 3:42 PM, Adam hedgoma...@gmail.com wrote: On Apr 23, 2:57 pm, Brandon Aaron brandon.aa...@gmail.com wrote: You could use $.getScript to load in the slow loading scripts. Any scripts loaded this way will be non-blocking (asynchronous). -- Brandon Aaron

[jQuery] Cross-domain request - getJSON

2009-04-23 Thread Aaron Kreider
I've got a ajax request that I'm trying to modify so that it will work cross domain. I'm calling this from another domain (localhost to be precise). $.post(http://www.energyjustice.net/map/server-test/webservice/ searchserver-new.php?+str, { giAjax: 1, gsSearchtype:

[jQuery] Re: Questions about $.live, Live Query and performance

2009-04-20 Thread Brandon Aaron
number of elements and they exist at runtime then you should still use bind. -- Brandon Aaron On Sun, Apr 19, 2009 at 11:16 AM, Geoffrey geoffreykjqu...@gmail.comwrote: $.live and Live Query are both wonderful. I am hoping to put them to extensive use in my projects. I have a few questions

[jQuery] Get a hold of collection inside $.each?

2009-04-03 Thread Aaron
I am wondering if it is possible to get a hold of a jQuery collection inside the each function without two expressions, like this: jQuery('p').each( function(i) { if (i === 0) { // alert the length of the expression jQuery('p') } }); I could of course do this: var els =

[jQuery] Re: Flash within a Tab | Always reloads when you revisit the tab

2009-03-17 Thread Aaron Barker
If you are referring to Firefox there is this bug that I submitted years ago that hasn't been looked at yet https://bugzilla.mozilla.org/show_bug.cgi?id=262354 On Mar 17, 7:48 am, Sridhar Kuppalli sridhar.kuppa...@gmail.com wrote: Hi All,    - I have jquery tabs, where I have a flash movie

[jQuery] Re: What can we use in place of $.browser?

2009-02-25 Thread Aaron Gundel
http://docs.jquery.com/Utilities/jQuery.support jQuery now uses feature detection. There are some good links to explain in the post above. It is still possible to detect which browser is being used (plain old js) but jQuery support will probably be removed at some point in the future. On Wed,

[jQuery] Re: Minified and Gzip?

2009-02-19 Thread Brandon Aaron
|pdf)$ no-gzip dont-vary # Make sure proxies don't deliver the wrong content Header append Vary User-Agent env=!dont-vary Hope that helps... -- Brandon Aaron On Tue, Feb 17, 2009 at 7:00 PM, ScottChiefBaker scott.ba...@gmail.comwrote: How do I setup JQuery to be server Gzipped? Using apache I

Re: FW: [jQuery] Re: Returning Javascript

2009-02-17 Thread Aaron Gundel
eval is only for javascript. You cannot eval the whole response. If you want to put javascript in other files, it is possible to load them dynamically at runtime. See the following for more information about On-Demand Javascript... It's foundational to several other concepts floating around on

[jQuery] Re: Why does $.width return innerWidth but set outerWidth?

2009-02-13 Thread Brandon Aaron
This isn't the normal behavior. Could you create a test case for this? -- Brandon Aaron On Fri, Feb 13, 2009 at 5:07 AM, [rob desbois] rob.desb...@gmail.comwrote: Hi all, I was just writing a bit of JS to set the width of some buttons to the width of the largest. While doing this I found

[jQuery] Re: Using jQuery Validation with Dot Net

2009-02-11 Thread Aaron Gundel
in there and all your rules started working. Hope this helps, Aaron On Tue, Feb 10, 2009 at 11:14 AM, Jon cakeordeat...@gmail.com wrote: I've set up a test site here: http://test.sunshine-design.co.uk/ I hope you can point me in the right direction, i've not had any further luck solving

[jQuery] Re: Using jQuery Validation with Dot Net

2009-02-09 Thread Aaron Gundel
. @ Aaron Grundel: No, but i will put one up tonight if it will help. I'm eager to use this validation plugin! On Feb 9, 2:14 am, RobG rg...@iinet.net.au wrote: On Feb 9, 8:30 am, Jon cakeordeat...@gmail.com wrote: I'm having issues getting the validation plugin (http://bassistance.de/ jquery

[jQuery] Re: test for css selector capability?

2009-02-09 Thread Aaron Gundel
jQuery.browser is deprecated in 1.3 + (don't use it). JQuery now uses feature detection. This is a more extensible way of detecting which browser is being utilized. See the following page for more details... http://docs.jquery.com/Utilities/jQuery.support On Mon, Feb 9, 2009 at 4:02 AM,

[jQuery] Re: [tooltip]

2009-02-09 Thread Aaron Gundel
Hey there, in your tooltip div, add the style... white-space: nowrap; This will cause your text to appear on the same line. Hope this helps, Aaron On Mon, Feb 9, 2009 at 6:00 PM, sccr410 de...@ashwebstudio.com wrote: Having issues with the tooltip plugin - http://bassistance.de/jquery

[jQuery] Re: hide()

2009-02-08 Thread Aaron Gundel
http://www.w3.org/TR/html4/struct/global.html#adef-id HTML standards state that the id attribute should be unique in an html document. Use class or somesuch. Then you can do something like $(.trContactInfo).hide() and it will hide everything. A. Gundel On Sun, Feb 8, 2009 at 1:30 PM,

[jQuery] Re: Using jQuery Validation with Dot Net

2009-02-08 Thread Aaron Gundel
Do you have an internet facing page set up to view this? On Sun, Feb 8, 2009 at 2:30 PM, Jon cakeordeat...@gmail.com wrote: I'm having issues getting the validation plugin (http://bassistance.de/ jquery-plugins/jquery-plugin-validation/) to work with dot net. Whatever i try i can't stop the

[jQuery] Re: simple checkbox and display text problem

2009-02-07 Thread Aaron Gundel
. Aaron On Fri, Feb 6, 2009 at 5:50 PM, coworkerbob tribe...@gmail.com wrote: Hi all, having trouble getting each checkbox selected to display a text element. This works below, but of course i want it for all checkboxes and not just one $(document).ready(function() { var total

[jQuery] Re: Superfish Help

2009-02-05 Thread Aaron Gundel
if you're logged in? On Thu, Feb 5, 2009 at 5:32 PM, Josh joshua.d.mich...@gmail.com wrote: Hello, I have installed the Superfish module and can get it to display on my site, but I can't seem to get the drop-down to look good. In fact it looks pretty awful. Any help would be great.

[jQuery] Re: Select empty textbox fields

2009-02-04 Thread Aaron Gundel
$(#%= this.pnlInputFields.ClientID % input[class='inputFields']:not([value])).toggleClass('inputFields_empty'); should do the trick. On Tue, Feb 3, 2009 at 2:57 PM, brnwdrng brianwoodr...@gmail.com wrote: I have a set of text box inputs in a div, and want to color the empty ones red (css)

[jQuery] Re: Select empty textbox fields

2009-02-04 Thread Aaron Gundel
for the help! On Feb 4, 7:22 am, Aaron Gundel aaron.gun...@gmail.com wrote: $(#%= this.pnlInputFields.ClientID % input[class='inputFields']:not([value])).toggleClass('inputFields_empty'); should do the trick. On Tue, Feb 3, 2009 at 2:57 PM, brnwdrng brianwoodr...@gmail.com wrote

[jQuery] Re: setting focus to the first empty field

2009-02-04 Thread Aaron Gundel
Something like this, perhaps? $(input :not([value])).focus() On Wed, Feb 4, 2009 at 11:57 AM, Massiverse august.massive...@gmail.com wrote: Hello I'm a newbie, here's what I need to do (searched the forums first but couldn't find the answer). 1. Search form for an empty input field. 2.

[jQuery] Re: Select empty textbox fields‏

2009-02-03 Thread Aaron Gundel
Hey Brian, Try this for a... $(#%= this.pnlInputFields.ClientID % input[class='inputFields']:not([value])).toggleClass('inputFields_empty'); A. Gundel

[jQuery] Re: Can't select an id containing '/' ? ‏

2009-02-02 Thread aaron . gundel
http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_that_has_weird_characters_in_its_ID.3F This is what you're looking for... $('#\\/about\\/')

[jQuery] Re: live Problem

2009-01-29 Thread Brandon Aaron
Stick with Live Query but grab the latest version of Live Query from GitHub: http://github.com/brandonaaron/livequery/tree/master -- Brandon Aaron On Thu, Jan 29, 2009 at 7:59 PM, Pedram pedram...@gmail.com wrote: Dear FOlk , I'm going to upgrade my liveQuery code , I figured out that LIVE

[jQuery] API Browser for your iPhone and iPod Touch

2009-01-28 Thread Brandon Aaron
click back one more time and then go to that page again and it will magically scroll again. I tweaked the iUI framework to use CSS transforms for the slide animation and it seems to be causing the issue. -- Brandon Aaron

[jQuery] Re: [autocomplete] Problem with .result

2009-01-26 Thread Aaron Jensen
Yeah, we've run into this same trouble as well. It would be nice if there was a hook to handle this built into Autocomplete. On Mon, Jan 26, 2009 at 3:18 AM, Styx pawel.chuchm...@gmail.com wrote: It dosen't work. For example: I use tab key to navigate. If focus is set to input, id will be

[jQuery] Re: I love jQuery fan logos

2009-01-23 Thread Brandon Aaron
Cool! BTW... You can find the official jQuery and jQuery UI logos here: http://docs.jquery.com/Design_and_Identity :) -- Brandon Aaron On Fri, Jan 23, 2009 at 7:35 AM, chrispie cpiet...@gmail.com wrote: hey, i love jQuery so i made some i love jQuery logos for blogs or what ever. be proud

[jQuery] jquery ui tabs 3 problem

2009-01-21 Thread aaron
I am using jQuery UI Tabs 3 from http://stilbuero.de/jquery/tabs_3/. The problem I have is the delay before the JS loads. You can see all the tabs for a couple of seconds, then they line up. Is there some way to set display:none or some equivalent to hide these even before the scripts load?

[jQuery] Re: jquery ui tabs 3 problem

2009-01-21 Thread aaron
Come on, seriously, don't you think I tried that beforehand.

[jQuery] Re: When to use LiveQuery plugin

2009-01-21 Thread Brandon Aaron
What is the issue you are having? Which version of Live Query are you using? Try using the very latest/edge version of Live Query that you can download from github. http://github.com/brandonaaron/livequery/tree/master -- Brandon Aaron On Wed, Jan 21, 2009 at 12:15 PM, Rics ricardo.ce

[jQuery] Re: When to use LiveQuery plugin

2009-01-19 Thread Brandon Aaron
not supported by live. http://docs.jquery.com/Events/live#typefn If you are using the function based livequeries then you should stick with LiveQuery and upgrade to the git version. http://github.com/brandonaaron/livequery/tree/master -- Brandon Aaron On Mon, Jan 19, 2009 at 10:23 AM, Terry

[jQuery] Re: $(' Expert jQuery JS synatx ' ).show

2009-01-18 Thread Brandon Aaron
I believe you are looking for the following syntax: $(selector)[ (expr ? 'next' : 'before') ]().show(); -- Brandon Aaron On Sun, Jan 18, 2009 at 9:12 PM, Ami aminad...@gmail.com wrote: Sorry about my grammar, English isn't my lang. I am trying to write code like that: var expr=true

[jQuery] Re: $(' Expert jQuery JS synatx ' ).show

2009-01-18 Thread Brandon Aaron
like this. window[ (expr ? 'a' : 'a') ]() -- Brandon Aaron On Sun, Jan 18, 2009 at 9:48 PM, Ami aminad...@gmail.com wrote: Thank you. It's working :) Can you put a function name in an array ?! May you explain me WHY it's working? $('div')[ (true? 'next' : 'before') ]().hide() I

[jQuery] Re: Weirdest thing on Firefox 3 on MacOSX

2009-01-16 Thread Aaron Barker
If you are still in need of the error messages send me the link. I can't give you tons of times, but can give you screenshots of the errors or something. Aaron On Jan 14, 10:23 pm, yellow1912 yellow1...@gmail.com wrote: I still desperately need help for this, since I dont have Mac to test

[jQuery] [autocomplete] Show all options regardless

2009-01-07 Thread Aaron Jensen
the input (some plugins use hidden inputs w/ their own naming) I think that's about it. I can't seem to get Jörn's plugin to do the first two, it always pares choices and I have to click or tab to it twice in order to show the dropdown. Any advice welcome. Thanks, Aaron

[jQuery] Re: jQuery 1.3 + live/livequery + draggable problem

2009-01-07 Thread Brandon Aaron
issue. -- Brandon Aaron On Wed, Jan 7, 2009 at 9:28 PM, Richard D. Worth rdwo...@gmail.com wrote: I'm not sure you'll have success (yet) combining a (preview) released version of jQuery UI 1.6 with a (preview) released version of jQuery 1.3. Here's a summary jQuery UI 1.5.3 will only work

[jQuery] How to make a layout work with firefox and IE and look the same?

2009-01-01 Thread Aaron
Question is in the subject. I notice with jquery and also css, that the position is different on different internet browsers. I seek a solution that would make one layout to be the same with all browsers or at least the popular used ones. like firefox or IE. I want a solution that would make

[jQuery] Re: Hover and fade in and out jquery code....

2009-01-01 Thread Aaron
else menu hide. I want something like this. DO you think it's possible to use jquery functions in this way?? On Dec 29 2008, 12:43 pm, Aaron shyhockey...@aol.com wrote: HI, I am making a website kinda like a social networkng site. I am trying to make  a hover effect when the mouse is over

[jQuery] Hover and fade in and out jquery code....

2008-12-29 Thread Aaron
HI, I am making a website kinda like a social networkng site. I am trying to make a hover effect when the mouse is over the users image I want to pop up a image menu like upload image and edit image etc. I so far do have the codes working. The problem I face is... when the user puts the mouse

[jQuery] Re: JSON support in flash plugin?

2008-12-18 Thread Aaron
Did you ever get anywhere with this? I just stumbled upon a similar requirement. On Dec 8, 5:50 am, mikael mikael.mol...@gmail.com wrote: Hi I have aflash(swf) file that needs rather extensive input in form offlash-vars. Myflashcolleague would like to recieve theflash-vars as an object

[jQuery] Re: How beneficial is chaining methods?

2008-12-03 Thread Brandon Aaron
Just a quick clarification on this. The this keyword within the newMethod plugin you just made is already the jQuery object. All you need to do is return this; -- Brandon Aaron On Wed, Dec 3, 2008 at 1:01 PM, 703designs [EMAIL PROTECTED] wrote: There's nothing special about chaining methods

[jQuery] Re: Use of getBoxObjectFor() is deprecated. Try to use element.getBoundingClientRect() if possible.

2008-11-29 Thread Brandon Aaron
if it exists first and then uses it. When Firefox finally removes it, the code should jump to the next branch. Unless they did browser detection :( -- Brandon Aaron On Thu, Nov 27, 2008 at 9:40 AM, edzah [EMAIL PROTECTED] wrote: Searched around and found a old post here but there was no answer. Any idea

[jQuery] Re: Hi all, jquery issue (major) with IE - all versions

2008-11-26 Thread Brandon Aaron
It sounds like you might be trying to set css properties via the .attr method instead of the .css method. -- Brandon Aaron On Wed, Nov 26, 2008 at 10:23 AM, tukutela [EMAIL PROTECTED]wrote: Hi all, I have some additional information which I hope might be of use. the function is passed

[jQuery] Re: table striping performance with livequery

2008-11-24 Thread Brandon Aaron
When dealing with tables, event delegation is almost always the best way to handle it. You might want to give jQuery.listen plugin a try. http://plugins.jquery.com/project/Listen -- Brandon Aaron On Mon, Nov 24, 2008 at 8:36 AM, Carpii [EMAIL PROTECTED] wrote: Hi all, ive just started using

[jQuery] Re: Image Roll Oover Script

2008-11-18 Thread Aaron Rosenthal
Thanks that worked, but say I want to have the scroll spring back on roll out how would I implement that? ?php $images = array(); $path = 'images/'; $dir = opendir($path); while ($arq = readdir($dir)) { if ($arq == '.' || $arq == '..') continue; $images[] = $path . $arq; }

[jQuery] Re: livequery not binding to ajax loaded links in ie6 and ie7?

2008-11-16 Thread Brandon Aaron
No worries! Glad you got it figured out and sorry I wasn't able to get back to you sooner. :) -- Brandon Aaron On Sat, Nov 15, 2008 at 2:39 PM, n00bert [EMAIL PROTECTED] wrote: Got it sorted. ie doesn't like the selector. Now using a different method, but still with livequery. Sorry to have

[jQuery] Re: livequery not binding to ajax loaded links in ie6 and ie7?

2008-11-14 Thread Brandon Aaron
ul li a[href$=' + href + ']').triggerHandler ('click'); return false; }); Safari, Firefox and Opera all show the alert when clicked. ie6 and ie7 do not. In firebug, there are no errors. Any clues? But are there any errors in IE? -- Brandon Aaron

[jQuery] Re: Tab divs disappear

2008-11-14 Thread aaron
CSS trickery (like absolutely position the nav to the bottom of a container that has fixed height or alternatively - a bit easier moreover - just wrap the tab panels in a container that has fixed height. --Klaus On 13 Nov., 22:46, aaron [EMAIL PROTECTED] wrote: Sorry, wrong links. http

[jQuery] Re: Tab divs disappear

2008-11-13 Thread aaron
/index2.php You can see how the entire div just disappears for a second before the new one is loaded. On Nov 12, 11:52 am, aaron [EMAIL PROTECTED] wrote: Ahh, thanks, the light bulb just clicked on.  In order for AJAX to work, the html code is different, not the initialization code.  I think I

[jQuery] Re: Tab divs disappear

2008-11-13 Thread aaron
[EMAIL PROTECTED] wrote: Maybe I am just blind, but I couldn't find tabs, and got a We couldn't find your document. instead...? --Klaus On 13 Nov., 21:23, aaron [EMAIL PROTECTED] wrote: Unfortunately, that isn't working either.  Let me link my page and maybe you can see what

[jQuery] Re: Tab divs disappear

2008-11-13 Thread aaron
[EMAIL PROTECTED] wrote: Maybe I am just blind, but I couldn't find tabs, and got a We couldn't find your document. instead...? --Klaus On 13 Nov., 21:23, aaron [EMAIL PROTECTED] wrote: Unfortunately, that isn't working either.  Let me link my page and maybe you can see what

[jQuery] Re: Tab divs disappear

2008-11-13 Thread aaron
[EMAIL PROTECTED] wrote: Maybe I am just blind, but I couldn't find tabs, and got a We couldn't find your document. instead...? --Klaus On 13 Nov., 21:23, aaron [EMAIL PROTECTED] wrote: Unfortunately, that isn't working either.  Let me link my page and maybe you can see what

[jQuery] Re: livequery not binding to ajax loaded links in ie6 and ie7?

2008-11-13 Thread Brandon Aaron
+ ']').triggerHandler('click'); -- Brandon Aaron On Thu, Nov 13, 2008 at 9:13 PM, n00bert [EMAIL PROTECTED] wrote: Hi, I have the following code: //link is loaded via ajax into a div in #content //when clicked find a link in #mainMenu with the same href and trigger a click

[jQuery] Re: livequery not binding to ajax loaded links in ie6 and ie7?

2008-11-13 Thread Brandon Aaron
Well, to help debug the issue, try putting an alert within the click handler to make sure the click event is being bound and it isn't livequery causing the issue. Are you getting any script errors on the page? -- Brandon Aaron On Thu, Nov 13, 2008 at 10:04 PM, n00bert [EMAIL PROTECTED] wrote

[jQuery] Re: Tab divs disappear

2008-11-12 Thread aaron
On 11 Nov., 20:39, aaron [EMAIL PROTECTED] wrote: $(function() {                 $('#tabs_container ul').tabs( {fx: { opacity: 'toggle' } }).tabs('rotate', 5000);         }); On Nov 7, 4:20 pm, Klaus Hartl [EMAIL PROTECTED] wrote: On 7 Nov., 21:43, subnet_rx [EMAIL PROTECTED] wrote

[jQuery] Re: Tab divs disappear

2008-11-12 Thread aaron
this: a href=/some/url.../a or like this: a href=#identifier.../a ? The initialization is the same, no matter if Ajax tabs or in-page. --Klaus On 12 Nov., 17:09, aaron [EMAIL PROTECTED] wrote: I'm not sure what you mean, what initialization code should I use?  I tried putting

[jQuery] Re: Tab divs disappear

2008-11-11 Thread aaron
$(function() { $('#tabs_container ul').tabs( {fx: { opacity: 'toggle' } }).tabs('rotate', 5000); }); On Nov 7, 4:20 pm, Klaus Hartl [EMAIL PROTECTED] wrote: On 7 Nov., 21:43, subnet_rx [EMAIL PROTECTED] wrote: I'm using jQuery UI tabs and I'm rotating them

[jQuery] Re: LiveQuery with Tipsy (tooltip) help

2008-11-07 Thread Brandon Aaron
Your very close... Try this instead: $('a[title]') .livequery(function() { $(this).tipsy({ fade: true, gravity: 'w' }); }); No need to return false. -- Brandon Aaron On Thu, Nov 6, 2008 at 9:14 PM, idealists [EMAIL PROTECTED]wrote: Im got a section of my page which updates via ajax

[jQuery] Re: LiveQuery with Tipsy (tooltip) help

2008-11-07 Thread Brandon Aaron
the following code: jQuery.livequery.run(); That will invoke Live Query as if you modified the DOM with jQuery. -- Brandon Aaron On Fri, Nov 7, 2008 at 10:01 AM, idealists [EMAIL PROTECTED]wrote: Hi Brandon Thanks, so much for your reply I had actually tried that too. And yes this does

[jQuery] Re: Livequery not working with jQuery 1.2.6

2008-11-07 Thread Brandon Aaron
Yeah you'll need to grab the latest version of livequery. -- Brandon Aaron On Fri, Nov 7, 2008 at 2:48 PM, Alexandre Plennevaux [EMAIL PROTECTED]wrote: how about using the latest version of livequery (1.0.2) ? http://plugins.jquery.com/node/1088 I use it with jquery 1.2.6 on several

[jQuery] Re: jQuery, ASP.Net and Drop-Down-Lists

2008-11-06 Thread Brandon Aaron
First place to check would be the selector. Make sure the select element is actually getting selected. I'd recommend using Firebug to help you see if the selector you are using is working and to help you formulate one that does if it isn't. -- Brandon Aaron On Thu, Nov 6, 2008 at 7:42 AM, Damien

[jQuery] Re: empty().append() slow

2008-11-06 Thread Brandon Aaron
It has to do more than just set innerHTML to a blank string to avoid memory leaks. :( -- Brandon Aaron On Thu, Nov 6, 2008 at 6:28 PM, jquertil [EMAIL PROTECTED] wrote: thanks Karl, didn't make a difference. I suppose I'll have to preload everything and show/hide things... ugh. does empty

[jQuery] Re: Can I make jquery not fail silently??

2008-11-05 Thread Brandon Aaron
is a corner stone of being able to progressively enhance your web site/app with unobtrusive javascript. -- Brandon Aaron

[jQuery] am i joined or not?

2008-10-09 Thread Aaron Grogg
why, after receiving the You are now a member of jQuery (English). message, do i still receive the To post a message you must first join this group http://groups.google.com/group/jquery-en/subscribe. message when trying to post a comment?? thanks, Atg -- Aaron T. Grogg Web Design Development

  1   2   3   4   5   6   7   8   >