Welcome to the list Maurice,
I tested this and it works:
$(function(){
var $holder = $('#sometextholder');
$('li').each(function(){
var $$ = $(this);
var $a = $$.find('a');
var text = $$.text();
$$.html($a);
This is a off topic because there should be a solution using css but i can't
figure it out. I am wanting to make a certain div height be 100% of what it
can be(so the footer is at the bottom of the page i the content does not
already push it down there). Know i though that is i say for an eleme
Anyone else experienced this?
http://www.chapter31.com/2007/09/28/jquery-and-swfobject-conflict/
If so and your solution differs from what this fellow has posted, how
about lending him a hand.
Rey...
yes I mean qury form plugin.
I'm trying but not getting sucess.
I think it can be used as replacement of asp.net update panel, what u
think?
On Sep 26, 7:50 pm, Danjojo <[EMAIL PROTECTED]> wrote:
> What do you mean by jQuery forms?
>
> On Sep 26, 10:49 am, Sharique <[EMAIL PROTECTED]> wrote:
>
>
> Perhaps I didn't emphasize missed that this is within the
> tablesorter plugin. The tablesorter plugin will reorder the
> table, sorting by specific columns. The rows would no longer
> be accurate after the reordering. The zebra widget for
> tablesorter handles this by the following code:
>
I am trying to write a function to autosize an iframe so that the iframe
expands it's height to the height of the page the iframe contains.
I have been successful in getting the iframe to resize when a page is loaded
into the iframe.
My problem is what to do when that page is dynamic and c
Do something like:
function showNewPic(json) {
var img = new Image();
img.onload = function(){
$('.jq_loading').hide();
$('.currentpic').fadeOut("fast",function() {
$('.currentpic').attr({ src:
"../layout/images/uploads/"+json.picture}).fadeIn("fast")
});
};
img.src = "../layout/images/uploads/";
Dear,
-My first post here, wh00t!-
Anyway.. I've got a situation that my logic won't solve..
I want to do the following:
Page html loads:
sometext sentence beginning here someurl
ending the same sentence
Now, when it loads, i would like to manipulate the dom. On a mouseout
(so normal view)
I couldn't help myself when I read this message...
I just about busted out laughing.
I had a similar feeling and even posted about it in my blog...
http://www.mczen.com/blog/viewitem.aspx?id=573e5cfb-f714-4cf4-bc51-e6aa6cfebc9e
I feel his initial pain, but love is in the air.
On Sep 27, 10:44 am
Hello all,
I've run into a snag with a project in which we are moving content
from a popup window to an iframe. The content is on a remote host, so
linking to it in a popup worked just fine. However, the change
requires putting the iframe on a separate document, and linking from
one document to t
I've been searching through this list for a few hours already and
trying and trying but I can't find the answer to my question. Let me
describe what I'm trying to do.
I display an image. When you click a text link, an ajax call gets
fired. The ajax call queries a mysql database to find the link t
Here is a little extension I wrote for jquery to do disabling:
jQuery.fn.extend({
filterHasDisabled : function(){ return this.filter(function(){return
(typeof(this.disabled)!=undefined)})},
disabled: function(h) {
if (h!=undefined) return
this.filterHasDisabled().each(function(){this.di
Dear,
I've got a situation that my logic won't solve..
I want to do the following:
Page html loads:
sometext sentence beginning here someurl
ending the same sentence
Now, when it loads, i would like to manipulate the dom. On a mouseout
(so normal view) you'll only see the link in the li. On
Here is a little extension I wrote for jquery to do disabling:
jQuery.fn.extend({
filterDisabled : function(){ return this.filter(function(){return
(typeof(this.disabled)!=undefined)})},
disabled: function(h) {
if (h!=undefined) return
this.filterDisabled().each(function(){this.disable
In jQuery 1.2.1, line 783 does this:
div = doc.createElement("div")
The attributes that Firefox 2.0.0.7 creates for div are different
depending on whether a page is loaded as foo.html or foo.xml. In
particular, when the file is XML, there's no div.innerHTML, only
div.textContent. This ca
Hi,
I have a page that makes an Ajax request that gets a a snippet of html
that includes the following tag:
//
Nothing happens in this case. However, if i change the tag to this:
//
I couldn't have said it better. You should run for governor, or
mayor...of something :)
On Sep 28, 9:33 am, "Steve Blades" <[EMAIL PROTECTED]> wrote:
> Robert,
>
> This forum is for all people, at all levels of skill, and is intended for
> learning and sharing. Yes, the tone and title of the ori
Michael Geary wrote:
>
> Where does this table come from?
>
For the prototype I'm making it's just static content. For the final version
it'll be dynamically built using AJAX.
The best way to do this is to assign appropriate classes to your table rows
and use CSS to style them. If you can g
Where does this table come from?
The best way to do this is to assign appropriate classes to your table rows and
use CSS to style them. If you can generate the code
this way in the first place, then you don't even need JavaScript, much less
jQuery:
one0
Hopefully someone can answer this quickly. :-)
I have a table. I want every other row to be an alternate style (the 'zebra'
widget) unless the final for that row contains a specific value (in my
case, non-zero). For rows matching that criteria I need them to use a
different style, whether they
OK, my html was not valid - I had improperly nested form tags. I guess FF
is more strict about that sort of thing. Working fine now.
-- Josh
- Original Message -
From: "seedy" <[EMAIL PROTECTED]>
To:
Sent: Friday, September 28, 2007 1:38 PM
Subject: [jQuery] Re: Validation plugi
jCarouselLite doesn't seem to like only having two elements to swap.
I know it's kind of a silly situation for a carousel to have in the first
place, so this is just FYI in case anyone happens to find themselves running
into this.
It's just the way things were for me at the moment. I'm creating an
I can't tell what you're doing wrong - if anything - but the following works
perfectly for me (using v1.2.1)
one
two
var t = $('#app\\.id').val(); // t is 22
syg6-2 wrote:
>
>
> In the FAQ it says that if you have an element with a 'special
> character' in it you must escape it. Fair
OK, I added in errorElement: "div" to the options, and now it works in IE,
but in Firefox it does not append the error message. When I use Firebug ->
Inspect, I can see that the error message is not being appended after the
input element. What gives, any ideas?
- Josh
- Original Messa
You must be used to typing for some with
a stuttering problem, Andy.
Rick
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Andy Matthews
Sent: Friday, September 28, 2007 4:55 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: SITE: jQuery spotted in the wild
Yes they are in a table - that may be the issue - although I'm testing in
FF. I'll make some changes and report back.
-- Josh
- Original Message -
From: "seedy" <[EMAIL PROTECTED]>
To:
Sent: Friday, September 28, 2007 1:38 PM
Subject: [jQuery] Re: Validation plugin noob
are y
By the way...
It's a site put put out by NBC.
_
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Andy Matthews
Sent: Friday, September 28, 2007 3:43 PM
To: [jQuery]
Subject: [jQuery] SITE: jQuery spotted in the wild
A followed a link on the PVP and Penny-Arcade
A followed a link on the PVP and Penny-Arcade websites to a fun site for The
Office.
Turns out they're using jQuery:
http://www.dundermifflininfinity.com/
Andy Matthews
Senior ColdFusion Developer
Office: 877.707.5467 x747
Direct: 615.627.9747
Fax: 6
are your fields inside a table?
I was seeing that in IE, if fields were in a table cell, the errors were
being added but the cell wasn't getting larger and the errors could not be
seen.
Josh Nathanson-3 wrote:
>
>
> Hey all,
>
> Using Jorn's Validation plugin, it's not displaying the error m
I'm using Dan G Switzer approach to show error messages. Looks like this:
// para qualquer campo no form de nome frm adiciona um evento
onfocus
// for any field in your form with name frm adds an onfocus event
$("#frm input").focus(
function (){
Hi Rick,
That was the first thing I tried, it didn't work. Then it seemed to say in
the docs that the label element would be created for you, and placed after
the input field, so I took out the label markup, and that also didn't work.
I know I've got the js file included correctly, and it's
Hi, Josh...
In your HTML, did you specify a place for the error
message to appear?
This is from Jorn's example:
Firstname
I handle my error messages a little different than the
example above, preferring my error messages above the input field.
If I'm not mistaken I believe yo
Could ya'll please enlighten me???
I been cruisin't the web since the dawn of web time...
and well... its ugly! Yet cute... kinda like the monkey...
But what the hell is it???
:P
Seriously.
On Sep 28, 1:24 pm, "Tane Piper" <[EMAIL PROTECTED]>
wrote:
> Jorn,
>
> The other valid reason is
Hey all,
Using Jorn's Validation plugin, it's not displaying the error message. I
must be missing something obvious. I'm just trying a test - it seems like
when I submit, if the field is empty, it should display an error message
after the input field. What am I doing wrong?
JS:
$("#editf
cmbtrx,
I think you're being a bit harsh here. As I look through the posts,
most everyone is taking the time to try and help out. There was one
rude reply. Don't come down hard on the group as a whole because of
it.
JK
On Sep 28, 9:36 am, cmbtrx <[EMAIL PROTECTED]> wrote:
> Shucks, I knew it
Well, then it sounds like a great platform to develop on. As I said, I
only have experience working with Adobe AIR, which I really like.
Perhaps now I'll take a look at XUL/Gecko.
- jake
On 9/28/07, Christof Donat <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> > after giving a cursory look at XUL here a
Hi,
> Please ask on the dedicated jQuery UI list:
Uh, not another mailinglist. I can not read all that.
BTW. I have found a solution. The point was, that I had to use
position:abslute for all elements. Seems like slider does expect that to work
correctly.
Another Problem someone else might r
@cmbtrx
I have just lifted the code directly from your second post, tagged
after the anchor, and it worked first time (Firefox and IE7).
I can only suggest that you check that the path to the jquery.js source file
is correct for wherever you are running it, as that is the *only* thing that
would
Hi,
> after giving a cursory look at XUL here are some
> of the things AIR does that XUL doesn't:
>
> * Built in support for Flex/Flash (Layout/Logic + Fancy Animation/Video)
Of course you can use any Firefox Plugin - including the flash Player,
Quicktime, Adobe Reader, etc. IIRC there is even
Please ask on the dedicated jQuery UI list:
http://groups.google.com/group/jquery-ui
Thanks.
- Richard
On 9/26/07, Christof Donat <[EMAIL PROTECTED]> wrote:
>
>
> Hi
>
> I am having problems with the UI slider plugin. I have this HTML structure
> (bulilt with DOM):
>
>
>
>
>
> Then I
This FAQ entry should help:
http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_Ajax_request.3F
- Richard
On 9/26/07, Aljosa Mohorovic <[EMAIL PROTECTED]> wrote:
>
>
> i have:
> $("a.delete").click(function() { alert("test") });
>
> after i fetch some json d
Hi,
> This ass/troll/clueless individual thanks you for making this group
> forum now begin to sound like every other developer's resource on the
> web: well-intentioned but ultimately crippled by the bratty missives
> of a few self-important detractors.
I don't whant to sound like i'd support R
Why no love for AIR? From what I've read, heard and seen, it's going
to be a very interesting platform to develop for and bridge the gap
for a lot of web developers that would like to code for the desktop.
What I'm looking for in developing web applications for the desktop is
the easiest, fastest
I have used this before:
$("form:first").submit(function(){return false;});
$("#myButton").click(function(){$("form:first").get(0).submit();});
Basically prevents the form from submitting unless I explicitly
instruct it to in JS.
On Sep 25, 7:05 am, "Fabien Meghazi" <[EMAIL PROTECTED]> wrote:
>
Jorn,
The other valid reason is, switch of JS and view the site - the app is
100% designed to work with both js on and off, and if I used Chilli,
then that wouldn't be the case. If I can get Chilli to support all
the languages GeSHi supports, I could write in a conditional handler
to ignore the G
It turns out this was a bug in the docs, not in the code. jQuery.unique only
supports an array of DOM elements. See related thread:
[jquery-dev] unique(array) function - bug ticket 1747
http://groups.google.com/group/jquery-dev/browse_thread/thread/92b8c0230efd739
Docs have been updated and ticke
On Thursday, September 27, 2007 5:28 PM Robert Koberg said:
> Hi,
>
> I am new to jquery. Haven't had any problems that couldn't be solved
> by the docs or a search. I am amazed that an ass/troll/clueless
> individual gets so much play.
>
> whatev,
> -Rob
Since you're new to jQuery you should
Shucks, I knew it was too good to be true.
This ass/troll/clueless individual thanks you for making this group
forum now begin to sound like every other developer's resource on the
web: well-intentioned but ultimately crippled by the bratty missives
of a few self-important detractors.
Feel free
Can it also be changed to take advantage of some browsers XPath
parsing abilities (that is how I thought it would have worked when 1.2
came out)? I know Firefox has native parsing (http://
developer.mozilla.org/en/docs/
Introduction_to_using_XPath_in_JavaScript) and so does Internet
Explorer (via
As always, the golden rule is "know thy audience".
Using a tool like Google Analytics allows you to see browser capabilities,
screen resolutions, javascript enabled/disabled. All of these things help
you decide what is best for your site.
With that said, search engines (SEO) do favor html links o
Jörn Zaefferer schrieb:
[EMAIL PROTECTED] schrieb:
Sorry, didn't know about text() http://docs.jquery.com/Utilities (only
trim( str ) found there).
Looks like text() slipped through while converting the wiki docs.
Sorry about that, I'll add that now.
Correction: It was on the Attributes pa
Joan Piedra schrieb:
Oh that sounds reasonable. Thanks for answering, and good job at paste
monkey.
Btw, how is your cake_jquery_cms work going? =)
Well, assuming the speed gains in Chili 1.9 that argument isn't that
reasonable any more :-)
-- Jörn
[EMAIL PROTECTED] schrieb:
Sorry, didn't know about text() http://docs.jquery.com/Utilities (only
trim( str ) found there).
Looks like text() slipped through while converting the wiki docs. Sorry
about that, I'll add that now.
-- Jörn
> 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 i
On 9/28/07, Juha Suni SC <[EMAIL PROTECTED]> wrote:
>
> In the meanwhile it would help tremendously if the documentation and API
> links were consistent in where they point to, and the 1.2 api in the wiki
> was easy to find.
>
> FYI: The 1.2 API in the wiki is at: http://docs.jquery.com/Core (or b
On Sep 27, 10:57 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> > Because of the nature of floats, I don't really see a universal
> > solution. Wrapping an element or changing its position naturally
> > would have a great affect on layout.
>
> I don't think this is a problem with floating the co
> I'm trying to learn jQuery so I can use ajax much easier than writing
> ordinary javascripts. But it isn't working for me. Tried soo many
> different (and Very easy) things and they won't work. Can someone
> explain what I am doing wrong?
> This is just a little testpage.
> custom.js:
> ---
On Sep 28, 8:27 am, "george.gsgd" <[EMAIL PROTECTED]> wrote:
> Surely this should be done with CSS. Javascript is great, but making
> your navigation rely on it is not. Also, it would be better semantics
> to mark up your menu as a list.
I posted this in response to a similar concern posted to th
In the FAQ it says that if you have an element with a 'special
character' in it you must escape it. Fair enough. I have this select:
...
When I try the following:
$("select#app\\.id").val()
I get null. These don't work either:
$("#app\\.id").val()
$("#app.id").val()
$("select#app.id").val
Hi guys, how are ya.
http://15daysofjquery.com/edit-in-place-with-ajax-using-jquery-javascript-library/15/
, have some nice edit in place example with jquery so i tried to use
it at my proyect, but i found some issues with the function html(). at
IE.
I'm new at jquery, but decided to learn more
Hi everyone,
I'm working with jcarousel and having a problem with the right hand
arrow appearing when it shouldn't. Basically I've got content inside
that doesn't exceed the width of the div, so a right arrow shouldn't
appear, yet when I click on a list that does exceed the div and
immediately cl
hi list,
I'm using the latest jquery build to do some fancy ajax+animation
stuff on my website. Nothing spectacular. It works in all browser yet
not in Safari on Mac. Any idea what I am doing wrong? Even the simple
hide() function (second line of the script) doesn't work. Any idea on
how to fix t
It works if I use $("div.hej").load("test.php?namn="+$
("#namn").val() )
But I want to use post because I can't write f.e Ö...
On Sep 26, 10:10 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> > 1. remove the type=submit button. you need to also use javascript to
> > submit form.
>
> Really?
>
> Try this:
>
>
>
>
> 'Enter' works for me in FF (I didnt check on other browsers)
>
> Michael
Yes, you are right. I mad
Yes, that's it. We really don't support very much XPath, only a couple
commands. That was a big reason why it was removed, we didn't have to
resources or interest to flush it out into a full XPath
representation.
--John
On 9/28/07, Danjojo <[EMAIL PROTECTED]> wrote:
>
> Is this all I need to add
I asked once before if it was possible to have a cheatsheet of the
different jQuery versions and i would gladly want to donate my time to
make this happen , just give me some direction how to find the apis for
the different versions and i'm off :)
-- David Duymelinck
Brandon Aaron schreef:
There actually is a google groups dedicated to just that topic.
http://groups.google.com/group/jquery-docs?hl=en
I have similar concerns as you. I think it will come together, but often
with open source projects, the docs have peaks and valleys over time in
regards to comprehensiveness, accuracy
I agree...
I'd argue that no matter how many cool features the "next version" of jQuery
has, if the docs and underlying support mechanisms aren't intuitive and easy
to use, then people will turn away from it.
I think that the next "release" should be full-featured, robust
documentation.
and
Hi,
> So, if I understand this, clicking on the "jQuery" link above
> should...uhh, pop an alert right?
No. A click on any -tag on your page will pop the alert.
Christof
Love it!
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Gordon
Sent: Friday, September 28, 2007 4:03 AM
To: jQuery (English)
Subject: [jQuery] Amazing new navigation technology!
Try dropping this amazing new script onto a page with hyperlinks
That's a trick question. All olives taste disgusting!
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of voltron
Sent: Friday, September 28, 2007 5:12 AM
To: jQuery (English)
Subject: [jQuery] Re: Amazing new navigation technology!
This made me c
I've been saying for awhile now that jQuery, now that it is becoming
more popular, with even more new users and developers of plug-ins
on top of the rapidly developing core, needs a content management system
to handle, in a systematic, disciplined way, the core updates, plug-in
availabilit
Hi Oscar from Sweden,
works loke a charm for me (using PHPs superglobal $_POST), it seems as
if you just forgot to add a callbackfunctionthat is going to handle the
servers response.
$( document ).ready( function () {
$( "a#go" ).click(function () {
$.post("test.php", { namn: $( "
Robert,
This forum is for all people, at all levels of skill, and is intended for
learning and sharing. Yes, the tone and title of the original message were
off (a sign of frustration, I'm sure), but that doesn't mean that any of us
should pay less attention, or offer less aid, than we would to an
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
In the meanwhile it would help tremendously if the documentation and API links
were consistent in where they point to, and the 1.2 api in the wiki was easy to
find.
FYI: The 1.2 API in the wiki is at: http://docs.jquery.com/Core (or by clicking
"jQuery Core" in the wiki main page at http://docs
Hi All,
I'm starting to hear a lot of buzz about OpenLaszlo and Flex, and after
looking at it, I'm wondering what they do that can't be done in jQuery?
Seems to me that most of it is just "widgits for idiots", if you know
what I mean. I don't tend to like my sites being dependent on
proprie
Is this all I need to add to my external .js library to fully include
the Xpath plugin?
/*
* Simple XPath Compatibility Plugin for jQuery 1.1
* By John Resig
* Dual licensed under MIT and GPL.
*/
(function(jQuery){
var find = jQuery.find;
jQuery.find = function(selector, co
First ... sorry this thread got so off-topic...
I can give you a couple of use-cases. :) Lets say you have an element on
the page that needs to animate but only once it is > 75% viewable. Another
good use is if you have a widget that uses lots of system resources, you can
pause or disable it whil
Surely this should be done with CSS. Javascript is great, but making
your navigation rely on it is not. Also, it would be better semantics
to mark up your menu as a list.
This was fixed in jQuery version 1.2 (and newer). Using that version
of the library shouldn't cause you any problems.
--John
On 9/28/07, Ayan <[EMAIL PROTECTED]> wrote:
>
> Dear sir,
>
> I am facing this problem... yes, its because mootool+jQuery.
> My Joomla site's Template system runs on mooto
On Sep 27, 2007, at 8:28 PM, Robert Koberg wrote:
Hi,
I am new to jquery. Haven't had any problems that couldn't be
solved by
the docs or a search. I am amazed that an ass/troll/clueless
individual
gets so much play.
whatev,
-Rob
Hi Rob,
I appreciate your concern. I think part of the p
> There's never too many beginner tutorials...everyone
> may not become an expert, but everyone has to be a beginner!
Exactly. It sounds kinda hokey, but I've gotten so much good out
of other tutorials, I feel like anywhere I can contribute, I need to
put it out there.
Thanks for the comment
Try the livequery plugin, i think is that u need.
On 9/27/07, kamiseq <[EMAIL PROTECTED]> wrote:
>
> im loading some HTML with ajax, and as in jQ every events are bound,
> to HTML elements, just after page is loaded, how can I force jQ code
> to bind event handlers to new HTML.
>
> I could trigge
On Sep 28, 1:33 am, "Glen Lipka" <[EMAIL PROTECTED]> wrote:
> Started some demos, but got sleepy. :(
> I am halfway through a imageSprite menu.
> But for now, this is what I gots.http://commadot.com/jquery/hover.php
That's an awesome technique. I'll definitely tuck it away for
reference :)
I th
> Erik Beeson wrote:
> The value from $.get CAN NOT be returned from isTracked because isTracked will
> have returned before the $.get callback executes.
Shame :/ But thank you for that answer. I was fighting because I
thought that it is possible. Waste of time :/
So I have no choice and put all
Dear sir,
I am facing this problem... yes, its because mootool+jQuery.
My Joomla site's Template system runs on mootool, but my one of the
component runs on jQuery.
So, I need to do this Hack.
My question is -
If I convert '$event' to '$event2', will it effect on the workings of
the template s
Thanks - that helped me a lot...
Did not see it in the FAQs before!
On 27 Sep., 23:52, "Karl Rudd" <[EMAIL PROTECTED]> wrote:
> To select an element with an id="#foo.bar:filter" in CSS you would use:
>
> #foo\.bar\:filter { /* ... */ }
>
> jQuery uses the same syntax (though make sure you're
Hello!
I'm trying to learn jQuery so I can use ajax much easier than writing
ordinary javascripts. But it isn't working for me. Tried soo many
different (and Very easy) things and they won't work. Can someone
explain what I am doing wrong?
This is just a little testpage.
custom.js:
--
I'm wondering if there's a way to pass AJAX POST vars with a key
that's assigned as a variable, e.g.
function updateQty(uniqueID,qty){
$("#basket").load("/basket-contents.html",{uniqueID:qty});
}
What I'd like to get from this is a POST var with a key of whatever
the variable uniqueID is
Oh that sounds reasonable. Thanks for answering, and good job at paste
monkey.
Btw, how is your cake_jquery_cms work going? =)
On 9/27/07, Tane Piper <[EMAIL PROTECTED]> wrote:
>
>
> Hi Joan,
>
> Well the fact that GeSHi supports more languages, that's why I used
> it. But also, the code is gener
for example $("tr :contains('aaa')") is ok
but how can i query for expression :" or "
1.$("tr :contains('aaa' | 'bbb' | 'ccc' )")
2.,,
3.+ +
They are not right!
I don't know how to write,thanks.
Brandon Aaron wrote:
> Speaking of that ... I've got a plugin ... unreleased/undocumented at
> the moment ... called viewable. It gives you a percentage of the
> element that is viewable.
>
> http://brandonaaron.net/jquery/plugins/viewable/test/test.html
That's pretty cool. How are you using it?
for example $("tr :contains('aaa')") is ok
but how can i query for expression :" or "
1.$("tr :contains('aaa' | 'bbb' | 'ccc' )")
2.,,
3.+ +
They are not right!
I don't know how to write,thanks.
Hi,
I am new to jquery. Haven't had any problems that couldn't be solved by
the docs or a search. I am amazed that an ass/troll/clueless individual
gets so much play.
whatev,
-Rob
On Thu, 2007-09-27 at 21:54 +, cmbtrx wrote:
> lol looks just like mine.
>
> I sense that a stupid typo is fa
Well, I like Michael's syntax a little better.. It looks more
organized instead of all clumped together.. not only that, but the
function I would write for Clicked could be used over and over again.
My brain is pretty much set to run in OOP mode so anything else is
just harder for me. The way I t
AJ wrote:
> I've decided to try my hand at some basic tutorials. The first is for
> basic reusable image rollovers for navbars, etc.
>
> You can find it here:
> http://www.atlantajones.com/2007/09/27/easy-reusable-image-rollovers-with-jquery/
>
> Any comments, suggestions or tips for making it bet
Sorry, didn't know about text() http://docs.jquery.com/Utilities (only
trim( str ) found there).
On 28 сент, 01:49, J rn Zaefferer <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] schrieb:> Will it be? Function like htmlspecialchars() in
> PHP is useful when you
> > need to insert some value into
Position: Frontend Developer, Yahoo! Groups
Location: Sunnyvale, CA
How Big Can You Think?
The Internet is a big, busy place, and we at Yahoo! are proud to stand
out in the crowd. As the world's number one Internet brand, servicing
over a half billion people, we're determined to maintain our
co
> I think the tutorial itself, however, was clear and easy to follow. Well
> written! :)
Thanks! I definitely gained an appreciation (even more so) for other
tutorial writers. Just this little tip took forever to put together.
But still fun, and I hope to get better at it as I do more.
AJ
1 - 100 of 107 matches
Mail list logo