Re: [jQuery] Documentation for ~= selector

2009-12-29 Thread Karl Swedberg
e: Hello, Take a note that jQuery documentation is incomplete (http:// docs.jquery.com/Selectors). Well known CSS3 selector ~= (http://www.w3.org/TR/css3-selectors/ #selectors) is not documented there. This selector supported by jQuery 1.3. With best wishes, Akzhan.

[jQuery] Documentation for ~= selector

2009-12-29 Thread akzhan
Hello, Take a note that jQuery documentation is incomplete (http:// docs.jquery.com/Selectors). Well known CSS3 selector ~= (http://www.w3.org/TR/css3-selectors/ #selectors) is not documented there. This selector supported by jQuery 1.3. With best wishes, Akzhan.

[jQuery] Re: jQuery Documentation for Visual Studio

2009-10-12 Thread MorningZ
the $ works perfectly fine in Studio, there's zero need to use "jQuery" unless something is included that needs the dollar sign instead On Oct 12, 10:25 am, Evgeny Bobovik wrote: > Try to use instead of the $ operator jQuery. > for example: instead of $(document).ready(); write jQuery(document).

[jQuery] Re: jQuery Documentation for Visual Studio

2009-10-12 Thread Evgeny Bobovik
Try to use instead of the $ operator jQuery. for example: instead of $(document).ready(); write jQuery(document).ready(); Gk___ 2009/10/12 Paul : > > Hi, > I have VS Express 2008 SP1 and Patch VS90SP1-KB958502-x86 installed. I > can't get VS Intellisense to work for , jQuert 1.3.2. When i

[jQuery] Re: jQuery Documentation for Visual Studio

2009-10-12 Thread MorningZ
Paul, you'll also find that a good amount of plugins also stop Intellisense from working, using "-vsdoc.js" on a blank copy of the plugin gets around that Great blog post with tons of tips and tricks on jQuery + Studio: http://blogs.msdn.com/webdevtools/archive/2008/11/18/jscript-intellisense

[jQuery] Re: jQuery Documentation for Visual Studio

2009-10-12 Thread Karl Swedberg
The error you're getting is caused by an "@" symbol in one or more your attribute selectors. This syntax was removed in jQuery 1.3.x. Just remove the "@" from the selector(s) and you should be fine. For example, change $('a...@href=somthing.html]') to $ ('a[href=somthing.html]') . For more

[jQuery] jQuery Documentation for Visual Studio

2009-10-12 Thread Paul
Hi, I have VS Express 2008 SP1 and Patch VS90SP1-KB958502-x86 installed. I can't get VS Intellisense to work for , jQuert 1.3.2. When i ex. type $, I get this: The object is not compatible with this property or method @ 2139:1 If I change to jQuery 1.2.6 it works well? Any suggestions to what I

[jQuery] Documentation Recommendation

2009-09-25 Thread Rick
It should be noted that you are able to pass in jQuery objects to html () (and probably the others append() ...)

[jQuery] documentation of sugar methods

2009-08-04 Thread Ben Atkin
I noticed what I consider to be a bug in the documentation, but rather than quietly fix it, I'm posting to this group because I think it might be part of a larger issue. The bug is in the documentation of $.fn.serialize() and $.fn.serializeArray(). serialize(), unbeknownst to me until I looked at

[jQuery] documentation system for jquery

2009-07-07 Thread david
Hi all, I wanted to ask which system you use to produce the jquery documentation (core and plugins). Thanks, David

[jQuery] documentation

2009-06-22 Thread YugaWebS
Hi! Thanks a lot for this plugin! I've started to explore star-rating plugin today and at this moment I have two notices about the documentation which could be found at http://www.fyneworks.com/jquery/star-rating/#tab-Overview. Firslty, I think that it is not always easy to understand for every

[jQuery] Re: jQuery Documentation

2009-04-12 Thread Ralph Whitbeck
The jQuery-dev group is a good place for those kinds of suggestions/discussions. On Sun, Apr 12, 2009 at 6:30 PM, will wrote: > > Hi, > > Was wondering if there is a specific active group for the jQuery > documentation project? I'd love to see a system sort of like php.net

[jQuery] jQuery Documentation

2009-04-12 Thread will
Hi, Was wondering if there is a specific active group for the jQuery documentation project? I'd love to see a system sort of like php.net that allows users to post relevant code examples. "to do this, use this". I have trouble connecting the dots sometimes and those examples

[jQuery] Re: guiding principles of jQuery documentation?

2009-01-28 Thread donb
rirand.com/jqgrid/jqgrid.html On Jan 28, 3:11 pm, abewords wrote: > i am a documentation person on a software development team > > i asked one developer what was the best API documentation he'd seen, > and he said jQuery > > question: how did the folks who created the jQ

[jQuery] guiding principles of jQuery documentation?

2009-01-28 Thread abewords
i am a documentation person on a software development team i asked one developer what was the best API documentation he'd seen, and he said jQuery question: how did the folks who created the jQuery documentation produce such clear, elegant, useful documentation of an API? other than s

[jQuery] Documentation on comparative operators?

2009-01-19 Thread fredriley
Hi My first message on this board after some weeks learning, and fighting with, jQuery. My main question is: is there any documentation on simple comparative operators in jQuery? I'm thinking of =, <, >, <>, that sort of thing. I'm aware that these symbols aren't used in jquery, so that to test e

[jQuery] Documentation stylesheets

2008-12-12 Thread 703designs
Just wanted to let you guys know that your documentation CSS is jacked up: http://docs.jquery.com/Plugins/Validation/validate Print stylesheet's no better (arguably worse, given the media). Thomas

[jQuery] Error in jQuery documentation?

2008-12-02 Thread jez9999
Hello, I think i've found an error in the jQuery documentation, or i am misunderstanding something. This page: http://docs.jquery.com/CSS/offset ... states that offset() gives you 'the current offset of the first matched element relative to the viewport.' My tests seem

[jQuery] Re: jQuery Documentation in PDF

2008-10-28 Thread Imaggens
Really an impressive work, as useful as important. It helps me because, for now, I'm temporarily without daily access to the Internet. Congratulations

[jQuery] Re: jQuery Documentation in PDF

2008-10-24 Thread Jonatan
No! do whatever you want with the code. It's just a first version. I would make new versions based on comments. On 22 oct, 16:27, Wint <[EMAIL PROTECTED]> wrote: > Do you mind if we modify the code at all Jonatan?  I wouldn't mind > taking what you have here and running with it.  Either way, thi

[jQuery] Re: jQuery Documentation in PDF

2008-10-22 Thread Wint
Do you mind if we modify the code at all Jonatan? I wouldn't mind taking what you have here and running with it. Either way, this is very cool indeed, thanks a bunch! On Oct 21, 1:22 pm, "Isaak Malik" <[EMAIL PROTECTED]> wrote: > Hey Jonatan, > > This is EXTREMELY useful and I'm sure more think

[jQuery] Re: jQuery Documentation in PDF

2008-10-21 Thread Isaak Malik
Hey Jonatan, This is EXTREMELY useful and I'm sure more think the same way, this solves the problems most are having with the documentation page. Thanks a bunch :-)! On Tue, Oct 21, 2008 at 1:45 PM, Jonatan <[EMAIL PROTECTED]> wrote: > > Hi: > > I made a program for create a PDF of the jQuery a

[jQuery] jQuery Documentation in PDF

2008-10-21 Thread Jonatan
Hi: I made a program for create a PDF of the jQuery and jQueryUI from the xml. There's also the source code of the program (made in VS2005/C#). I hope someone find the docs in PDF usefull as me :) You can download from: Docs in pdf: http://www.puntoequis.com.ar/aktive/soft/jQueryDocumentation.

[jQuery] Re: how do I get a printed jQuery documentation

2008-06-11 Thread Brian Schilt
You can refer to this post regarding printing documentation from the website: http://groups.google.com/group/jquery-ui/browse_frm/thread/8e79882c2b401e75/9204a3a4b256ce5a?lnk=st&q=#9204a3a4b256ce5a Brian On Jun 10, 9:23 pm, JACK <[EMAIL PROTECTED]> wrote: > Hi, all > > How do I get a printed do

[jQuery] how do I get a printed jQuery documentation

2008-06-10 Thread JACK
Hi, all How do I get a printed documentation? Jack

[jQuery] Documentation for Version 1.2 (Download)

2008-06-06 Thread gogui
Hello, I am looking for documentation I can download and have accessible offline. I understand that visualJQuery and JQuery 1.1.2 API Browsers are available for download, however, they are outdated. Is there and RSS feed for the documentation provided at JQuery.com itself? (I am willing to port th

[jQuery] Re: jquery documentation of exlusion pseudo-class

2008-05-30 Thread duck!
()) contain (:has()) spans. > $("div:not(:has(span))"); > > hope this helps. > > > jquertil wrote: >> >> >> according to jquery documentation I should be able to select an >> element that is NOT something, i.e. exclusion. >> >>

[jQuery] Re: jquery documentation of exlusion pseudo-class

2008-05-30 Thread duck!
$("div:not(span)"); will return all the divs in the document that are not spans... all of them obviously You want all the divs that don't (:not()) contain (:has()) spans. $("div:not(:has(span))"); hope this helps. jquertil wrote: > > > according to jquery

[jQuery] jquery documentation of exlusion pseudo-class

2008-05-30 Thread jquertil
according to jquery documentation I should be able to select an element that is NOT something, i.e. exclusion. DOM: hello there, how are you? JQUERY SELECTOR: $('DIV :not(SPAN)') SHOULD RETURN: hello you? right? well, it's not happening for me... what am I dogin wrong?

[jQuery] Documentation of datatype map

2007-12-04 Thread Mario Wolff
Hello all, i'm new to jquery and i'm very happy with it! Thaks to the developers! I have a "missing documentation hint". The datatype "map", for example used in $.get(url,data,callback) for data, is documented as "Key/value pairs that will be sent to the server.". What is missing is the possibili

[jQuery] Documentation of datatype map

2007-11-30 Thread Mario Wolff
Hello all, i'm new to jquery and i'm very happy with it! Thaks to the developers! I have a "missing documentation hint". The datatype "map", for example used in $.get(url,data,callback) for data, is documented as "Key/value pairs that will be sent to the server.". What is missing is the possibili

[jQuery] jQuery documentation, Aptana and scriptDoc support

2007-10-08 Thread Daemach
c I've been digging for a while now, and I still can't find any official documentation specs for the jQuery documentation system. Can someone point me to that engine? It would be useful, I think, if there was some official location for documentation specs, the docs engine and other inf

[jQuery] Documentation / API

2007-09-28 Thread george.gsgd
So what's going on with this? Whilst I know it's a huge job and takes time, the current docs are just plain inadequate. It used to be so much better. And there's no linking between related functions. I realise it's a wiki, but there's no information on how to go about editing it and it's all so co

[jQuery] New JQuery documentation

2007-09-05 Thread DrieStone
A few notes about the new JQuery documentation. I'm sure it's a work in progress but there are two major issues that are causing me pain: 1) Tabbed examples? seriously? It's very difficult to "gain understanding" if I have to flip between code, html and output views. T

