[jQuery] Re: @mike: blockUI fix

2007-06-15 Thread Gilles (Webunity)
You did not yet commit this did you? I still see Version 1.22 (06/08/2007) when i download the file here @ work from code.google.com -- Gilles

[jQuery] Re: Update Broadband Stats

2007-06-15 Thread Tane Piper
Absolutly. This is always something I strive towards - good, optimised sites. Under UK law it is actually illegal to create a website that deprives the user access through accessibility. I believe this shoukd also includes not only any disabilities, but also their connection ability. Many

[jQuery] Re: Update Broadband Stats

2007-06-15 Thread Andronicus Riyono
On 6/15/07, Tane Piper [EMAIL PROTECTED] wrote: I have a 'magic' figure of 500kb - this is what I aim for on 75% of my sites pages. That should take someone on a 56k modem no more than 10 seconds to load. 500 kilobits ? which means 62.5KB? or it was 500KB, which will take about 75 secs on a

[jQuery] Re: Jquery based Ajax Rss Reader

2007-06-15 Thread joomlafreak
Thanks Sterling for your looking at it. I will be wating for your suggestion though. I have tried every possible way to make the ticker go continuously instead of the present way. Right now it will rewrite the inner html in the div with new content from server. I tried to manipulate the height

[jQuery] Re: Update Broadband Stats

2007-06-15 Thread Tane Piper
Sorry, your right - it's been so long since I've had dialup and it's still early on a friday, i didn't do my math right. Even so, I still stick to my 'magic' number. Our company normally deals with large images and photos, but I always optimize them as much as possible (the average 3.7mb

[jQuery] Parseing XML with jQuery

2007-06-15 Thread Gordon
Hi guys I am currently working on a rewrite of the Jargon buster feature at www.pcwb.com to make it more DOM friendly (it relies on regex search and replace on innerHTML and therefore fails to work in Safari), and have decided to use jQuery as the framework instead of the roll-your- own approach

[jQuery] Re: Update Broadband Stats

2007-06-15 Thread RobG
On Jun 15, 6:21 pm, Andronicus Riyono [EMAIL PROTECTED] wrote: On 6/15/07, Tane Piper [EMAIL PROTECTED] wrote: I have a 'magic' figure of 500kb - this is what I aim for on 75% of my sites pages. That should take someone on a 56k modem no more than 10 seconds to load. 500 kilobits ?

[jQuery] Re: SlickSpeed CSS Selector TestSuite

2007-06-15 Thread Toby
You gotta admit, 1.2mb for that page is explosively large ;¬] _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: 13 June 2007 17:47 To: jquery-en@googlegroups.com Subject: [jQuery] Re: SlickSpeed CSS Selector TestSuite

[jQuery] Re: Update Broadband Stats

2007-06-15 Thread Alexandre Plennevaux
There is one other solid argument for keeping jquery filesize down: dial-up modem is one part of reality, costly internet surfing via mobile phone connection (gprs, wap ...) is another one, which also should increase in the future. -Original Message- From: jquery-en@googlegroups.com

[jQuery] Figures: Small change breaks table case

2007-06-15 Thread Su
After seeing about the load() event yesterday, I made an edit to my figures plugin to have it work even if the image doesn't specify a width, and it's caused a problem that doesn't make any obvious sense to me. Here's the previous version:

[jQuery] Re: @mike: blockUI fix

2007-06-15 Thread Mike Alsup
Gilles, Sorry for the confusion. I renamed the file as Brandon suggested and committed that change. I'm still working on the tab navigation but I should have it done today. There's a little extra work for Opera since it won't let you cancel a tab key event. Mike On 6/15/07, Gilles

[jQuery] Re: Bound function on appended image

