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 wrote: > On Mon, Mar 1, 2010 at 5:06 AM, Aaron Johnson > wrote: > > The top level list has an ID and associated css, I'd like to add a class > to > > each of the nested eleme

[jQuery] Newbie Question: Finding and manipulating an element

2010-03-01 Thread Aaron Johnson
Home Announcements Announcements Announcements Thanks for your help! Aaron

[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 server

[jQuery] Re: Accordian functionality

2009-12-08 Thread Aaron Gusman
".SideItem"); //gets all SideItems from the result of the previous query Thanks Aaron On Dec 8, 5:02 pm, MorningZ wrote: > Here's a simple example based on your class names > > http://jsbin.com/ayate/edit > > On Dec 8, 9:40 am, Aaron Gusman wrote: > > > > > I

[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 thi

[jQuery] Slow-loading jCarousel

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

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

2009-11-09 Thread Aaron
Hi all, I have two tags which have the same in the different positions of a page: For example, 1 2 3 4 5 ... ... 1 2 3 4 5 What I want is: When the user choose an item from the number1 , the number2 will automatically chan

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

2009-10-31 Thread Aaron Gusman
.css("background-color", "Red"); > > On Oct 30, 12:58 pm, Aaron Gusman 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

[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 "B

[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 i

[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 su

[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: 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 link

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

2009-09-09 Thread Aaron Kreider
On Sep 9, 7:40 pm, Geoffrey 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 was a problem with goo

[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] 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 form

[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: When I enter the first character into the field, I get a Firebug warning: "The 'charCode' property of a keyup event should not be used. The value is meaningless." Is there a way to fix this?

[jQuery] Re: Callback Not Working

2009-08-24 Thread Aaron Gundel
function() { $(this).find('div.Explanation').fadeOut('fast', function () { $(this).siblings('div.SectionTitle').fadeIn('slow'); }); }); } Aaron On Mon, Aug 24, 2009 at 5:16 AM, GLSmyth wrote: > > I am looking to f

[jQuery] Re: On mouse events / style switch

2009-08-04 Thread Aaron Johnson
ng better then being stuck for an hour or so, then just having 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 'of

[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: :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 Neko wrote: > > Okay, so jQuery 1.3.2 defines the visible filter like this: > > Sizzle.selectors.filters.visible = function(elem){ >        return elem.

[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 an

[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 returne

[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("") On Fri, Jun

[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, lysholm wrote: > > So I'm sure I'm just missing something simple, but I'm having a > problem with the cascade plug in.  When debugging

[jQuery] Re: Complicated setup help.

2009-06-05 Thread Aaron Gundel
ct that it seems you're looking for. Perhaps someone else will have something else to add. Aaron On Thu, Jun 4, 2009 at 4:50 PM, Dave Maharaj :: WidePixels.com wrote: > OK forget previous post > > How can I disable all links with $('a[class^="edit_"]') after o

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

2009-05-30 Thread Brandon Aaron
for .live() events. http://docs.jquery.com/Events/die#typefn -- Brandon Aaron On Fri, May 29, 2009 at 10:06 PM, Jack Killpatrick 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 particu

[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 wrote: > > I need to reverse the collection jQuery returns when I use > >    $("#some_selector").parents("

[jQuery] Re: Javascript error on IE

2009-05-19 Thread Aaron Lee
end a good jQuery plugin for rounded corner which works across browsers? -Aaron On Tue, May 19, 2009 at 6:07 AM, ryan.j wrote: > > 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 th

[jQuery] Javascript error on IE

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

[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: 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 wrote: > > Hi all, > > I normally do th

[jQuery] Re: Best book to learn jQuery?

2009-05-18 Thread Brandon Aaron
On Mon, May 18, 2009 at 8:35 AM, Karl Swedberg wrote: > I've heard Learning jQuery 1.3 is a great read, too. ;-) HAHAHA... I think you forgot your disclaimer. :p Karl is a co-author of Learning jQuery. Nonetheless, Learning jQuery 1.3 would be a great choice. :) -- Brandon Aaron

[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 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 functi

[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 wrote: > > Just curious... what's the jQuery-way of saying "Give me all childre

[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: Loading before dom = ready - Best Practices.

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

[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 wrote: > > While virtually every site in existence trumpets using the jQuery DOM- > ready short

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

2009-04-20 Thread Brandon Aaron
small 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 wrote: > > $.live and Live Query are both wonderful. I am hoping to put them to > extensive use in my projects. > > I have a few questions a

[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(

[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 wrote: > Hi All, > >    - I have jquery tabs, where I have a flash movie under tab1. >    - User wi

[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
uest_URI.(?:gif|jpe?g|png|swf|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 wrote: > > How do I setup JQuery to be serv

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] wrote: > > Hi all, > > I was just writing a bit of JS to set the width of some buttons to the > width of the largest. > While doin

[jQuery] Re: Using jQuery Validation with Dot Net

2009-02-11 Thread Aaron Gundel
d a submit button in there and all your rules started working. Hope this helps, Aaron On Tue, Feb 10, 2009 at 11:14 AM, Jon 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 &

[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 wrote: > > Having issues with the tooltip plugin - > http://bassistance.de/jquery-plugins/jque

[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, Mohd.T

[jQuery] Re: Using jQuery Validation with Dot Net

2009-02-09 Thread Aaron Gundel
AM, Jon wrote: > > @ RobG: #aspnetForm is the form that wraps the whole of a dot net > page. I simply posted the html snippet from the form itself. > Individual forms do not have their own tags, there is one large > one that encloses the whole page - part of the dot net infrastructure

[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 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 form from submitting

[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: simple checkbox and display text problem

2009-02-07 Thread Aaron Gundel
nformation. Aaron On Fri, Feb 6, 2009 at 5:50 PM, coworkerbob 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()

[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 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. You can see it at > e

[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 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. If an empty field ex

[jQuery] Re: Select empty textbox fields

2009-02-04 Thread Aaron Gundel
g it: >> >> > $("#<%= this.pnlInputFields.ClientID %> input").removeClass >> > ('inputFields_empty'); >> > $("#<%= this.pnlInputFields.ClientID %> input >> > [class='inputFields']").each(function(i) { $(th

[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 wrote: > > I have a set of text box inputs in a div, and want to color the empty > ones red (css) when a user attempts

[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 wrote: > > Dear FOlk , > I'm going to upgrade my liveQuery code , I figured out that LIVE in

[jQuery] API Browser for your iPhone and iPod Touch

2009-01-28 Thread Brandon Aaron
long page it won't scroll. Just 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 wrote: > > It dosen't work. > For example: I use tab key to navigate. If focus is set to input, id > will be empty. If I don't want

[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 wrote: > > hey, i love jQuery so i made some "i love jQuery" logos for blogs or > what ever. >

[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 wrote: > >

[jQuery] Re: jquery ui tabs 3 problem

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

[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: 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
of the window. You could use bracket notation to reference the method like this. window[ (expr ? 'a' : 'a') ]() -- Brandon Aaron On Sun, Jan 18, 2009 at 9:48 PM, Ami wrote: > > Thank you. > It's working :) > > Can you put a function name in an array ?

[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 wrote: > > Sorry about my grammar, English isn't my lang. > > I am trying to write code like that:

[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 wrote: > I still desperately need help for this, since I dont have Mac to test > and debug

[jQuery] How to use if statements with jquery???

2009-01-09 Thread Aaron
HI, I am working on a website. A social networking site. I am making the account page. I need to fade in a menu when the user mouse is on the users image. Now I want to check if the users mouse is either on the user image or on the menu to not fade out else if the user mouse is not on eithe

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

2009-01-07 Thread Brandon Aaron
fixes your issue. -- Brandon Aaron On Wed, Jan 7, 2009 at 9:28 PM, Richard D. Worth 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 > > jQ

[jQuery] [autocomplete] Show all options regardless

2009-01-07 Thread Aaron Jensen
ping * I should be able to name 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: 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 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 the u

[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 t

[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 o

[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 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 (JSON). Have any of

[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 not

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

2008-11-29 Thread Brandon Aaron
see 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 b

[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. >

[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

[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? Scroll test #container { background-color: #000; white-space:

[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

[jQuery] Re: Tab divs disappear

2008-11-14 Thread aaron
vercome that problem with > some 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

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

2008-11-14 Thread Brandon Aaron
e.preventDefault(); >var href = $(this).attr('href'); >$('#mainMenu ul li 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: 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

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

2008-11-13 Thread Brandon Aaron
t;' + href + '"]').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 > &

[jQuery] Re: Tab divs disappear

2008-11-13 Thread aaron
; > On 13 Nov., 22:25, Klaus Hartl <[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 PROTECT

[jQuery] Re: Tab divs disappear

2008-11-13 Thread aaron
; > On 13 Nov., 22:25, Klaus Hartl <[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 PROTECT

[jQuery] Re: Tab divs disappear

2008-11-13 Thread aaron
; > On 13 Nov., 22:25, Klaus Hartl <[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 PROTECT

[jQuery] Re: Tab divs disappear

2008-11-13 Thread aaron
r/web/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

[jQuery] Re: Tab divs disappear

2008-11-12 Thread aaron
look like this: > > ... > > or like this: > > ... > > ? > > 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 ini

[jQuery] Re: Tab divs disappear

2008-11-12 Thread aaron
right now. > > --Klaus > > On 11 Nov., 20:39, aaron <[EMAIL PROTECTED]> wrote: > > > $(function() { > >                 $('#tabs_container > ul').tabs( {fx: { opacity: > > 'toggle' } }).tabs('rotate', 5000); > >         });

[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 au

[jQuery] Re: LiveQuery

2008-11-10 Thread Brandon Aaron
en JS is enabled. http://www.learningjquery.com/2008/10/1-awesome-way-to-avoid-the-not-so-excellent-flash-of-amazing-unstyled-content Hiding something should typically be the job of your CSS. :) -- Brandon Aaron On Mon, Nov 10, 2008 at 6:11 AM, elev3n <[EMAIL PROTECTED]> wr

[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 > > >

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

2008-11-07 Thread Brandon Aaron
l run 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 trie

[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 o

[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 &

[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

  1   2   3   4   5   6   7   8   9   >