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.
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.
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).
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
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
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
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
It should be noted that you are able to pass in jQuery objects to html
() (and probably the others append() ...)
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
Hi all,
I wanted to ask which system you use to produce the jquery
documentation (core and plugins).
Thanks,
David
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
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
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
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
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
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
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
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
Really an impressive work, as useful as important.
It helps me because, for now, I'm temporarily without daily access to
the Internet.
Congratulations
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
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
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
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.
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
Hi, all
How do I get a printed documentation?
Jack
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
()) 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.
>>
>>
$("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
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?
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
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
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
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
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
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 );
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
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
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
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 ;)
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
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.
>
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
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
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
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
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?
46 matches
Mail list logo