2007-06-15 Thread Gareth Hughes
Yes, I read it through. I haven't managed to successfully get it working without duplication but I'll keep trying :) Thanks again. - Original Message - From: Scott Sauyet [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Thursday, June 14, 2007 10:10 PM Subject: [jQuery] Re:

[jQuery] Re: ajax framework comparison

2007-06-15 Thread Scott Sauyet
[EMAIL PROTECTED] wrote: Go to : http://mootools.net/slickspeed/ Why is jquery so slow ? This has been discussed a great deal this week, especially in these threads: http://tinyurl.com/yoekz5 http://tinyurl.com/2x9dbf http://tinyurl.com/2axcxq Fundamentally, the answer is that

[jQuery] Simple Question about ajax request timeout

2007-06-15 Thread joomlafreak
Many times the ajax request gets timeout and the show/hide or slideup/ down function gets stalled. Even the next succcessful ajax call does not update the element. I wonder how can I set up some global callback / local callback function so that those element which should have been updated are

[jQuery] Re: jquery + validation + ajaxForm + tabs - almost working... (interesting problem!)

2007-06-15 Thread slakoz
Thanks Klaus for your reply. I try to put validate function into beforeSubmit section before i post in this group. I cannot force this validate function to return false when the field isn't filled up to cancel form submition. Interesting thing is, that this particular validate function should

[jQuery] ajax framework comparison

2007-06-15 Thread [EMAIL PROTECTED]
Go to : http://mootools.net/slickspeed/ press : start tests Why is jquery so slow ? Is it because they use a development version of jquery ? Or maybe, jquery needs some optimisation ?

[jQuery] Re: Simple Question about ajax request timeout

2007-06-15 Thread Rob Desbois
Does this catch a timeout condition? If so you could do the slideUp() from there. $.ajaxSetup({ error: function() { // ... } }); --rob On 6/15/07, joomlafreak [EMAIL PROTECTED] wrote: Many times the ajax request gets timeout and the show/hide or slideup/ down function gets

[jQuery] Re: Simple Question about ajax request timeout

2007-06-15 Thread Rob Desbois
The code I gave sets the global error handler using $.ajaxSetup() - best is to use that and set the error handler when you set the timeout. If you only wish to set it for a single request though then you need to pass the 'error' parameter to $.ajax() instead. --rob On 6/15/07, joomlafreak

[jQuery] jQuery Examples

2007-06-15 Thread Charlie Concepcion
Hey guys... Wanted to know if there is basic examples of events, selectors, etc. of jQuery; Besides the jQuery site itself which are too basic. I need a little more especially with CSS. Is there any site that contains examples of this. thanks!

[jQuery] Re: jQuery Examples

2007-06-15 Thread Rey Bango
Hi Charlie, Go to the tutorials section and run through some of those. Also, if you really want to cut your teeth w/ jQuery, I'd suggest looking at: http://www.learningjquery.com http://15daysofjquery.com/ Rey... Charlie Concepcion wrote: Hey guys... Wanted to know if there is basic

[jQuery] Tablesorter woes

2007-06-15 Thread Andy Matthews
I've used tableSorter successfully in another project but for some reason it's defeating me in this one. I've got some code to display, but I can't put a working version up as it's for an admin section. Here's the portions of the code that I think are relevant...please let me know if I need to add

[jQuery] Re: Parseing XML with jQuery

2007-06-15 Thread Scott Sauyet
Gordon wrote: Is there a way I can get the #selector style syntax to work on XML files? I don't think so. From the CSS specs [1]: Note. In XML 1.0 [XML10], the information about which attribute contains an element's IDs is contained in a DTD. When parsing XML, UAs do not always

[jQuery] Re: Tablesorter woes

2007-06-15 Thread Jonathan Freeman
tbody ? --- Andy Matthews [EMAIL PROTECTED] wrote: I've used tableSorter successfully in another project but for some reason it's defeating me in this one. I've got some code to display, but I can't put a working version up as it's for an admin section. Here's the portions of the code

[jQuery] Re: jQuery Examples

2007-06-15 Thread Charlie Concepcion
Thanks Rey On Jun 15, 9:40 am, Rey Bango [EMAIL PROTECTED] wrote: Hi Charlie, Go to the tutorials section and run through some of those. Also, if you really want to cut your teeth w/ jQuery, I'd suggest looking at: http://www.learningjquery.comhttp://15daysofjquery.com/ Rey... Charlie

[jQuery] Re: Simple Question about ajax request timeout

2007-06-15 Thread joomlafreak
Cool.. This is work, not tried yet but I am hopeful. I have one concern though. I have the above described situations at many places in my application http://feed.joomlaprodigy.com/ and all are prone to the situation I described in my post above. Is there a way I can do it globally. By the

[jQuery] Re: ajax framework comparison

2007-06-15 Thread John Farrar
There is also the obvious issue that the totals are different because he added times for things that jQuery wasn't designed to handle. ( like div ~ div) Every platform that is mature will have a strength that makes it look good. And the age old reality is statistically speaking you can make

[jQuery] Problem with WebTrends JS + jQuery in IE 6

2007-06-15 Thread skyeflye
Hi all, I have a client that is running WebTrends for a large, enterprise web site. The way WebTrends works is very simple, and similar to many other user-tracking software. There is a chunk of WebTrends JavaScript code (they call it the SmartSource Data Collector Script), embedded in the bottom

[jQuery] Re: Tablesorter woes

2007-06-15 Thread Andy Matthews
I'll give that a shot, but it was working before without tbody in there. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Freeman Sent: Friday, June 15, 2007 8:47 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Tablesorter woes

[jQuery] wish: WYSIWYG Form Editor

2007-06-15 Thread Juan Pablo Aqueveque
Hi jQuery gurus: I would like to see a WYSIWYG Form Editor like this one: http://www.themaninblue.com/experiment/widgEditor/ but in jQuery of course. Or already exists one?. ? Cheers -- juan pablo aqueveque www.juque.cl

[jQuery] Re: Parseing XML with jQuery

2007-06-15 Thread skyeflye
Hi Gordon, Your question (and Scott's earlier reply) may nullify this recommendation for your particular circumstances, but if it's any help to you or others, I found a good, basic tutorial on parsing XML with jQuery here:

[jQuery] Re: wish: WYSIWYG Form Editor

2007-06-15 Thread Andy Matthews
There's only 1600 line sof javascript in the widgEditor.js file. Why not convert it? ;) -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Juan Pablo Aqueveque Sent: Friday, June 15, 2007 9:16 AM To: jquery-en@googlegroups.com Subject: [jQuery]

[jQuery] Re: wish: WYSIWYG Form Editor

2007-06-15 Thread Tane Piper
http://www.wymeditor.org/en/ On 6/15/07, Juan Pablo Aqueveque [EMAIL PROTECTED] wrote: Hi jQuery gurus: I would like to see a WYSIWYG Form Editor like this one: http://www.themaninblue.com/experiment/widgEditor/ but in jQuery of course. Or already exists one?. ? Cheers -- juan pablo

[jQuery] Selector for namespace style attributes help

2007-06-15 Thread John Farrar
I would like to be able to do the type of thing they are doing with SPRY. input type=text spry:required=true... 1. How can I pull the spry attributes with jQuery. 2. Is there a way to pull attributes as a wildcard? All attributes that start with spry?

[jQuery] Re: Tablesorter woes

2007-06-15 Thread Jonathan Freeman
Hmmm... Have a look at your headers. Perhaps you'll need to clarify the structure a bit more with tr's. Mine works in the following format: table thead tr th/th th/th th/th /tr /thead tbody tr td/td td/td td/td /tr /tbody /table --- Andy Matthews [EMAIL PROTECTED]

[jQuery] Re: Parseing XML with jQuery

2007-06-15 Thread Gordon
Thanks for the help everyone. That's really a shame that you can't use the DOM functions available on HTML with XML, it would really make life easier in a lot of cases. On Jun 15, 3:09 pm, skyeflye [EMAIL PROTECTED] wrote: Hi Gordon, Your question (and Scott's earlier reply) may nullify this

[jQuery] Re: Delete a table row with JQuery

2007-06-15 Thread moazzamk
The fadeOut() fades the content out but doesn't collapse the content. Perhaps there can be an option for that, if it's not there by default? I was trying to hide the content but not delete the table row and all of the animations function weren't doing it. One more thing I have noticed is that

[jQuery] Re: mouseover/mouseout vs. hover

2007-06-15 Thread Charlie Concepcion
Thanks! On Jun 14, 9:27 pm, Brandon Aaron [EMAIL PROTECTED] wrote: $(document).ready is the original and is what happens behind the scenes ... the shortcut is because we don't like typing. :) -- Brandon Aaron On 6/14/07, Charlie Concepcion [EMAIL PROTECTED] wrote: Thanks Rafael...

[jQuery] Re: Delete a table row with JQuery

2007-06-15 Thread Karl Swedberg
Hi Moazzam, Are you using version 1.1.3a? That version hides the row for me when using .fadeOut() --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 15, 2007, at 11:29 AM, moazzamk wrote: The fadeOut() fades the content out but doesn't collapse

[jQuery] Re: Tablesorter woes

2007-06-15 Thread rolfsf
yah - thead, tbody and tfoot still need tr's jpf wrote: Hmmm... Have a look at your headers. Perhaps you'll need to clarify the structure a bit more with tr's. Mine works in the following format: table thead tr th/th th/th th/th /tr /thead tbody tr

[jQuery] Re: jquery + validation + ajaxForm + tabs - almost working... (interesting problem!)

2007-06-15 Thread Jörn Zaefferer
slakoz wrote: What is wrong: the validation is working, because the message for Field1 validation is displaying, but i can't figure out why the form is submited and tab#2 enabled and triggered, when validation for Form1 in Tab1 is unsuccessfull. The validate-plugin-method returns the

[jQuery] Mopr optimization questions

2007-06-15 Thread Gordon
I am trying to find speedups in a piexe of jQuery code, unfortunately I am running out of tricks. I've tried to reduce or eliminate the use of $ in loops, but in a few places I've been using $(this) in loos, mainly each loops. I would like to know if there are faster ways of doing things other

[jQuery] New site using jQuery

2007-06-15 Thread Jake McGraw
http://www.chipin.com/

[jQuery] Re: Mopr optimization questions

2007-06-15 Thread Gordon
Another thing I noticed while profiling my code is that the jQuery method filter() gets called a lot, over 5000 times in a relitively short space of time when only performing a small number of operations. It also stood out because its worst-case run time was 250ms. Maybe I can get a speedup if

[jQuery] Re: New site using jQuery

2007-06-15 Thread Tane Piper
Very nice site :) http://digitalspaghetti.tooum.net/switchboard/blog//2507:Help_fund_my_project On 6/15/07, Jake McGraw [EMAIL PROTECTED] wrote: http://www.chipin.com/ -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: New site using jQuery

2007-06-15 Thread Benjamin Sterling
Tane, not sure if you know this, but your site blows up in FF, looks good in ie tho. Jake, good find. On 6/15/07, Tane Piper [EMAIL PROTECTED] wrote: Very nice site :) http://digitalspaghetti.tooum.net/switchboard/blog//2507:Help_fund_my_project On 6/15/07, Jake McGraw [EMAIL PROTECTED]

[jQuery] Re: XML selectors not working in 1.1.2 ?

2007-06-15 Thread traunic
Bueller? On Jun 12, 12:20 pm, traunic [EMAIL PROTECTED] wrote: Using the Ext JS DateField which exposes a bug with 1.1.2 that prevents navigation beyond a month. They suggest using a release 1.1.2 as the bug has been resolved. Problem is the following code (simplified for this example) no

[jQuery] Re: Mopr optimization questions

2007-06-15 Thread Andy Matthews
You'll probably be better off if you can post examples of your code, or a page where people can see the code in action. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Sent: Friday, June 15, 2007 11:48 AM To: jQuery (English) Subject:

[jQuery] Re: encodeURIComponent localized for custom encoding

2007-06-15 Thread oscar esp
Hi I have test this code: jQuery.ajaxSetup({contentType: application/x-www-form- urlencoded;charset=iso-8859-1}) jQuery.pair = function(f,v) {return escape(f) + = + escape(v)}; var url = test2.asp pars= text2=áéíáéáa jQuery.ajax({ type:

[jQuery] Re: @mike: blockUI fix

2007-06-15 Thread Gilles (Webunity)
Great! Make sure you update your own demo page, since it contains a link to the old filename on code.google.com On 15 jun, 13:34, Mike Alsup [EMAIL PROTECTED] wrote: Gilles, Sorry for the confusion. I renamed the file as Brandon suggested and committed that change. I'm still working on the

[jQuery] Re: encodeURIComponent localized for custom encoding

2007-06-15 Thread oscar esp
Ok fine! I like to be a beta tester. On 14 jun, 20:38, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: this patch is changes ajax, form uses ajax, so it should work! That's what I hope we will know after you test! On 6/14/07, oscar esp [EMAIL PROTECTED] wrote: Another questionbefore to test

[jQuery] Re: Newbie question about click()

2007-06-15 Thread Matt Stith
I believe you can use $(p).toggle(slow); and it will achieve the result you are after, no need for 2 seperate functions. On 6/15/07, Giovanni Battista Lenoci [EMAIL PROTECTED] wrote: Hi, I'm a newbie in jquery please be patient :-) I'm playin with jquery mixing some tutorials. I'm trying to

[jQuery] hide() not hiding

2007-06-15 Thread gardsted
Hello, I am an absolute jquery newbie since yesterday evening. I couldn't make some stuff go away. I struggled for some time with this (later saw in the manual, that hide() only applies to stuff that is visible). So just in case anybody else is a newbie and struggles with the same as me, here is

[jQuery] Re: @mike: blockUI fix

2007-06-15 Thread Mike Alsup
Ok, Gilles, it's out there now. Mike On 6/15/07, Mike Alsup [EMAIL PROTECTED] wrote: Gilles, Sorry for the confusion. I renamed the file as Brandon suggested and committed that change. I'm still working on the tab navigation but I should have it done today. There's a little extra work for

[jQuery] Re: Problem with WebTrends JS + jQuery in IE 6

2007-06-15 Thread Theo Welch
Thanks for the help, the clear explanations and the time you spent, guys. I should point out that none of my jQuery code inside the $(document).ready() is manipulating the img / tag created by the WebTrends script. My jQuery scripts are totally separate and unrelated to the WebTrends scripts (at

[jQuery] Newbie question about click()

2007-06-15 Thread Giovanni Battista Lenoci
Hi, I'm a newbie in jquery please be patient :-) I'm playin with jquery mixing some tutorials. I'm trying to open a p with some text within with the animation control, and a link. Then when I opened the p I want to change the behaviour of the link. When I click on the link I do the

[jQuery] Re: @mike: blockUI fix

2007-06-15 Thread Mike Alsup
It's been updated, but you may need to refresh your browser. Mike On 6/15/07, Gilles (Webunity) [EMAIL PROTECTED] wrote: Great! Make sure you update your own demo page, since it contains a link to the old filename on code.google.com On 15 jun, 13:34, Mike Alsup [EMAIL PROTECTED] wrote:

[jQuery] Re: Problem with WebTrends JS + jQuery in IE 6

2007-06-15 Thread Jake McGraw
This is all very interesting, maybe there is a bug in jQuery with the ready event for IE6? Because after the ready event fires, keep in mind, the ready event is NOT part of the JS standard and it is entirely up to jQuery to determine what ready is, execution control should be sent back to

[jQuery] Re: XML selectors not working in 1.1.2 ?

2007-06-15 Thread traunic
link to extjs post that started me down this path: http://extjs.com/forum/showthread.php?t=7171 On Jun 15, 1:14 pm, traunic [EMAIL PROTECTED] wrote: Bueller? On Jun 12, 12:20 pm, traunic [EMAIL PROTECTED] wrote: Using the Ext JS DateField which exposes a bug with 1.1.2 that prevents

[jQuery] Re: New site using jQuery

2007-06-15 Thread Tane Piper
It's a hosted blog, so I don't have any control over it - and annoyingly they use markdown as well, so I can't embed microformats either. That's one of the reasons I need to get my own hosting up and running, to show off my custom CakePHP + jQuery CMS (its a work project released under a

[jQuery] BlockUI inside click()

2007-06-15 Thread Fabien Meghazi
Hi all, I'm puzzled with the following code (context explained below) : $(document).ready(function() { var modal = $(#modal_yesno)[0]; $(.a_delete).css(cursor, pointer).click(function() { var tr = $(this).parent().parent(); var id =

[jQuery] Re: Tablesorter woes

2007-06-15 Thread Andy Matthews
Okay... I've added the appropriate tags in the correct locations and still nothing. It's worth noting that this other project I mentioned didn't have tbody tags for the body of the table. One question...does doctype matter for this plugin? andy -Original Message- From:

[jQuery] Re: BlockUI inside click()

2007-06-15 Thread Mike Alsup
Fabien, Try adding this to your yes click handler code: $(this).unbind('click'); Mike On 6/15/07, Fabien Meghazi [EMAIL PROTECTED] wrote: Hi all, I'm puzzled with the following code (context explained below) : $(document).ready(function() { var modal = $(#modal_yesno)[0];

[jQuery] Re: vignet : another great jquery powered site

2007-06-15 Thread tzmedia
I was about to start a thread on this one too Sam! The site kicks but, it is a horizontal scrolling or sliding more like, site, meanwhile if you click the jobs tab at the top a div opens and slides in vertically. I was guessing it would be mooFX or prototype, it's all jquery and some plugins.

[jQuery] Re: Content peeking through popup in IE - should bgiframe help?

2007-06-15 Thread Brandon Aaron
Sorry I don't have the answer but the bgiframe is primarily to fix z-index issues in IE with select elements. -- Brandon Aaron On 6/15/07, Scott Sauyet [EMAIL PROTECTED] wrote: Okay, I've been staring at this too long now... help! I have a div that is in-line when JS is off. With JS on,

[jQuery] Re: BlockUI inside click()

2007-06-15 Thread Fabien Meghazi
Try adding this to your yes click handler code: $(this).unbind('click'); Like this ? $(#modal_yes).click(function() { $(this).unbind('click'); console.log(id);// second console log $.unblockUI(); }); If I do this, the effect is that the Yes button's click is

[jQuery] Re: jquery vertical tabs?

2007-06-15 Thread Jack Killpatrick
Hmm, c'mon...pony up! No such critter exists? I'm guessing it's a matter of modding the CSS, but maybe someone has tackled it (or tried) already? - Jack Jack Killpatrick wrote: Hi All, I need to create vertical tabs for a UI. I've done some poking around and based on comments here

[jQuery] Re: Content peeking through popup in IE - should bgiframe help?

2007-06-15 Thread Scott Sauyet
Brandon Aaron wrote: Sorry I don't have the answer but the bgiframe is primarily to fix z-index issues in IE with select elements. That's what I thought, and because the select items were the dominant objects showing through, I started by trying to use bgiframe. I'm starting to think that

[jQuery] Re: BlockUI inside click()

2007-06-15 Thread Fabien Meghazi
If I do this, the effect is that the Yes button's click is not binded anymore. Clicking on it doesn't do anything. I tried to add it at the end of the block but it's the same effect Rectification : With unbind in the yes click handler, the Yes button doesn't work anymore the second time the

[jQuery] Content peeking through popup in IE - should bgiframe help?

2007-06-15 Thread Scott Sauyet
Okay, I've been staring at this too long now... help! I have a div that is in-line when JS is off. With JS on, JQuery unobtrusively hides the div, inserts an external link and a close button to toggle it on and off. It works fine everywhere except in IE. I've tested FF2, OP9, and SF3, all

[jQuery] accesing new input values

2007-06-15 Thread [EMAIL PROTECTED]
Hello everybody, i´m developing this code to add new input elements to a given form: var contador=0; $(#botonFormulario).click(function(){ $(#nuevoCampo).after('valor: input id='+contador+' type=textbrvalor: input type=textbrbr');

[jQuery] Vertical Slide-Out Menu, FF/IE compatible + unlimited sub-levels

2007-06-15 Thread The_PHP_Jedi
Hey guys. I'm looking for a slide out menu that follows these guidelines: -Should be Firefox 1.5 and greater and IE 6/7 compatible (it *must* look the same on both browsers) -*Must* be Vertical (but if it supports horizontal menus, better) -It *must* support unlimited sub-levels. -It should look

[jQuery] Re: jquery vertical tabs?

2007-06-15 Thread Sean Catchpole
Only the CSS needs changing. Where it says li { float:left; } take the float:left; part out. ~Sean

[jQuery] Re: vignet : another great jquery powered site

2007-06-15 Thread Sam Sherlock
at first when I saw I thought also that it was mootools i will be checking out that plugin, the only draw back is the initial load time of the site Would be great if there was a way to preload the various assets for a site On 15/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I was about

[jQuery] calling php file into a div

2007-06-15 Thread webgodjj
Hi, What I want to do: I have a list of links with id values. Each of these id values get sent to a remote php file, that is in turn returned to the page. ie... a href=index.php id=1 a href=index.php id=2 a href=index.php id=3 div id=show_results Show formated results here. /div

[jQuery] Re: Content peeking through popup in IE - should bgiframe help?

2007-06-15 Thread Karl Swedberg
hey Scott, that looks like a nasty ie6 bug. How about this: add a .hide() for the quick find stuff in the callback of the method that shows the advanced search. do the same, but add .show() for quick find when user clicks the advanced search close image. You don't want them to be visible

[jQuery] Re: Selector for namespace style attributes help

2007-06-15 Thread John Farrar
No gurus about today? John Farrar wrote: I would like to be able to do the type of thing they are doing with SPRY. input type=text spry:required=true... 1. How can I pull the spry attributes with jQuery. 2. Is there a way to pull attributes as a wildcard? All attributes that start with

[jQuery] Re: calling php file into a div

2007-06-15 Thread Jake McGraw
try: $(function(){ $(a).click(function(){ $(#show_results).load(index.php,{id,$(this).attr(id)}); return false; }); }); Binds a click event to every anchor, sends urlparam id set to whatever the anchor id is, you can access is using $_REQUEST[id]. Injects return text (HTML,

[jQuery] Re: BlockUI inside click()

2007-06-15 Thread Fabien Meghazi
Rectification : With unbind in the yes click handler, the Yes button doesn't work anymore the second time the code is triggered. First time it is working ok. Mike, I found the solution but I don't understand it : If I move the $.blockUI() call to the beginning of the $(.a_delete).click

[jQuery] Re: Content peeking through popup in IE - should bgiframe help?

2007-06-15 Thread Scott Sauyet
[re: http://scott.sauyet.com/issues/2007-06-15a/] Karl Swedberg wrote: hey Scott, that looks like a nasty ie6 bug. I keep thinking that it's just me. But I've been racking my brains trying to figure out what I've done wrong. In some sense, knowing that FF, OP, and SF are much closer to

[jQuery] Re: Content peeking through popup in IE - should bgiframe help?

2007-06-15 Thread Sean Catchpole
Scott, the problem is the form (quick-buy). If I put other elements there (instead of the form), they render just fine. I'll play a little more with it, but consider wrapping the quick-buy form in creative ways. ~Sean

[jQuery] Re: BlockUI inside click()

2007-06-15 Thread Mike Alsup
Yeah, that makes sense. BlockUI doesn't clone the element, but it does move it to another part of the DOM and then removes it from the DOM when unblockUI is called. So the 2nd time through you were binding your yes/no events while those elements were not part of the DOM (which means jQuery

[jQuery] Re: Can Jquery be used to provide an image backup system?

2007-06-15 Thread cfdvlpr
Any other developers here have any useful information, tips, code, or advice? I think I've discovered that there may be a .completed attribute in javascript that could be used to tell when each image is loaded...

[jQuery] cloning content from parent page to child page

2007-06-15 Thread Benjamin Sterling
Hey guys and gals, Wondering if anyone has a quick and easy way to clone content from a div on parent page to the body of the child (pop up) page. Thanks. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: cloning content from parent page to child page

2007-06-15 Thread Sean Catchpole
When you say pop up, do you mean, window.open style. If that's the case try using something like this: var popup = window.open(...) $(#cloneme).clone().appendTo(body,popup); ~Sean

[jQuery] Re: encodeURIComponent localized for custom encoding

2007-06-15 Thread Ⓙⓐⓚⓔ
there is supposed to be a space before the word charset. Not sure if that's causing the problem... keep testing! jQuery.ajaxSetup({contentType: application/x-www-form-urlencoded; charset=iso-8859-1}) On 6/15/07, oscar esp [EMAIL PROTECTED] wrote: Hi I have test this code:

[jQuery] Re: Content peeking through popup in IE - should bgiframe help?

2007-06-15 Thread Scott Sauyet
Sean Catchpole wrote: Scott, the problem is the form (quick-buy). If I put other elements there (instead of the form), they render just fine. I'll play a little more with it, but consider wrapping the quick-buy form in creative ways. Damn, I just caught that too. I this minute saw that the

[jQuery] Re: cloning content from parent page to child page

2007-06-15 Thread Benjamin Sterling
Thanks Sean, I am going to give that one a try. On 6/15/07, Sean Catchpole [EMAIL PROTECTED] wrote: When you say pop up, do you mean, window.open style. If that's the case try using something like this: var popup = window.open(...) $(#cloneme).clone().appendTo(body,popup); ~Sean --

[jQuery] Re: Can Jquery be used to provide an image backup system?

2007-06-15 Thread Karl Swedberg
yes. Jôrn just posted this to the list yesterday: From the Learning jQuery book draft (be sure to buy it once its out!): if ($enlargedCover[0].complete) { animateEnlarge(); } else { $enlargedCover.load(animateEnlarge); } This is a rare instance in which the load event is more useful to us

[jQuery] Re: Can Jquery be used to provide an image backup system?

2007-06-15 Thread Sean Catchpole
Thanks Karl, I had no idea there was a complete property. Is this only for images, or all DOM elements? ~Sean

[jQuery] Re: cloning content from parent page to child page

2007-06-15 Thread Benjamin Sterling
Yeah, that was a now go. I appends it back to the parent body. This is what I got: var popup = window.open('blank.htm', 'blankpage'); $(.bodytext).clone().appendTo(body,popup); On 6/15/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Thanks Sean, I am going to give that one a try. On

[jQuery] Re: Content peeking through popup in IE - should bgiframe help?

2007-06-15 Thread Dan G. Switzer, II
Scott, I think this problem is due to some of your CSS background-color declarations. I've seen problems using background-color: inherit; before similar to this--where it essentially makes the background color transparent. If you set it to a solid color and make sure it has a higher z-index, it

[jQuery] Accessing the elements of this

2007-06-15 Thread Andrew B
I'm a raw newbie but have not found this particular question answered. I have a series of dynamically generated radios each of which has three possible values Y (yes) N (no) and M (maybe) and want to capture mouse clicks and act on them depending on the value for example tdinput type=radio

[jQuery] Accessing the elements of this

2007-06-15 Thread Andrew B
I'm a raw newbie but have not found this particular question answered. I have a series of dynamically generated radios each of which has three possible values Y (yes) N (no) and M (maybe) and want to capture mouse clicks and act on them depending on the value for example tdinput type=radio

[jQuery] Re: jquery + validation + ajaxForm + tabs - almost working... (interesting problem!)

2007-06-15 Thread slakoz
Hi Jörn, I've found some codes on your site earlier, and yes this one: I'd recommend a different approach: $(#dane_zam).validate({ rules: {...}, messages: {...}, submitHandler: function(form) { $(form).ajaxSubmit({ target: #result_danem_zam, success: function() {

[jQuery] Re: cloning content from parent page to child page

2007-06-15 Thread Benjamin Sterling
Actually what work is: var popup = window.open('', 'blankpage'); with(popup.document){ write($(.bodytext).html()); } Thanks for the pointer Sean. On 6/15/07, Benjamin Sterling [EMAIL PROTECTED]

[jQuery] Re: Can Jquery be used to provide an image backup system?

2007-06-15 Thread Ⓙⓐⓚⓔ
complete is cute, but the onload handler is cool! $('img').load(function (){ /*play with it */}) On 6/15/07, Sean Catchpole [EMAIL PROTECTED] wrote: Thanks Karl, I had no idea there was a complete property. Is this only for images, or all DOM elements? ~Sean -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ

[jQuery] SOLVED: Content peeking through popup in IE - should bgiframe help?

2007-06-15 Thread Scott Sauyet
Dan G. Switzer, II wrote: I think this problem is due to some of your CSS background-color declarations. I've seen problems using background-color: inherit; before similar to this--where it essentially makes the background color transparent. Thanks. I have seen those issues before. There

[jQuery] Printer Friendly Form Field Replacements

2007-06-15 Thread [EMAIL PROTECTED]
I have a project that I am working on where I needed to give a printer- friendly view of a form. Normally, I would do this server side, but this form was pretty complicated, had a lot of fields, and I didn't want to do all the if/then statements that would have been required in my template. So,

[jQuery] Re: Printer Friendly Form Field Replacements

2007-06-15 Thread Andy Matthews
Do you have an example of this in place? It sounds awesome. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, June 15, 2007 3:25 PM To: jQuery (English) Subject: [jQuery] Printer Friendly Form Field Replacements

[jQuery] Re: Can Jquery be used to provide an image backup system?

2007-06-15 Thread Karl Swedberg
Jake, .load() is cool, but it doesn't work in IE if the image is already in the cache. Sean, .complete is only for images (afaik). It's a non-standard property, but widely implemented. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 15, 2007,

  1   2   >