[jQuery] Re: dimensions plugin integrated in jquery ?

2008-10-08 Thread Brandon Aaron
That is correct. The dimensions plugin now completely included in jQuery 1.2.6. -- Brandon Aaron On Wed, Oct 8, 2008 at 7:41 AM, Alexandre Plennevaux [EMAIL PROTECTED]wrote: hello! aquick question: is it right that dimensions.js has been included in jquery 1.2.6? So there is no need

[jQuery] Re: LiveQuery won't allow explicit onchange firing?

2008-10-08 Thread Brandon Aaron
it ... but in the mean time you can use the above code to work around it. -- Brandon Aaron On Wed, Oct 8, 2008 at 11:04 AM, Jake McGraw [EMAIL PROTECTED] wrote: Using livequery for a project when I ran across an issue using the following code: $(input).livequery( change, function

[jQuery] Re: Is it possible to avoid jumpy / disappearing content

2008-10-07 Thread Brandon Aaron
Make sure your styles are included before the script tags. Is this happening in a particular browser? -- Brandon Aaron On Tue, Oct 7, 2008 at 1:58 PM, John D. [EMAIL PROTECTED] wrote: Hmm...I'm still having trouble with this. my showHide script is as follows: $(document).domready(function

[jQuery] Re: Is it possible to avoid jumpy / disappearing content

2008-10-06 Thread Brandon Aaron
the display when JS is enabled. $(document).domready(funciton() { $('body').addClass('jsEnabled'); // let css know js is enabled }); Now in CSS you can just say: body.jsEnabled p.firstparagraph { display: none; } -- Brandon Aaron On Mon, Oct 6, 2008 at 7:11 PM, John D. [EMAIL PROTECTED

[jQuery] Re: Is it possible to avoid jumpy / disappearing content

2008-10-06 Thread Brandon Aaron
Actually it is located at: http://brandonaaron.net/jquery/snippets/domready/jquery.domready.js :) -- Brandon Aaron On Mon, Oct 6, 2008 at 8:09 PM, Brandon Aaron [EMAIL PROTECTED]wrote: The document ready function in 1.2.6 was updated to wait on styles. This is a good thing sometimes but other

[jQuery] Re: jEditable Clone Referring to the Original Element, livequery ok to use?

2008-09-29 Thread Brandon Aaron
After glancing over the JS it looks like you are using both live query and clone(true). Using both is unnecessary and might be the cause of the issue. Just try using one of the two and see if that resolves your issue. -- Brandon Aaron On Mon, Sep 29, 2008 at 2:04 PM, Wayne [EMAIL PROTECTED] wrote

[jQuery] $('a').css('hover:color');??? - trying to retrieve a:hover color from an element.

2008-09-28 Thread Aaron McGuire
Hello, I'm building a plugin which requires me to retrieve the css hover color from an a element. Is this possible? Something like $ ('a').css('hover:color');??? Any ideas would really help out. Thanks. -Aaron

[jQuery] retrieve the a.hover from an A element with jquery?

2008-09-28 Thread Aaron McGuire
Say I wanted to retrieve the a:hover's color style, would jquery be able to handle this? Is there something like this? $(a).css(a:hover color) that would return the hexadecimal color value? -Aaron

[jQuery] Re: jEditable Clone Referring to the Original Element, livequery ok to use?

2008-09-28 Thread Brandon Aaron
Ahh ... I guess I just misunderstood :) Yes it is possible to use LiveQuery to bind custom events using LiveQuery. -- Brandon Aaron On Sun, Sep 28, 2008 at 2:48 PM, Mika Tuupola [EMAIL PROTECTED]wrote: On Sep 27, 2008, at 11:39 PM, Brandon Aaron wrote: I understood he was binding Jeditable

[jQuery] Re: livequery and iui

2008-09-26 Thread Brandon Aaron
In this particular case event delegation might serve you better. Live Query really only works if you are using jQuery methods to modify/manipulate the DOM. The iui code does not use jQuery and that is why Live Query can't see those particular updates. -- Brandon Aaron On Fri, Sep 26, 2008 at 12

[jQuery] Re: this.style is null or not an object

2008-09-25 Thread Aaron
Aaron On Sep 18, 10:07 am, kim [EMAIL PROTECTED] wrote: i've found the cause of the error. seems like jquery doesn't work well with scriptaculous. we are using the lightbox library, and it requires scriptaculous. after excluding the scriptaculous library, my jquery code works! is this a known

[jQuery] Re: Superfish jQuery competing with other js files

2008-09-25 Thread Aaron
. I will tinker around some more and post my results. ~Aaron On Sep 23, 9:50 pm, Joel Birch [EMAIL PROTECTED] wrote: Hi Aaron, LightWindow uses the Prototype library so you need to read up about using jQuery with other libraries, here:http://docs.jquery.com/Using_jQuery_with_Other_Libraries

[jQuery] Re: Getting Superfish menus to overlap in IE

2008-09-25 Thread Aaron
' (yes, I put the ID on the ul first). I was expecting it to at least put a z-index of 30 on the first list item but it hasn't done so. I was also wondering if this would go down into each submenu item and place z-index's on those too (assuming it will work on the set up I have). ~Aaron On Sep 23, 9

[jQuery] Re: Getting Superfish menus to overlap in IE

2008-09-25 Thread Aaron
. Suggestions for a way to easily limit that even more? ~Aaron On Sep 25, 12:44 pm, Aaron [EMAIL PROTECTED] wrote: I tried this and it did not give any of the li's a z-index. I even placed the function inside the document.ready function. Here is what I changed the function to read as: jQuery('ul.sf-menu

[jQuery] Re: New jQuery logo usage on tshirts and stuff

2008-09-24 Thread Aaron Barker
thanks So will you guys be providing tshirts, hats, etc to purchase at some point? I know people going to the jQuery conference thing in boston get a shirt, but what about the rest of us poor schlubs? On Sep 23, 10:23 am, Rey Bango [EMAIL PROTECTED] wrote: Hi Aaron, The logo you're linking

[jQuery] Re: Listen for location anchor change?

2008-09-24 Thread Aaron Heimlich
to: www.something.com/#someanchor Is there anyway to listen for this change/event with jquery? -- Aaron Heimlich Web Developer [EMAIL PROTECTED]

[jQuery] validate

2008-09-24 Thread Aaron
I noticed today that if I type in say 01/01/2001 it will validate correctly.. which it should... however if I type in 01/01 2001 it also will... which it shouldn't... thanks

[jQuery] New jQuery logo usage on tshirts and stuff

2008-09-23 Thread Aaron Barker
In a previous thread (http://tinyurl.com/jquerylogousage) permission was given to use the old logo for printing on t-shirts and stuff. The source files were even provided. How about the new logo? Is it still ok to use? Can we get the source files?

[jQuery] Re: Getting Superfish menus to overlap in IE

2008-09-23 Thread Aaron
Unfortunately I don't understand the jQuery enough to put something like that together. Anyone else understand it enough to give this a whirl? Aaron On Sep 22, 9:55 pm, Joel Birch [EMAIL PROTECTED] wrote: Your solution for fixing this incarnation of the IE z-index bug is actually the only one

[jQuery] Superfish jQuery competing with other js files

2008-09-23 Thread Aaron
/superfish/jquery-1.2.6.js :: anonymous :: line 22 data: no] jQuery.swap(elem,props,getWH);return Mat...form)|| elem.options)ret.push(elem);else and element.hasClassName is not a function return ' + this.buildMatchExpression()); Thanks for any and all help with figuring this one out. ~Aaron