[jQuery] Documentation Nit: .load - Incorrect Info regarding how data is sent

2007-08-18 Thread Pops
In the docs for .load, it has: params (Object): (optional) A set of key/value pairs that will be sent as data to the server. That is not what I am seeing, the following $('#containerId').load("url","k1=v1&k2=v2"); The jQuery.js code at lin 1671: params = jQuery.param( params );

[jQuery] Documentation on $('#foo')[0] or $('#foo').get(0) ??

2007-08-14 Thread pd
my head each time, I've found this syntax answer again. However is this documented? I really find the jQuery documentation very handy but I do not remember seeing this crucial information within it. It seems from searching this group, I'm not the only person who perceives jQuery methods t

[jQuery] Re: Complete jQuery documentation

2007-08-06 Thread __note
Thank you for answer. You're probably right, it's only little facility and it isn't worth the great effort. On 6 Sie, 16:05, "John Resig" <[EMAIL PROTECTED]> wrote: > We generally don't document those functions intentionally - since > they're not supported and will probably be changed, or possib

[jQuery] Re: Complete jQuery documentation

2007-08-06 Thread John Resig
n On 8/6/07, __note <[EMAIL PROTECTED]> wrote: > > Is there complete jQuery documentation? I think about all functions > using in jQuery even low-level, eg. function jQuery.inArray , > jQuery.swap or jQuery.isXMLDoc. I know it's not useful for an ordinary > user, but I'm

