[jQuery] Another PNG transparency thingy for IE
Yeah, that's what I meant ;) It was early when I wrote that. Sorry for the confusion/incoherency. -scott > -----Original Message----- > From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]
[jQuery] Imagebox display problem
Hi Is there a problem with imagebox not displaying properly on websites that use z-index in there stylesheets. I can seem the get imagfebox to display in front of the content. It alway displaysunder the content but in front of the background image. Is there a way to fix this problem? Thank you Janet _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Integrate Form plugin with jQuery plugin Validation
hey. ive built a form thats sends data Asynchronously... im trying to integrate it with the Validation plugin (http://bassistance.de/jquery-plugins/jquery-plugin-validation/) seems not work anyone can take a look or just paste here a code that he success to do ? i want that the user will not able to submit the data until the client site js is verified.... http://pastebin.ca/371649 thanks for help amir -- View this message in context: http://www.nabble.com/Integrate-Form-plugin-with-jQuery-plugin-Validation-tf3292006.html#a9156566
[jQuery] Accordion Menu smoothSlideshow conflicts
Hi All, Has anyone tried using or porting to jQuery the http://smoothgallery.jondesign.net smoothGallery code that uses mooTools. It seems silly to use those all those libraries with jQuery. There are conflicts, making it a matter of choosing one or the other to use. My accordion buttons are working fine with jQuery and I have to stick with those: http://www.generalmedicine.com/v2/codeArchive/jqueryAccordionEdits.htm The image fades with the info text sliding up from the bottom make the smoothSlideshow
[jQuery] Interface, download only Animate functions
Hi all, maybe I'm just missing it, but is there any way to download just the animate() function for Interface? Before switching to 1.2, I only used the animateClass function, which had a foot print of about 3KB, now since animateClass has been depreciated and I can't find where to download the animate() function, I have to load the entire Interface suite, which I'd rather not do considering the limited functionality I'm using. Thanks, - jake _______________________________________________ jQuery
[jQuery] Multiple Ajax calls and multiple loading... boxes
Ok. I'm at loss here. $.ajaxStart() is invoked for every ajax call that's made on the page. However, for one ajax call I need to display a "loading..." in one place, for another ajax call - a "loading..." in another place and for yet a third ajax call a "loading" in a third place. How can I do this in jQuery? Preferably, in one line (true to jQuery spirit :)) ). _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Help with animate()
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Trebuchet MS">Hi, I'm trying to understand how the animate function works, but I'm not finding the documentation very helpful. As an example I would like to move one div to the right 100 pixels. I thought that the following code might do it but I get no movement whatsoever. $("#myDiv").animate({right:
[jQuery] Help getting object items
I am fairly new to jQuery and still trying to wrap my head around selectors and jQuery's method for accessing objects. I could use a little help on this problem. I am sure it is easy. I am trying to modify the jdMenu plugin to use image rollovers on the top level list items. I create an object with the rollover on state url for the images. I use this object to preload the images. This part works fine. Then inside the hoverOver and hoverOut functions in jdMenu I need to access the images url from
[jQuery] swfIR: swf Image Replacement
Just saw this posted to del.icio.us this morning and thought it would be cool to see if it could be made using jQuery like sIFR was: swfIR (swf Image Replacement) http://www.swfir.com/ swfIR gives you the ability to apply an assortment of visual effects to any or all images on your website. -- --------- Bender: "Amy, you like cute things so I baked you a pony." --------- http://www.reefs.org - Where reefkeeping begins on the internet. http://www.advancedaquarist.com - High quality, free monthly publication
[jQuery] Another PNG transparency thingy for IE
I am currently working on building a blog to house these kinds of code odds and ends. Will ping bing back when it is up. -scott
[jQuery] Fade effect of jQuery buggy in Internet Explorer
Hey, i`m using the jQuery`s fade effect (fadeIn and dadeOut) a couple times now in my script in divs but somehow the fading effect doesn`t end smooth in IE. (ie 6) and the interface plugin with BlindDown and BlindUp doesn`t seem to have this issue and it`s also using a fading effect in the Bling* transitions. the problem that is visable on IE is when the effect is ending or just beginning the div is moving a little.. doesn`t happen with FF or Opera... is there a fix for this bug? or is it fixed in
[jQuery] jQuery + ColdFusion - auto complete examples?
I'm working on an administration tool and I'd like to use jQuery to populate a user field - IE the user would type in a few letters of the last name and have it find the matching names... I know there are lots of ColdFusion folks on the list - I'm looking for some examples :) I've used jQuery quite a bit in the rest of this application but it's all been for display/UI - no Ajax - so now I want to give that a try. Thanks! Jim _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] addclass and json
I am trying to pass a value to addClass, If I hardcode 'green' it works if I do var = green addClass(var) It works If I try to use a value from jquery json data like addClass(json.class) addClass and jquery die with no visible error in firebug If I do json.class.toString() it works, Prior to version 1.1.1 I never had to specify toString Any ideas? _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Tabs plugin / CSS problem
On this page I've setup a test for the tabs plugin which I want to use. http://waarneming.nl/h/default/test The layout is wrong in FF2 (tabs are too high and too far to the right) and in IE7 (everything looks messed up). The scripts and the CSS are inserted through php calls in a small framework. This works fine for thickbox and such, but I can't get tabs to work. I've been staring at it for a long time, so maybe I'm just missing the obvious (most probably the obvious mistake I made). If anyone would
[jQuery] Newbie Alert: Problem with Ajax
Hi, Please excuse my ignorance. I'm totally new to this. I'm trying to get some data from a PHP-script via AJAX. $(document).ready(function(){ $("a#'. $catid .'").click(function(){ $("#ajaxloadimage").ajaxStart(function(){ $(this).show(); }); $.ajax({ type: "POST", processData: true, dataType: "html", url: "getallfromcategory.php", data: "uid='. $cat_result['uid'] .'", success: function(txt){$("#show_'.
[jQuery] Another PNG transparency thingy for IE
I have seen a number requests and solutions for fixing PNG image transparency in IE on the list. However, I have never seen one that addresses transparency of PNGs when they are used as backgrounds. I prefer using elements plus background images for my icons as opposed to image tags so I can use style sheets to switch icon sets out. So, needing to support PNG transparencies in backgrounds I came up with two possible solutions. Non-jQuery solution: I build upon what Klaus already has for supporting
[jQuery] Tabs Plugin and fxAutoHeight
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Trebuchet MS">Hi, I've just been checking out the docs and demo of the tabs plugin as I want to use it in a project I'm working on.I'm keen to have all the tabs to be the same `height as I think it will look cleaner in the app. On checking the demo for the tabs plugin (<a class="moz-txt-link-freetext"
[jQuery] IE6 Processing time with fadeOut()
Hi, I've got a function: function closeNav(navName, navHandler, navList){ $(navList).hide("slow",function(){ $(navName).addClass("external-nav-on"); $(navHandler).addClass("closed"); }); $(navHandler).toggle(function(){ $(navHandler).removeClass("closed"); $(navList).fadeIn("slow"); },function(){ $(navList).fadeOut("slow",function(){ $(navHandler).addClass("closed"); }); }); } called from within another function from
[jQuery] Strange bug in jquery forms 1.0
ive downloaded the zip and exctract it without any changes and upload it into: http://www.amir.cx/ajax/test2/demo-test/ajaxSubmit-intergration-demo.html take a look, there is a error on line 31 , and also ive dropped the $.validator.debug line witch also caused error (somthing undefined) hope you will fix it soon cause its dont work.. but really nice job you did man! -- View this message in context: http://www.nabble.com/Strange-bug-in-jquery-forms-1.0-tf3299370.html#a9177976 Sent from the JQuery
[jQuery] jqueryplugins.com
>>Just some thoughts. I would really like information or discussion on the
[jQuery] How to paste excel data to the table
Hi, I have spent some time to solve this question ,but I did not.I what to paste some excel data to table,and copy the table data to the clipboard.but I don't know hot to manipulate the clipboard's data The table is like this: <table> <tr><td><input></td><td><input></td></tr> <tr><td><input></td><td><input></td></tr> </table> thanks _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Progress Bar Plugin
As promised I'm slowly releasing my jQuery based code for public consumption. This is more css than anything else, but it does use jQuery. This is something I just came up with one night and have yet to use it in a project, so it is basically untested. It appears to work in FF2 and IE7. I have made the source code and examples available at http://digitalbush.com/projects/progress-bar-plugin http://digitalbush.com/projects/progress-bar-plugin Please let me know if you have any problems with this especially
[jQuery] jqueryplugins.com
> I don't want to diminish your excitement but we're already in the
[jQuery] drag & drop : proxy element?
I use the word "proxy" because that is how it is worded in YUI. I'm referring to the ghosted element that is physically being dragged along with the cursor during a drag and drop. It seems that the interface plugin drag and drop function creates a copy of the element being dragged. I've found that this causes problems when dragging table rows in IE. The ghosted element either doesn't display, or it ends up dragging the entire table as the ghosted element. I can get it to work by sticking divs inside
[jQuery] Help needed
Hey guys, I have a problem in Safari with the following code and JQuery 1.6. I have an <ul> list where each element contains a <form> which I show/ hide when the user clicks on the respective list item. I also have prev/next buttons which make an AJAX call and inject the HTML with the new list items. Upon updating the list, I also update the event handlers for the new DOM nodes so they have the same desired behavior. This works in FF and Opera but after updating the list (and the event handlers)
[jQuery] KICK-BUTT javascript based Zoom feature
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <meta name=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 10"> <meta name=Originator content="Microsoft Word 10"> <link rel=File-List href="cid:filelist.xml@01C75999.224B7F70">
[jQuery] Help needed: Images not loading properly in FF
Hi, so this is not a specific jQuery problem that I can point out but let me explain my problem. When refreshing a page in FF 1.5 and FF2, some images won't load properly. Which images is totally random. When I check out the net tab in firebug I see that sometimes images (only one per page view though) takes 3-6s to load. When I check the Request/response headers the images which wont load has no response headers but the response tab is showing the image. These problems doesn't exist at all in IE6
[jQuery] ANNOUNCE: Thickbox Reloaded alpha
Sounds good.... How about building in thumbails so you only have to refer to the main image. Janet -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of Klaus Hartl Sent: Monday, February 26, 2007 9:06 AM To: jQuery Discussion. Subject: [jQuery] ANNOUNCE: Thickbox Reloaded alpha Hi jQuerians, I just committed what I would call Thickbox Reloaded alpha version. It may look the same pretty much, but is a complete rewrite. Here's what's new: * Chainable
[jQuery] Odd include ordering bug w/ Tablesorter and WrapInner
Haven't had the time to debug this but if you include the jquery-plugin-wrapinner.js before the jquery.tablesorter.js (see below) then the wrapinner will not work. However, reverse the two and both work successfully. Latest sources, same results in ie6/ff2 <html> <head> <script src="jquery.js" type="text/javascript"></script> <script src="jquery-plugin-wrapinner.js" type="text/javascript"></script> <script src="jquery.tablesorter.js" type="text/javascript"></script> <script> $(document).ready(function()
[jQuery] Selecting elements inside a popup
Hey all, ''How can i select elements inside a popup? (JS is inside the popup). when I apply an action it seems it regards the page as whole + popup. What i want to do is to open popup inside popup , so the HREF value of the links are passed to a popup function. Any ideas? _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] KICK-BUTT javascript based Zoom feature
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD> <BODY> <DIV><FONT face=Arial size=2><A href="http://tinyurl.com/yubt54">http://tinyurl.com/yubt54</A></FONT></DIV> <DIV> </DIV> <DIV align=left><SPAN style="FONT-SIZE: 14px"><B><FONT face="Century Gothic"> <DIV align=left><SPAN class=159130414-05012007><FONT face=Arial size=2><SPAN class=159130414-05012007><FONT
[jQuery] jQuery + ColdFusion - auto complete examples?
There is a complete CF-based example here: http://www.pengoworks.com/workshop/jquery/autocomplete.htm He includes the CFM as a txt file at the bottom of the page... I just implemented it and it's pretty simple to do following his lead. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Priest, James (NIH/NIEHS) [C] Sent: Monday, February 26, 2007 7:32 AM To: jQuery Discussion. Subject: [jQuery] jQuery + ColdFusion - auto complete examples?
[jQuery] PNGs in IE
anyone knows of a jquery plugin that fixes PNG transparency in IE 5.5, 6? or any ideas please? tia, s -- View this message in context: http://www.nabble.com/PNGs-in-IE-tf3272202.html#a9098109 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] ANNOUNCE: Thickbox Reloaded alpha
Looks great in FF! Not there yet in IE6 though. Totally fails actually. But like you said, it's alpha. Good luck! -Kevin -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Klaus Hartl Sent: Monday, February 26, 2007 9:06 AM To: jQuery Discussion. Subject: [jQuery] ANNOUNCE: Thickbox Reloaded alpha Hi jQuerians, I just committed what I would call Thickbox Reloaded alpha version. It may look the same pretty much, but is a complete rewrite. Here's
[jQuery] jQuery + ColdFusion - auto complete examples?
Here's a quick example: http://www.co-opcookbook.com/test.cfm It's not working 100% right now, I think due to the way mySQL stores the data (extra carriage returns at the end maybe). But here's the code for it (note, this uses an older version of jQuery). I haven't take the time to update this example page. Here's TEST.cfm <html> <head> <title> the recipe MANAGER</title> <script language="javascript" src="includes/jquery.js" type="text/javascript"></script> <script language="javascript" src="includes/autocomplete.js"
[jQuery] KICK-BUTT javascript based Zoom feature
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.6000.16414" name=GENERATOR></HEAD> <BODY text=#000000 bgColor=#ffffff> <DIV dir=ltr align=left><SPAN class=104182314-26022007><FONT face=Arial color=#0000ff size=2>Take off the _spam from the end of the link.</FONT></SPAN></DIV><BR> <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left> <HR tabIndex=-1> <FONT face=Tahoma
[jQuery] how do i use display: table-row; instrad of display: block; with the show() effect on table rows?
<html> <head> <style> P { margin:0px; padding:0px } body { FONT-SIZE: 10pt; FONT-FAMILY:Tahoma } </style> </head> <body><div style="text-align: left;">Thanx that did the trick. also importand to add is that a table MUST HAVE <tbody> and </tbody> :) if you don`t have that it will get messy again :P but thanx alot for fixing this issue. </div> <hr id="stopSpelling">> Date: Sun, 25 Feb 2007 23:39:37 +0100 > From: zelexir@gmail.com > To: discuss@jquery.com > Subject: Re: [jQuery] how do i use display:
[jQuery] $(el).css(string) return empty
guys, i'm loosing my mind here, anybody can help me ? why this command: $(el).css(string) return empty value ? how can this happened ? because i'm sure the element has css valid property anybody have the same problem ? -- View this message in context: http://www.nabble.com/%24%28el%29.css%28string%29-return-empty-tf3292757.html#a9158541 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Problem in Opera 9.1
Hi, After updating to Opera 9.1 (at least I think that's what did it), the <ul> in my carousel div dropped by 40px. Turns out the <ul> must be set to display:inline, but this setting breaks the carousel in all browsers causing it to no longer 'turn'. Anyone else come across this, or have any ideas? Adam -- View this message in context: http://www.nabble.com/Problem-in-Opera-9.1-tf3292469.html#a9157740 Sent from the jCarousel mailing list archive at Nabble.com. _______________________________________________
[jQuery] Nightly builds links broken
Requests to <a href="http://jquery.com/src/nightlies/jquery-nightly.js">http://jquery.com/src/nightlies/jquery-nightly.js</a> and <a href="http://jquery.com/src/nightlies/jquery-nightly.pack.js">http://jquery.com/src/nightlies/jquery-nightly.pack.js </a> get a 404 error.<br clear="all"> Is there anything wrong or the files are being updated? -- Arrix _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Next Page