[jQuery] Re: superfish menu only drops down

2008-09-23 Thread Aaron
with bottom and left with right if the drop down hits the edge of the window. This would be, logically, where I would expect the change needs to be made. Let us know what happens with this. ~Aaron On Sep 23, 9:14 am, tsnj [EMAIL PROTECTED] wrote: Thanks, but this was unsuccessful.  I'm thinking

[jQuery] Re: Getting Superfish menus to overlap in IE

2008-09-23 Thread Aaron
then. ~Aaron On Sep 23, 2:09 pm, ricardobeat [EMAIL PROTECTED] wrote: or better yet (thanks Eric!): $('#menu li').each(function(i){     $(this).css('z-index',10-i); }); - ricardo On Sep 23, 3:06 pm, ricardobeat [EMAIL PROTECTED] wrote: $('#menu li').each(function(){  var zindex = 10

[jQuery] Re: missing ) after argument list error

2008-09-19 Thread Aaron Heimlich
Works fine for me (Firefox 3 on Mac OS X). What browser gave you that error? On Fri, Sep 19, 2008 at 4:13 PM, switch13 [EMAIL PROTECTED] wrote: I can't see why this wouldn't work: $('h1:contains(test)').parents('body').addClass(test_class); -- Aaron Heimlich Web Developer [EMAIL

[jQuery] Re: Need some help with image map coding....

2008-09-18 Thread Aaron
well what can I do to use javascript to submit a name to my php code??? I want to use the image map as a gui so I want it to act just like a form where I can name each state and then pass that name using post method to my php script which will do a database lookup and then once the list is

[jQuery] Re: Need some help with image map coding....

2008-09-16 Thread Aaron
in a google search and seems to meet your needs: http://www.freevbcode.com/ShowCode.asp?ID=1854 on 16/09/2008 01:29 Aaron said:: Hi I am trying to make a image map of the U.S.A  so when users click a state my php code would grab the value that was clicked which would be a states name so I can

[jQuery] Re: Need some help with image map coding....

2008-09-16 Thread Aaron
Ya I do have that and seen it before I currently do have it and have colored it. The problem is that the image map has links to state web pages I don't want to have to create a web page for every state. It would take up room and it really doesn't need. I want something that I can just have

[jQuery] Re: jquery/livequery assign behaviour to element by class

2008-09-16 Thread Brandon Aaron
Replace the first line $('.deleteform').submit(function() { with this $('.deleteform').livequery('submit', function() { -- Brandon Aaron On Tue, Sep 16, 2008 at 8:30 PM, onmountain [EMAIL PROTECTED] wrote: Can I use livequery with ajax? For instance, I am adding and deleting elements

[jQuery] Working on website trying to make a list.

2008-09-10 Thread Aaron
I am working on a website and I am trying to create a table. I plan to use php to generate the table with data from the mysql database to fill up the table however I want to set a max on that amount and if it goes over I want to generate other pages or create on the fly links to load to take the

[jQuery] how to control a imageover making one image to fade in a menu and fade out when....

2008-09-09 Thread Aaron
ok my problem is that I have the user upload a image file this image file on the page is a picture of them. What I want to do is when the mouse is over the image I want to fade in a menu this menu would contain buttons for editing the which photo to show and many other things about the image.

[jQuery] Re: how to control a imageover making one image to fade in a menu and fade out when....

2008-09-09 Thread Aaron
ok this is what I have right now in javascript: $(document).ready(function(){ $(document).pngFix(); $(#picmenu).hide(); $(#userimage).mouseover(function(){ $(#picmenu).fadeIn(slow);});$(#userimage).mouseout(function(){ $(#picmenu).fadeOut(slow);});

[jQuery] making a advance image map....

2008-09-08 Thread Aaron
Hi I am trying to make a image map of the U.S I would like to know what's the best way to tackle this. I already have the image I am going to try and work with. I already made the html code of it. I would like to know if javascript can help me any to make a interactive map of the U.S I want

[jQuery] Re: Fire events programmatically

2008-09-08 Thread Aaron
Hi I would like to know wht this trigger can do?? I have a image over function which is attached to the users image and also the menu table. The menu table supposed to fade in when the mouse if over the users image but I want and if statement so that if the mouse is off the users image and the

[jQuery] Re: Convert MooTools to jQuery

2008-09-05 Thread Brandon Aaron
This should be the equivalent in jQuery code. $(document).bind('ready', function() { $('.Boite') .find('div').hide().end() .find('a') .bind('click', function(event) { $(this).parent().find('div').toggle(); }) }); -- Brandon Aaron On Fri, Sep 5, 2008 at 12:38 PM, israel.hayes [EMAIL PROTECTED

[jQuery] Re: Need help making a menu appear next to the users image....

2008-09-04 Thread Aaron
I already Tried many ways... even hover events and mouse over events been playing around with them and was not able to make them to function as I want them too. I want the user to put the mouse over their image to get a menu to fade in and when the mouse is off the users image I want the menu

[jQuery] Re: Possible jQuery versions conflict

2008-09-04 Thread Brandon Aaron
Just use jQuery.noConflict(true) to rename the jQuery namespace to whatever you want. http://docs.jquery.com/Core/jQuery.noConflict#extreme var test = jQuery.noConflict(true); Now you can use test(selector) instead of $(selector) or jQuery(selector) -- Brandon Aaron On Thu, Sep 4, 2008 at 3:09

[jQuery] Re: New Google Browser announced

2008-09-03 Thread Aaron
I wouldn't use this browser myself since their is no need since we already goti IE7 and firefox as a popular web browser. Would this give us more headaches as a web designer??? I mean we know that IE was trouble it different ways. If we have google coming into the game and they get popular we

[jQuery] Need help making a menu appear next to the users image....

2008-09-03 Thread Aaron
Hi I have a website that I am currently working on. I have user's to upload images and select which image is default. I want to make the user able to when they have the mouse over the image to have a menu next to the image fade in. Now the problem. I tried with hover and then tried using

[jQuery] using jquery hover and fade in fade out.....

2008-08-31 Thread Aaron
HI I am using jquery to use the hover event and the fadeIn fadeOut effects. the problem I get is that I want to use this on a image this image is the users image and I want to fade in a menu to edit the image or other settings ect the problem I face is that I want to use a if statement. The

[jQuery] Re: Mouseover /Mouseout div issue

2008-08-31 Thread Brandon Aaron
the scenes. $(...).hover(fn1, fn2); -- Brandon Aaron On Sun, Aug 31, 2008 at 8:26 PM, MikeyJ [EMAIL PROTECTED] wrote: Hi All, I'm working on something similar in functionality to the lexus website. I've got a nav element that shows a large div on mouseover and hides it on mouseout. This div

[jQuery] How to use If statement with jquery hover event???

2008-08-30 Thread Aaron
Hi I am trying to use a if not statement but trying to use the condition of jquery hover. I have an image and when you put your mouse over it another image appears this image that appears using css would be a menu look however I notice that when I move my mouse off the image to the menu image

[jQuery] How to make IF statment using jquery hover conditions???

2008-08-30 Thread Aaron
ok I have a website that I am working on. What I have is a users image and used jquery lib to use the hover event. I want a menu to fade in and out when your mouse is over the image. I now notice I need a If not statement. I want to check that if the mouse is not on the users image or the

[jQuery] Jquery gaming....

2008-08-26 Thread Aaron
Hi I am currently working on a website getting close to finishing it so I wanted to try and get ready for my other project after the website is done and ready. I plan on making a online game. Is their any good place where I can learn how to use jquery for 2d adventure type games??

[jQuery] Re: Appreciation

2008-08-25 Thread Aaron Heimlich
-- Aaron Heimlich Web Developer [EMAIL PROTECTED]

[jQuery] Re: Can't get css png fix plugin to work....

2008-08-25 Thread Aaron
what do you mean initialize the script??? I added it to the html file using the script tags I added the script and also the javascript library. On Aug 23, 3:24 am, Rene Veerman [EMAIL PROTECTED] wrote: did you initialize the script after loading it? On Fri, Aug 22, 2008 at 8:06 PM, Aaron

[jQuery] Re: jQuery 1.2.6 event.altKey is undefined

2008-08-24 Thread Brandon Aaron
It has already been fixed in SVN. If you don't want to use the SVN version then simply reference the altKey property like this: event.originalEvent.altKey -- Brandon Aaron On Sun, Aug 24, 2008 at 1:06 PM, Tzury [EMAIL PROTECTED] wrote: The latest version that behave correctly is 1.2.4. How

[jQuery] Re: Can't get css png fix plugin to work....

2008-08-24 Thread Aaron
loading it? On Fri, Aug 22, 2008 at 8:06 PM, Aaron [EMAIL PROTECTED] wrote: Hi I just tried getting the plugin for jquery  it's called cssPNGfix it's supposed to fix the problems with IE for tranparent png files. any suggestions how to get this to work?? I included the jquery main file

[jQuery] Re: Can't get css png fix plugin to work....

2008-08-24 Thread Aaron
 am, Rene Veerman [EMAIL PROTECTED] wrote: did you initialize the script after loading it? On Fri, Aug 22, 2008 at 8:06 PM, Aaron [EMAIL PROTECTED] wrote: Hi I just tried getting the plugin for jquery  it's called cssPNGfix it's supposed to fix the problems with IE for tranparent png files

[jQuery] Re: autocomplete plugin incompatible with jquery.ui ?

2008-08-22 Thread Aaron Heimlich
to comply with UI conventions, but if this is the one that andrejk is using, then there should be few problems switching to ui.autocomplete. [1] http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ -- Aaron Heimlich Web Developer [EMAIL PROTECTED]

[jQuery] Re: JQuery exists - anything in core or a plugin that does this?

2008-08-22 Thread Brandon Aaron
Is there a particular method/plugin you are wanting to write this for? Most jQuery methods and plugins operate on 0 or more matched elements. -- Brandon Aaron On Fri, Aug 22, 2008 at 7:54 AM, James [EMAIL PROTECTED] wrote: Hi, I can't seem to find anything that does the following: $(img

[jQuery] Can't get css png fix plugin to work....

2008-08-22 Thread Aaron
Hi I just tried getting the plugin for jquery it's called cssPNGfix it's supposed to fix the problems with IE for tranparent png files. any suggestions how to get this to work?? I included the jquery main file and also the fix javascript. I don't understand if it needs/depends on any other

[jQuery] Re: offset() returns different values between resize and onload events

2008-07-21 Thread Brandon Aaron
I haven't tried to reproduce this yet but I'm wondering if the body has any margin (default or not). If so try setting the margin to 0 on the body. -- Brandon Aaron On Jul 21, 4:20 pm, jquertil [EMAIL PROTECTED] wrote: I'm checking offset() return values in both events: window resize and load

[jQuery] Re: offset() returns different values between resize and onload events

2008-07-21 Thread Brandon Aaron
a setTimeout(fn, 0) to see if that corrects the issue. -- Brandon Aaron On Mon, Jul 21, 2008 at 6:56 PM, jquertil [EMAIL PROTECTED] wrote: That was my first thought, too, and it's been mentioned before on this list. I always set margin and padding of html and body to 0;

[jQuery] Re: Input field: focus=remove text; blur=put it back

2008-07-17 Thread Brandon Aaron
I wrote this a while back: http://dev.jquery.com/browser/trunk/plugins/clearonfocus/jquery.clearonfocus.js -- Brandon Aaron On Thu, Jul 17, 2008 at 11:19 AM, Andy Matthews [EMAIL PROTECTED] wrote: Is there a plugin for this by chance? I know it's pretty quick to write, but wanted to find out

[jQuery] Re: Input field: focus=remove text; blur=put it back

2008-07-17 Thread Brandon Aaron
Aaron On Thu, Jul 17, 2008 at 12:40 PM, Andy Matthews [EMAIL PROTECTED] wrote: I thought as much. Thanks Brandon. Standard usage applies? $('#element).clearonfocus(); ? -- *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Brandon

[jQuery] Need help on repositioning elements ect...

2008-07-12 Thread Aaron
HI ok I am making a website. I am trying to make the css position property like left: and top setting ect variable. That means it can be set to any number. I plan to use javascript to grab the clients browsers setting and use some math formula to position the elements and also resize the

[jQuery] [autocomplete] new matchContains option

2008-07-09 Thread Aaron Barker
it on! Aaron Barker

[jQuery] Re: autocomplete - new matchContains option

2008-07-09 Thread Aaron Barker
Bah... I put [autocomplete] at the beginning of the title, but it must have been parsed out thanks to the brackets or something. Sorry for the confusing title that resulted. They need a preview button :) On Jul 9, 2:56 pm, Aaron Barker [EMAIL PROTECTED] wrote: I just wanted to toss out a new

[jQuery] Re: Why (function($){ ...})(jQuery) instead of (function(){var $ = jQuery; ...})()?

2008-07-04 Thread Aaron Heimlich
can immediately execute an anonymous function by doing this: function($){ ... }(jQuery) However, because of a quirk in JavaScript syntax, to be able to do this properly, you need to put parentheses around the anonymous function, like this: (function($){ ... })(jQuery) -- Aaron Heimlich Web

[jQuery] Css workaround....jquery...

2008-07-02 Thread Aaron
HI I just noticed today when putting a some of my webpages up on my server and seeing through firefox I see that the z-index dosen't work in firefox is their a workaround way to get around this?? I want to make it to allow me to put text on top of images which would be advance artwork of a table

[jQuery] Firefox/css/jquery..

2008-07-02 Thread Aaron
Hi I just noticed that firefox dosen't support the z-index what can I do to get around this so many web browsers would be able to the same effect that z-index has. Can jquery do such a thing that would work on many web browsers??? I need to overlap an image over another image. I have picture

[jQuery] Re: Firefox/css/jquery..

2008-07-02 Thread Aaron
the website is supposed to show a texted image, which is behind a table, that table is like a light blueish looking box, and the text is behind it yet I want it in front on top of that box. On Jul 2, 11:00 am, MorningZ [EMAIL PROTECTED] wrote: I just noticed that firefox dosen't support the

[jQuery] Re: Firefox/css/jquery..

2008-07-02 Thread Aaron
;) Regards Aaron wrote: ya well take a look at the website, type inwww.chillenvillen.comand you will see it. On Jul 2, 11:00 am, MorningZ [EMAIL PROTECTED] wrote: I just noticed that firefox dosen't support the z-index Of course FF supports z-index... something is wrong with your code

[jQuery] Re: Firefox/css/jquery..

2008-07-02 Thread Aaron
Aaron wrote: ya well take a look at the website, type inwww.chillenvillen.comand you will see it. On Jul 2, 11:00 am, MorningZ [EMAIL PROTECTED] wrote: I just noticed that firefox dosen't support the z-index Of course FF supports z-index... something is wrong with your code/markup

[jQuery] Re: jQuery upload progress bar, maybe for form plugin

2008-06-25 Thread Aaron Heimlich
. -- Alexandre Plennevaux LAb[au] http://www.lab-au.com -- Aaron Heimlich Web Developer [EMAIL PROTECTED]

[jQuery] php with javascript...jquery...

2008-06-25 Thread Aaron
Hi I have a question. Is it possible to use php with javascript and even jquery? I want to make an if and then statment in php where it checks the database if their is a photo/image present or not, if not then a table that supposed to show the image would not be visiable if their is a image then

[jQuery] Re: Validating forms with identical input names

2008-06-24 Thread Aaron Heimlich
// date 2 is 2008-06-26 ? , but nothing you couldn't achieve in a different way. I'm curious as to what those ways are (honestly). Example? -- Aaron Heimlich Web Developer [EMAIL PROTECTED]

[jQuery] Re: Validating forms with identical input names

2008-06-24 Thread Aaron Heimlich
with that name and run through the validation rules you have for that input name on each of those values. -- Aaron Heimlich Web Developer [EMAIL PROTECTED]

[jQuery] Re: Resizing.

2008-06-23 Thread Aaron
to see which settings are best for the client. Is this possible that play with the css settings in javascript? On Jun 22, 1:24 am, Aaron [EMAIL PROTECTED] wrote: So if I use the  min width and max width  I should use min width set to what looks good in the lowest acceptable display settings

[jQuery] Re: Resizing.

2008-06-22 Thread Aaron
of adjusting your page width is by pure CSS, you can use the min-width and max-width properties for this and width for IE = 6. As for images, just create thumbnails that link to the original size. On Sat, Jun 21, 2008 at 6:41 AM, Aaron [EMAIL PROTECTED] wrote: Hi how can I resize every element in my

[jQuery] Resizing.

2008-06-21 Thread Aaron
Hi how can I resize every element in my website base on the client's display settings?? should I use if and then statments to check the clients browser settings and use a energy algorithm to check the energy levels in the image where it would be copied to extend the image and deleted to reduce

[jQuery] What is the best way to send data betwen JS - PHP

2008-06-19 Thread Aaron
Hi, I use POST for send all data to a PHP scrip, for ex: data:script.php?id=+id+text=+text, but sometimes text contains \ or another istrange characters and not like to be correct send data in this way. ¿what is the best way? PHP - JS I use json, but for JS-PHP? -- Asterisk ext: 13502

[jQuery] Re: onRighClick method?

2008-06-18 Thread Aaron Heimlich
Malik Web Developer -- Aaron Heimlich Web Developer [EMAIL PROTECTED]

[jQuery] Re: Does jquery's ajax method's identify requests as being ajaxed

2008-06-18 Thread Aaron Heimlich
to say is, do the native jquery ajax methods append any parameters that can inform our server side scripts that the request was submitted using ajax? (e.g. ajax=1) If not, what could be done to implement this so that we don't need to repeat ourselves on each and every form? Thanks -- Aaron

[jQuery] How to make a resize window to clients display settings.

2008-06-06 Thread Aaron
Hi I need help how would you grab the cliens display settings and base of that give them a website in that display setting. Like if I make about like 5 or 6 different layouts of the same website for different display settings and have them use the one that fits with there display settings.

[jQuery] Re: How to make webpage to adjust to user display settings.

2008-06-02 Thread Aaron
can jquery do this?? On Jun 1, 7:18 pm, Aaron [EMAIL PROTECTED] wrote: ok I am currently working on a website and I need to have my website to adjust to the clients display settings   so  like for an example that  if the user has a higher display settings my webpage through javascript would

[jQuery] Re: How to make webpage to adjust to user display settings.

2008-06-02 Thread Aaron
Also can jquery be used in commercial webpage?? like any commercial type website can use this for free? On Jun 1, 7:18 pm, Aaron [EMAIL PROTECTED] wrote: ok I am currently working on a website and I need to have my website to adjust to the clients display settings   so  like for an example

[jQuery] Re: Help learning...

2008-06-01 Thread Aaron
Ok I got it to work. I bet you will never guess how. LOL I redownloaded jquery againg and then edited my html to point to that new file and now everything works perfectly. On May 31, 7:28 pm, Aaron [EMAIL PROTECTED] wrote: Is there anything that I done wrong with the script?? I still can't

[jQuery] How to make webpage to adjust to user display settings.

2008-06-01 Thread Aaron
ok I am currently working on a website and I need to have my website to adjust to the clients display settings so like for an example that if the user has a higher display settings my webpage through javascript would resize all the elements on my webpage to keep the orignial look. so I am

[jQuery] Re: Help learning...

2008-05-31 Thread Aaron
Is there anything that I done wrong with the script?? I still can't get it to work. the list is hidden so at least I am that close on getting the thing to work. I am right now just trying to fade in a list next to the image when the mouse is over the image. On May 28, 4:32 pm, Aaron [EMAIL

[jQuery] Re: Livequery event firing multiple times

2008-05-30 Thread Brandon Aaron
After a quick glance at the code you pasted... it looks like you are using the Live Query plugin within the click event. This somewhat negates the purpose of Live Query. Try moving the Live Query block outside the 'click' binding block ... within the document.ready block. -- Brandon Aaron On Fri

[jQuery] Re: Help learning...

2008-05-28 Thread Aaron
well when the mouse is over that image and that image is from the internet it's just for testing. When I am done that image is supposed to be a image of the user well the image they uploaded. On May 27, 7:48 pm, Josh Nathanson [EMAIL PROTECTED] wrote: Aaron -- run don't walk to get Firefox

[jQuery] Re: Help learning...

2008-05-28 Thread Aaron
Ok I see, I added .js and looks like it's semi working, the list that I have in the html file before would show/display when the page loads but now after changing that error .js but still when my mouse moves over the image I still don't see the list fade in or anything. I can't really put

[jQuery] Re: Help learning...

2008-05-27 Thread Aaron
. is there somthing I am missing?? On May 26, 2:29 pm, Aaron [EMAIL PROTECTED] wrote: Hi  I am currently building a website. I  am trying to  use the hover and fadein and fadeout functions from jquery. I don't have a full understanding of it. I plan to make a new file that is a javascript file

[jQuery] Re: Help learning...

2008-05-27 Thread Aaron
Yep got them sorry I must of when posting deleted the selectors. On May 27, 3:24 pm, Josh Nathanson [EMAIL PROTECTED] wrote: Your selectors need quotes around them: $(li:hidden:first).fadeIn(slow);   etc. -- Josh - Original Message - From: Aaron [EMAIL PROTECTED] To: jQuery

[jQuery] Re: Help learning...

2008-05-27 Thread Aaron
Nathanson [EMAIL PROTECTED] wrote: Your selectors need quotes around them: $(li:hidden:first).fadeIn(slow);   etc. -- Josh - Original Message - From: Aaron [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Tuesday, May 27, 2008 11:31 AM Subject: [jQuery] Re

[jQuery] Re: change innerHTML

2008-05-27 Thread Brandon Aaron
You can do this several ways: $('#progressBarText')[0].innerHTML = '76%'; $('#progressBarText').attr('innerHTML', '76%'); And finally the preferred method: $('#progressBarText').html('76%'); The docs for the html method: http://docs.jquery.com/Attributes/html#val -- Brandon Aaron On Tue, May

[jQuery] Re: Help learning...

2008-05-27 Thread Aaron
, at 4:05 PM, Aaron wrote: Here is the exact code exactly copied and pasted from my file to here: $(document).ready(function() { $(#image).hover(      function () {    $(li:hidden:first).fadeIn(slow));      },      function () {        $(li).fadeOut(slow).remove

[jQuery] Re: Help learning...

2008-05-27 Thread Aaron
();      }    ); }); --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On May 27, 2008, at 4:05 PM, Aaron wrote: Here is the exact code exactly copied and pasted from my file to here: $(document).ready(function() { $(#image).hover(      function () {    $(li:hidden:first

[jQuery] Re: Select lists in 1.2.5

2008-05-22 Thread Aaron Heimlich
). Best Wishes, Wil Everts [EMAIL PROTECTED] -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: .get(0) fails in 1.2.5

2008-05-21 Thread Brandon Aaron
This is working for me. Must be a little more deeply rooted. Could you try and narrow things down? Create a simplified test-case that we could all explore? -- Brandon Aaron On Wed, May 21, 2008 at 12:53 PM, jstrebel [EMAIL PROTECTED] wrote: Hi there, Noob.. and first post. Thanks

[jQuery] Re: livequery in navigation

2008-05-20 Thread Brandon Aaron
I'm a little confused about your setup. Could you post a link to the site or an example of the issue you are having? Also, I'm sure it was just a typo but your missing the $ on ('#home') and ('#search'). -- Brandon Aaron On Wed, May 7, 2008 at 10:47 AM, kws452 [EMAIL PROTECTED] wrote: I am

[jQuery] Re: attr('form') not work in firefox

2008-05-19 Thread Brandon Aaron
1.2.4 is available ... just not the release notes :) http://code.jquery.com/jquery.js -- Brandon Aaron On Mon, May 19, 2008 at 9:54 AM, Ariel Flesler [EMAIL PROTECTED] wrote: No, you're right. Form elements (input, select, textarea, etc) do have a 'form' attribute. I think it's even cross

[jQuery] Re: JQuery and ASP.NET AJAX

2008-05-19 Thread Brandon Aaron
We've fixed several specific issues in dealing with ASP.Net's AJAX framework in the past. As far as I know to date we play nice with ASP.Net. -- Brandon Aaron On Mon, May 19, 2008 at 10:12 AM, Mike [EMAIL PROTECTED] wrote: I used ASP.NET Ajax to make webmethod calls all the time and I know

[jQuery] Re: clueTip Plugin - Loading specific DIV ID in external html

2008-05-19 Thread Aaron
Awesome! Thank you s much for helping me out and looking into the posotioning issue for me! :) On May 14, 12:46 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Hi Aaron, You're too kind. The first question I can answer right away. The second one is probably   going to involve more work. I

[jQuery] Re: clueTip Plugin - Loading specific DIV ID in external html

2008-05-19 Thread Aaron
Also just wondering if it was possible/easier to have the tip show in the center of the screen? On May 19, 10:59 am, Aaron [EMAIL PROTECTED] wrote: Awesome! Thank you s much for helping me out and looking into the posotioning issue for me! :) On May 14, 12:46 pm, Karl Swedberg

[jQuery] Need some help....

2008-05-17 Thread Aaron
Hi I want to know how I could test if I added the javascript right??? like I am not sure if when I added the javascript with the right path . I know I have to use the script tags . The problem I am having is using the Hover and also fadeIn fadeOut. I want to create a tool tip thing but

[jQuery] Re: Autocomplete - is bgiframe required?

2008-05-17 Thread Aaron Barker
I just submitted a bug on this a few days ago, which also contains a fix for it http://dev.jquery.com/ticket/2866 Copied here for posterity Line 634 is currently: list.bgiframe(); and should be if($.fn.bgIframe) list.bgiframe(); On May 16, 12:28 pm, rolfsf [EMAIL PROTECTED] wrote: I'm

[jQuery] Re: Need help with hover and fadein and fade out

2008-05-15 Thread Aaron
ok I have so far this: $(document).ready(function() { $('#image').cluetip({sticky: true, mouseOutClose: true});} That is what I have is it wrong?? yet this dosen't work. On May 10, 7:02 pm, Aaron [EMAIL PROTECTED] wrote: What do you mean the plug-in grabs the contents?? would

[jQuery] Re: Making all ids invisible except one

2008-05-15 Thread Brandon Aaron
Like Karl said and here are the docs for the :not selector and the .not method http://docs.jquery.com/Selectors/not#selector http://docs.jquery.com/Traversing/not#expr -- Brandon Aaron On Thu, May 15, 2008 at 10:17 PM, Karl Rudd [EMAIL PROTECTED] wrote: $('div.subNav').not('#myId').hide

[jQuery] Re: clueTip Plugin - Loading specific DIV ID in external html

2008-05-14 Thread Aaron
Karl you are the BEST! This works great! I have implemented but have a few questions. This is what i have that works jQuery.noConflict(); jQuery(document).ready(function() { jQuery.cluetip.setup({insertionElement: '#Maps'});

<    1   2   3   4   5   6   7   8   >