[jQuery] Complete jQuery documentation

2007-08-06 Thread __note
Is there complete jQuery documentation? I think about all functions using in jQuery even low-level, eg. function jQuery.inArray , jQuery.swap or jQuery.isXMLDoc. I know it's not useful for an ordinary user, but I'm trying write my own plugins and I think it will be useful. Sorry for my English ;)

[jQuery] jquery documentation in aptana

2007-06-21 Thread Robert O'Rourke
Hi, Don't know if this has come up yet, I was wondering if anyone could help get the scriptdoc stuff together for use in aptana, I know it can be done for jquery1.1.1 (http://www.bitstorm.org/edwin/jquery/), I just need to find the latest and I can't see where other versions of the docume

[jQuery] Re: Problem accessing jQuery Documentation website

2007-06-12 Thread Michael Andreas
Ahh, yes it's working normally now. Cheers. -Michael- On Jun 12, 6:02 pm, "Rob Desbois" <[EMAIL PROTECTED]> wrote: > I saw it too, although problem vanished after 5 minutes ish. >

[jQuery] Re: jquery documentation as xml?

2007-06-12 Thread Sean Catchpole
Is the documentation's raw content available somewhere online? Yes it is, on the API page: http://jquery.com/api/ You find a link to many versions of the api, like XML and JSON. ~Sean

