[jQuery] CSS3 support

2007-05-28 Thread pd
Hi All I know I'm dreaming and it's probably not realistic but on the front of the jQuery site is the following proclamation: CSS3 Compliant · Supports CSS 1-3 and basic XPath Should that proclamation really say CSS3 Compliant (selectors) because AFAIK jQuery doesn't appear to support any CSS3

[jQuery] compressed blockui

2007-05-28 Thread dfd
i've downloaded blockui. Nice work, but it want not to be compressed because of a missing colon on line 199. Mike, maybe you can fix it up? Regards, frank aka dfd

[jQuery] Re: 15 second delay with IE

2007-05-28 Thread R. Rajesh Jeba Anbiah
On May 25, 9:46 pm, Bil Corry [EMAIL PROTECTED] wrote: R.RajeshJebaAnbiahwrote on 5/25/2007 6:26 AM: Mostly the problem is with the packed version. Try using the original version. At least for me, the packed version is extremely quirky. Is there a reason to use the packed version if

[jQuery] Re: Improved timePicker, time/datePicker demo

2007-05-28 Thread R. Rajesh Jeba Anbiah
On May 27, 11:00 pm, Anders [EMAIL PROTECTED] wrote: I've been working on improving Sam Collet's original timePicker. Here is the result:http://labs.perifer.se/timedatepicker/ The demo is a Google Calendar-like time/datePicker. It's far from perfect, most of the issues are with the

[jQuery] Re: Radio button validation

2007-05-28 Thread Oddish
Thanks for the response. I went with the first option and placed a custom error label manually in the HTML, and it works great. On May 25, 6:44 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: There still is that positioning problem with radio buttons and checkboxes. Currently you have two

[jQuery] WYMeditor hiccups

2007-05-28 Thread Devin Torres
http://studybreaks.com/story.php and click Preview within the WYMeditor FireBug is telling me: $j has no properties fWYM_INIT_DIALOG(0)jquery.wymeditor (line 1263) onload(load )story.php (line 1) [Break on this error] if($j.isFunction(wym._options.fPreInitDialog)) jquery.wymeditor (line

[jQuery] Re: function are getting called twice

2007-05-28 Thread bingo
hi.. I tried some debugging and found that IE7 is not having any problem with it..the problem is with firefoxthis definitely shows that there is some bug in Jquery itself Regards, bingo On May 27, 8:25 pm, bingo [EMAIL PROTECTED] wrote: hi, I have a webpage (say webpage1) that include

[jQuery] Re: WYMeditor hiccups

2007-05-28 Thread Christof Donat
Hi, However, $j is defined globally throughout jquery.wymeditor.js, as: var $j = jQuery.noConflict(); I have not looked at your code now, so this is just a guess. Are you shure, that you have jQuery propperly loaded? Christof

[jQuery] Re: WYMeditor hiccups

2007-05-28 Thread Devin Torres
I do, indeed: script type=text/javascript src=/static/js/jquery-latest.pack.js/script script type=text/javascript src=/static/js/thickbox-compressed.js/script script type=text/javascript src=/static/js/adrotate.js/script script type=text/javascript src=/static/js/wymeditor/lang/en.js/script

[jQuery] Re: WYMeditor hiccups

2007-05-28 Thread Olaf Bosch
Devin Torres schrieb: I do, indeed: script type=text/javascript src=/static/js/jquery-latest.pack.js/script script type=text/javascript ... In the PopUp this Code are in the haed so: link rel='stylesheet' type='text/css' media='screen'

[jQuery] Re: CSS3 support

2007-05-28 Thread Jean Nascimento
I thinks is only the selectors by now, couze want the jquery implement CSS3 declarations if the browsers dont support?? On 5/28/07, pd [EMAIL PROTECTED] wrote: Hi All I know I'm dreaming and it's probably not realistic but on the front of the jQuery site is the following proclamation: CSS3

[jQuery] Re: function are getting called twice

2007-05-28 Thread Jean Nascimento
i dont have problems with that, how u call the website2?? Try dont use the same id for the elements or something like that. On 5/28/07, bingo [EMAIL PROTECTED] wrote: hi.. I tried some debugging and found that IE7 is not having any problem with it..the problem is with firefoxthis

[jQuery] Re: Attribute selectors

2007-05-28 Thread besh
Hello Adrain, have you tried something like this? $('div').not('.myClass') This will get all divs on a page except those with class .myClass. Bohdan

[jQuery] Re: Question about scroll in dimensions plugin

2007-05-28 Thread Wizzud
Brandon, just an update in case you are interested. I've made a few changes to the YUI visual test page to try and find out where YUI was going wrong in Firefox. My test page can now switch between dimensions and the YUI adapter, but more interestingly it can disable the borders on the target

