Re: [jQuery] 3d Universe in jQuery

2006-08-25 Thread Krzysztof FF
In IE or not in IE, I think that essential calculations in rotator.js referencing to document.body should be performed on $(document).ready - this is what this function is for. After implementing this change and making necessary adjustments, there is no problem with IE more. With simpler

Re: [jQuery] Problems with jQuery.com?

2006-08-29 Thread Krzysztof FF
Hi, I'm experiencing the same. Probably this is due to overhelming popularity of jQuery after reaching rel. 1.0. Everybody in the world is trying to get latest version... -- View this message in context: http://www.nabble.com/Problems-with-jQuery.com--tf2177454.html#a6021489 Sent from the

Re: [jQuery] AJAX .Load stripping out a STYLE tag.

2006-08-31 Thread Krzysztof FF
John Resig wrote: It's not so much an issue of jQuery ignoring the style element - it's an issue of browsers ignoring it. If memory serves me correctly, using style elements and innerHTML is particularly dicey. Couldn't STYLE tags in delivered HTML snippet be stripped out and inserted

Re: [jQuery] What about the rest of my javascript?

2006-09-01 Thread Krzysztof FF
John Resig wrote: Brandon - For example, Prototype has Object.extend(), jQuery has jQuery.extend() - they work nearly identically. --John On 8/31/06, Brandon Aaron [EMAIL PROTECTED] wrote: [1] http://dean.edwards.name/base/Base.js Brandon Aaron I hope that jQuery.create()

Re: [jQuery] Semi-New jQuery Site Live

2006-09-04 Thread Krzysztof FF
John Resig wrote: (...)Please, if you spot 'bugs', missing pages, let me know. (...) --John 1. I would prefer links to other pages be accessible on the top or in a side column, not in the bottom part. I have to scroll down to switch to another page. This is annoying. 2. On main page,

Re: [jQuery] Plugin method question

2006-10-31 Thread Krzysztof FF
Blair McKenzie-2 wrote: Is there any reason not to simply use a javascript snipit in a script tag? There are good reasons to put code at the start of a page or in a separate file, but in this case I would say that putting it at the top of the relevant tag is perfectly reasonable: ul

Re: [jQuery] New Plugin: ODBCDate functions

2006-11-09 Thread Krzysztof FF
I've experienced many problems when converting date from database to usable format, so your work is great. But copying date taken after pressing Current time, from: Current Time in ODBCDateTime format: {ts '2006-11-9 14:57:5'} and pasting it into Enter a string to convert box, gives an error:

Re: [jQuery] jQuery support for namespace attributes

2006-11-15 Thread Krzysztof FF
Stephen Woodbridge wrote: (...) Or escape the expression so we know it is explicitly XPath, or provide a separate function that is dedicated to XPath. -Steve ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ Both

Re: [jQuery] Visual jQuery Redux

2007-01-08 Thread Krzysztof FF
New layout is great and much more efficient. Two remarks: - after going in one branch, e.g. DOM, deeper in hierarchy, e.g. showing path 'DOM /Manipulation /clone()', and switching to another branch, e.g. Effects, the path reads: 'Effects /Manipulation /clone()'; - pressing Ctrl, Shift or Alt

Re: [jQuery] jQuery 1.1, Site, Docs, Surprise

2007-01-15 Thread Krzysztof FF
John Resig wrote: jQuery 1.1 has just been released, ... This is really a great thing. I am looking onto jQuery architecture, development and possibilities with great interest and admiration. John Resig wrote: ..., along with an overhaul of the site design, ... Some remarks to the

Re: [jQuery] Is jQuery that dawn slow?

2007-02-05 Thread Krzysztof FF
Hi, It seems that each developer can prove his results are the best. I've just compared the following sites: http://john.jquery.com/speed/ http://john.jquery.com/speed/ (comparing jQold and jQuery as delivered by JResig - obviously new jQuery won, second column)