[jQuery] Re: Problem accessing jQuery Documentation website

2007-06-12 Thread Rob Desbois
I saw it too, although problem vanished after 5 minutes ish. On 6/12/07, Michael Andreas <[EMAIL PROTECTED]> wrote: Oh my.. http://groups.google.com/group/jquery-en/browse_thread/thread/2fb8eb9152b705ef It's happening again today (2007-06-12 09:45Z). I got the message "jQuery JavaScript Lib

[jQuery] Problem accessing jQuery Documentation website

2007-06-12 Thread Michael Andreas
Oh my.. http://groups.google.com/group/jquery-en/browse_thread/thread/2fb8eb9152b705ef It's happening again today (2007-06-12 09:45Z). I got the message "jQuery JavaScript Library has a problem" over at Documentation (http://docs.jquery.com/). The main site (http://jquery.com/) isn't affected cu

[jQuery] jquery documentation as xml?

2007-06-12 Thread Alexandre Plennevaux
Hello friends, i'm considering developing a small standalone app to access the jquery doc. Is the documentation's raw content available somewhere online? Thank you, Alexandre Alexandre Plennevaux - LAb[au] asbl.vzw / MediaRuimte Lakensestraat/Rue de Laeken 104 B-1000 Brussel-Bruxelles-B

[jQuery] Documentation mirror

2007-05-21 Thread Gordon
I can't get at the jAuery documentation at jquery.com because of some kind of database issue. Is there a mirror for the documentation?