[jQuery] Re: compressed blockui

2007-05-28 Thread Mike Alsup
Thanks for the feedback, Frank. The semi-colon has been added. Mike On 5/28/07, dfd [EMAIL PROTECTED] wrote: i've downloaded blockui. Nice work, but it want not to be compressed because of a missing colon on line 199. Mike, maybe you can fix it up? Regards, frank aka dfd

[jQuery] Re: PNG background Tiling

2007-05-28 Thread andycjw
I recently had a similar problem, that the transparent png doesn't really get transparent when layered on top of background, it shows as solid background color instead I fixed it with something like this, and it works $(document).ready( function() { var bgobj =

[jQuery] Re: get the current mouse position

2007-05-28 Thread Giant Jam Sandwich
This is one I'm using now. It gives you access to all the properties as a part of a doc object. The getMouseCoord function returns an array, with the X and Y calculated. $(function(){ doc = function(){ if (self.innerHeight) { doc.pageYOffset = self.pageYOffset;

[jQuery] jQuery plugin structure help

2007-05-28 Thread boermans
Hi all, I'm attempting to take the next step into my understanding of jQuery (and JavaScript for the matter) by putting together a simple plugin. Although all the bits are in place; I'm having trouble bringing it all together in a satisfactorily elegant package. This is what I have so far:

[jQuery] Metadata plugin

2007-05-28 Thread howard chen
Hello, I don't know why my example on metadata plugin won't work, in IE7,nothing has been show up...(no error) Source Code: == !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-28 Thread Klaus Hartl
Mandy Singh wrote: Thank you Klaus. All my major issues have been solved including writing a pagination model on top of it and handling the highlighting of the active link (refresh wasn't being taken care of by your library). So, only one thing remains - the double request that sometimes

[jQuery] NEWS: Pt 6 of the My First ExtJS DataGrid Series

2007-05-28 Thread Rey Bango
Steve Cutter Blades has released the sixth part of his My First ExtJS DataGrid series. He's using the jQuery bridge in his examples which is very cool. Be sure to check it out: http://blog.cutterscrossing.com/index.cfm/2007/5/26/My-First-ExtJS-DataGrid-Pt-6-The-Grid Rey... -- BrightLight

[jQuery] Jorn Form Validation help - how to know when a select field is selected

2007-05-28 Thread Web Specialist
Hi all I have a dependent validation routine with Jorn Validation Form plugin. Works like a charm. But I need to validate dependent fields when a select field option is selected. Looks like wife:{required: function() {return $([EMAIL

[jQuery] jQuery dimScreen

2007-05-28 Thread MikeR
http://docs.jquery.com/Plugins/dimScreen#Example I'm having difficulty getting this to work. It seems pretty straight- forward to me... I took the example and tried it via Firebug, but nothing happened. Any thoughts?

[jQuery] Re: CSS3 support

2007-05-28 Thread Brandon Aaron
We don't support any declarations that the browser itself doesn't support. However, there are plugins (lots of them) that solve lots of different problems. There are several plugins that handle rounded corners. Here is one of them: http://www.malsup.com/jquery/corner/ -- Brandon Aaron On

[jQuery] Problem with maskedinput + load

2007-05-28 Thread Jean Nascimento
I´m passing a input value with load function and this ionput with mask dont send any value but without works normal, who know why?? and i already tried with #id of input //mask na consulta de os $(#os_id).maskedinput(, ); //consulta OS

[jQuery] Re: Question about scroll in dimensions plugin

2007-05-28 Thread Brandon Aaron
Very cool! Thanks for keeping us in the loop. :) -- Brandon Aaron On 5/28/07, Wizzud [EMAIL PROTECTED] wrote: Brandon, just an update in case you are interested. I've made a few changes to the YUI visual test page to try and find out where YUI was going wrong in Firefox. My test page can

[jQuery] Re: Attribute selectors

2007-05-28 Thread Adrian Gheorghe
In that project I did manage to get the thing going. What I was trying to say is that at first I did try to search for a negating operator and I was surprised to see none was available. To be honest, I didn't try Karl's solution, that is using something like $(':not([EMAIL PROTECTED])') because I

[jQuery] Re: jQuery dimScreen

2007-05-28 Thread MikeR
Not sure why I didn't think of that, Glen! Thanks much :). On May 28, 1:41 pm, Glen Lipka [EMAIL PROTECTED] wrote: You could just make div id=overlay style=width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 100; background-color: #00; display:none/DIV at the

[jQuery] Menu not working in Firefox 2.0

2007-05-28 Thread warlock24
hi, could someone can tell me why menu on my page not working properly in firefox 2.0 (two last items: Humor and Kontakt)? On ie and opera everything is ok :P

[jQuery] OOP's *this* messing up $().each()'s *this*

2007-05-28 Thread [EMAIL PROTECTED]
Confusing title, but whatever. So basically I'm working on my first OOP script, and I just ran into a bit of trouble while trying to reiterate over an amount of td's, using each() function classname() { var mainvar =new Array(example,array); this.functionname = function() {

[jQuery] Autocomplete error

2007-05-28 Thread Jean Nascimento
Anyone have problems with the autocomplete plugin from bassistance? jQuery(input).offset is not a function [Break on this error] var offset = jQuery(input).offset({scroll: false, border: false}); In this line: var offset = jQuery(input).offset({scroll: false, border: false}); After the

[jQuery] Re: OOP's *this* messing up $().each()'s *this*

2007-05-28 Thread arnaud sellenet
You can declare a reference to your main object. It will be usable in all deeper scopes : function classname() { var mainvar =new Array(example,array); var myreference = this; this.functionname = function() { $('td.number').each(function(_i) {

[jQuery] Re: OOP's *this* messing up $().each()'s *this*

2007-05-28 Thread Brandon Aaron
In this particular snippet you just need to reference mainvar instead of this.mainvar. ... $(this).html(mainvar[_i]); ... If you declared mainvar like this: ... this.mainvar = new Array(example, array); ... Then you would just need to create a reference to the original 'this' object to

[jQuery] Re: Masked Input Field

2007-05-28 Thread Jörn Zaefferer
Chris W. Parker wrote: On Friday, May 25, 2007 9:50 AM Jörn Zaefferer said: Masked-input gives you visual hints of the expected input and its very easy to learn that you don't have to enter any delimiters. See Steve Krug's book called Don't Make Me Think. The less learning a user

[jQuery] Re: Menu not working in Firefox 2.0

2007-05-28 Thread warlock24
Forgot include url sorry :D :D :D http://warlock24.googlepages.com/index.html# On 28 Maj, 22:09, warlock24 [EMAIL PROTECTED] wrote: hi, could someone can tell me why menu on my page not working properly in firefox 2.0 (two last items: Humor and Kontakt)? On ie and opera everything is ok :P

[jQuery] Re: Trouble with validate plug-in

2007-05-28 Thread Jörn Zaefferer
fambizzari wrote: Anyone have any idea where we've gone wrong? No worries! The plugin offers two ways for specifying validation rules. 1. Plugin options: $(#myform).validate({ rules { firstname: { 4required: true } } }); 2. Metadata:

[jQuery] Re: Improved timePicker, time/datePicker demo

2007-05-28 Thread Jörn Zaefferer
Anders wrote: I've been working on improving Sam Collet's original timePicker. Here is the result: http://labs.perifer.se/timedatepicker/ The demo is a Google Calendar-like time/datePicker. It's far from perfect, most of the issues are with the datePicker though, which for example not yet

[jQuery] Re: Radio button validation

2007-05-28 Thread Jörn Zaefferer
Oddish wrote: Thanks for the response. I went with the first option and placed a custom error label manually in the HTML, and it works great. Ok, great. -- Jörn Zaefferer http://bassistance.de

[jQuery] Re: Menu not working in Firefox 2.0

2007-05-28 Thread Ⓙⓐⓚⓔ
the misplacement looks like a css error. On 5/28/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: Firefox 2 shows uncaught exception: Permission denied to call method XMLHttpRequest.open an attempt to do ajax from another server. Humor show Różne dowcipy zamieszczone z premedytacją aby ośmieszać ludzi :)

[jQuery] Re: Menu not working in Firefox 2.0

2007-05-28 Thread Ⓙⓐⓚⓔ
Firefox 2 shows uncaught exception: Permission denied to call method XMLHttpRequest.open an attempt to do ajax from another server. Humor show Różne dowcipy zamieszczone z premedytacją aby ośmieszać ludzi :) On 5/28/07, warlock24 [EMAIL PROTECTED] wrote: Forgot include url sorry :D :D :D

[jQuery] Re: Jorn Form Validation help - how to know when a select field is selected

2007-05-28 Thread Jörn Zaefferer
Web Specialist wrote: Hi all I have a dependent validation routine with Jorn Validation Form plugin. Works like a charm. But I need to validate dependent fields when a select field option is selected. Looks like wife:{required: function() {return $([EMAIL

[jQuery] Re: Autocomplete error

2007-05-28 Thread Jörn Zaefferer
Diego A. wrote: Sounds like you haven't included the dimensions plugin. http://www.google.co.uk/search?sourceid=navclient-ffie=UTF-8rls=GGGL,GGGL:2006-14,GGGL:enq=jquery+dimensions Yep. Dependencies are all listed on the plugin page:

[jQuery] Re: Menu not working in Firefox 2.0

2007-05-28 Thread Ⓙⓐⓚⓔ
firebug (http://getfirebug.com) show that you're mucking with the dom around there, !-- Artykuły -- dta href=# onclick=loadPage('artykuly');Artykuły/a/dt dd style=display: none;ul lia href=# onclick=loadPage('article_hasla_w_gg');Hasła w

[jQuery] Re: OOP's *this* messing up $().each()'s *this*

2007-05-28 Thread [EMAIL PROTECTED]
Works great, thanks

[jQuery] Treeview Questions

2007-05-28 Thread Brad Perkins
I've been looking at the Treeview Plugin and have a few questions. (1) When a tree is expanded I would like to style a hovered or clicked li. The problem I'm having is that all li's in the tree get the style. I have tried to us stopPropagation and return false but neither solve the problem. (2)

[jQuery] RFC: jQuery Figures/Cutlines plugin

2007-05-28 Thread Su
'lo, all. My interests often fall into the range of enabling more traditional(to print) structures/conventions and typography on the web, so that's where my first shot at a plugin went. It's not particularly impressive in any programming sense, but I'm fond of it. See here:

[jQuery] Re: Menu not working in Firefox 2.0

2007-05-28 Thread warlock24
i found error - missing /a tag in two links :P thx jake :)

[jQuery] Re: RFC: jQuery Figures/Cutlines plugin

2007-05-28 Thread Michael Geary
Very nice! A couple of suggestions... 1) Get in the habit of using var on all your variable assignments, so you don't create global variables accidentally. 2) Consider using one of the several DOM creator plugins. You can replace code like this: figureFrameInner =

[jQuery] Re: RFC: jQuery Figures/Cutlines plugin

2007-05-28 Thread Su
On 5/28/07, Michael Geary [EMAIL PROTECTED] wrote: 1) Get in the habit of using var on all your variable assignments, so you don't create global variables accidentally. On the list. I was at one point working with two copies of this(long story), and it was done on what is obviously the other

[jQuery] id=__ie_init defer=true src=//:

2007-05-28 Thread Diego A.
In IE (6 and 7) the compressed version of jQuery is adding the following text to the document: id=__ie_init defer=true src=//: I know it's related to the following code (from line 1493): // Only works if you document.write() it document.write(scr + ipt

[jQuery] Re: Autocomplete error

2007-05-28 Thread Jean Nascimento
sorry for my ignorance i test quickly in my job. me and my stupidies On 5/28/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Diego A. wrote: Sounds like you haven't included the dimensions plugin.

[jQuery] Re: id=__ie_init defer=true src=//:

2007-05-28 Thread Michael Geary
From: Diego A. In IE (6 and 7) the compressed version of jQuery is adding the following text to the document: id=__ie_init defer=true src=//: I know it's related to the following code (from line 1493): // Only works if you document.write() it

[jQuery] Re: Trouble with validate plug-in

2007-05-28 Thread [EMAIL PROTECTED]
Aha! Thanks Jorn! btw - is there a problem with your comments system? Jörn Zaefferer wrote: fambizzari wrote: Anyone have any idea where we've gone wrong? No worries! The plugin offers two ways for specifying validation rules. 1. Plugin options: $(#myform).validate({ rules {

[jQuery] Re: id=__ie_init defer=true src=//:

2007-05-28 Thread John Resig
Do you think you could find a test case for this? We were under the assumption that this method was fairly rock-solid, but what you describe sounds like a reproducible flaw. If you can make one, please post it to the bug tracker. --John On 5/28/07, Michael Geary [EMAIL PROTECTED] wrote:

[jQuery] Re: Metadata plugin

2007-05-28 Thread Will Arp
having an issue with svn metadata plugin if compressed with packer 3.0 beta 8 or beta 9. code below will return undefined, works fine with uncompressed version. p id=one class=some_class data={item_id: 1, item_label: 'Label'}This is a p/p script $.meta.setType(attr, data); alert(

[jQuery] Re: CSS3 support

2007-05-28 Thread pd
Thanks guys. On May 29, 3:06 am, Brandon Aaron [EMAIL PROTECTED] wrote: We don't support any declarations that the browser itself doesn't support. However, there are plugins (lots of them) that solve lots of different problems. There are several plugins that handle rounded corners. Here is

[jQuery] Re: How do i remove an event?

2007-05-28 Thread Erik Beeson
How about: $('div#topLineHover').one('mouseover', function() { $('#topLine').slideDown('slow'); }); Or: $('div#topLineHover').bind('mouseover', function() { $('#topLine').slideDown('slow'); }); And: $('div#topLineHover').unbind('mouseover'); --Erik On 5/28/07, [EMAIL