Hi Robin,
You can always control the Sub Level arrows by a new CSS class. You
can get the extra class into your nav via jQuery without needing to
edit Joels script, by just adding...
$(document).ready(function(){
// normal Superfish Call
$("ul.nav").superfish({
hoverClass: "sfHover",
We have some users still running OS9, I would like to know if any OS9
users here can confirm if JQuery (1.2x) support iCab 3, so we can
advise them to use this browser.
http://www.icab.de/dl.php
Thanks.
This isn't Superfish specifically, though I did write it based very
largely on the original Suckerfish, with enhancements.
http://beta.ksscholl.com/jquery/suckerfish.html
Kevin
On Jan 7, 5:04 pm, Robin Rowell <[EMAIL PROTECTED]> wrote:
> Hi all and Joel.
>
> Is there a version of Superfish that
I think what you might be after are ajaxStart and ajaxStop:
http://docs.jquery.com/Ajax/ajaxStart#callback
http://docs.jquery.com/Ajax/ajaxStop#callback
That could start and then stop something like an animated gif that
would overlay the page until the ajax request was finished. Getting
the an
I am having a similar issues and as of yet nobody has been able to
give me a solution :( It seems like it should be a pretty straight
forward problem, and lot's of people are asking for help with it, so
where are the experts (that know how to communicate to us non-
experts)???
Still wondering,
Ahh..I see how it works..well a better idea anyway. How that talks
with the PHP. At my site that I posted above..how would something like
that work? set up an event? Because I want each drag sequence to show
on the page and keep it updated along with adding words, etc.
Thank you - http://pastie.c
Opps, meant to add more here. Hope this helps you, please ask more detail
questions if not, I am doing a lot of work right now with Comet. Server Push
methods, and Bayuex, and am currently working to bring Comet to jQuery. So
any ideas for usage will help me make my plugin useful to the jQuery mass
>
>
> <>
>$('table tr').hover(
>function() {$(this).addClass('hover');},
>function() {$(this).removeClass('hover');
>});
> <>
>
>
> This is my CSS:
>
> <-
I think what you might be after are ajaxStart and ajaxStop:
http://docs.jquery.com/Ajax/ajaxStart#callback
http://docs.jquery.com/Ajax/ajaxStop#callback
That could start and then stop something like an animated gif that
would overlay the page until the ajax request was finished. Getting
the anim
I am not sure. It is dependent on how your PHP backend works. Looking at
your demo I see that when I move a word, it is POSTed to store.php, is that
then entered into a database? stored in a flat file? held in memory with
magic? Regardless, the idea is that in words.php (say,
words.php?waitForUpdat
I might be misunderstanding, but the arrows in the example link are not done
with javascript - it's just css (from the linked page):
#menuh a.top_parent, #menuh a.top_parent:hover /* attaches down-arrow to
all top-parents */
{
background-image: url(navdown_white.gif);
ba
On Jan 7, 8:27 am, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> I'm using the beta and it's much more performant than the 1.2.1 and I
> got no bugs so far...
>
> some intensive js scripts have decreased my cpu load to even half in
> some cases,
There are typos in your subject line, it should
This is awesome.
I think I might replace the curvy corners on my site with this. I think the
canvas method is just too cool.
Glen
On Jan 7, 2008 4:14 PM, weepy <[EMAIL PROTECTED]> wrote:
>
> > Hey, what happened to "bulletproof"?? :-)
> It will be :) . In fact it now works on Mac/Safari
>
> Re
> Hey, what happened to "bulletproof"?? :-)
It will be :) . In fact it now works on Mac/Safari
Regarding combining the 2 plugins - I don't think this will be
possible, since they both work in entirely different ways.
On Jan 7, 11:16 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> Jonah,
>
> Th
Yep, that did it. I guess it'd be a good idea to keep up to date on
the changelogs...
Thanks, Karl!
- Toby
That did it. Thank you so much! I've been trying to escape the colon
using one slash :p
Thanks again!
- Nick
On Jan 7, 3:08 pm, "Jonathan Sharp" <[EMAIL PROTECTED]> wrote:
> Try escaping the colon: $("#itemForm\\:standards select:last")
>
> Cheers,
> -Jonathan
>
> On 1/7/08, npetcu <[EMAIL PRO
Peter..when you say:
> fwiw, I have been considering porting the dojox.cometd client to
> jQuery-plugin-like code.
Do you mean its not a jQuery plugin yet?
Looking more in to that and am still kind of confused how to make the
whole say be "live" would every event have to be wrapped in say a
fun
On Monday 07 January 2008, coughlinsmyalias wrote:
> Thank you for the explanation! i will do some more research in to that
> and see how i can get that in to my code :) I might post a question
> about implementing that in to mine as well. Any demos out there for me
> to look at? And is this insta
Hi all and Joel.
Is there a version of Superfish that uses jquery generated arrows
(using dynamically created classes) for submenus that contain further
content? (this page would be an example: http://sperling.com/examples/menuh/
)
Thanks!
I've successfully used jQuery with Zend Framework and found it a nice
fit. I made heavy use of their JSON encoder to get data back and
forth between the server and client side.
On Jan 7, 3:57 am, rics <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I wish to start usign some PHP framework soon and was w
Thank you! After going through your code when I go to:
keepLive.php?wait=e
I get:
1199743545
And when i load the HTML page, I get no input and no errors, with my
code below:
jQuery(function()
{
$('input#hurumph').click(function()
Jonah,
This looks really great!
> Issues
> # IE6 has some slight problems with the VML in some cases
> # Mac/Safari doesn't work (Windows Safari is fine)
Hey, what happened to "bulletproof"?? :-)
Mike
I think this will work -
$("input[name=gender]:checked")
The '@' has been deprecated now.
-- Josh
- Original Message -
From: "Eridius" <[EMAIL PROTECTED]>
To:
Sent: Monday, January 07, 2008 2:09 PM
Subject: [jQuery] selecting element question
for instance
$('[EMAIL PROTECTED
http://rikrikrik.com/jquery/shortkeys/
Does this work?
Glen
On Jan 7, 2008 2:34 AM, MaSTeRMinD <[EMAIL PROTECTED]> wrote:
>
> Hello,
> Im building an app that requires keyboard use and im using jquery for
> some of the things. I was looking for a plugin that can do exactly
> this on this page.
for instance
$('[EMAIL PROTECTED]')
would select based on name being gender but is there a way to select based
on name being gender and checked being checked in one select of chained
select?
--
View this message in context:
http://www.nabble.com/selecting-element-question-tp14677219s27240p146
Ahh, I see in another post the dynamic part.
Changing the subject messes up gmail in keeping the posts together.
This is how you put on a click handler as described in the other post.
$("td a.menu").click( function() {
$(this).parents("td:first").addClass("foo").removeClass("blah");
} );
I
Try escaping the colon: $("#itemForm\\:standards select:last")
Cheers,
-Jonathan
On 1/7/08, npetcu <[EMAIL PROTECTED]> wrote:
>
>
> I'm updating some of the legacy software we have at my company and
> changing much of the JavaScript to jQuery. I'm having a bit of
> trouble with a few particular
Confusion?? One plugin has a z on the end of it.
That's totally different.
:)
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Penner, Matthew
Sent: Monday, January 07, 2008 11:18 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: [ANNOUNC
Klaus,
Good point. I was just using "red" for communication/example sake. It
should be "alert" or whatever.
Glen
On Jan 7, 2008 2:02 PM, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
> On 7 Jan., 22:40, "Glen Lipka" <[EMAIL PROTECTED]> wrote:
> > You might better off using CSS instead of the backgr
On 7 Jan., 22:40, "Glen Lipka" <[EMAIL PROTECTED]> wrote:
> You might better off using CSS instead of the background= for a couple of
> reasons.
>
> becomes
>
>
> td.col4 {width: 90px}
> td.red {background: #ff url(images/rboxbg.jpg);}
I'd recommend not to use presentational class naming ("
Thank you for the explanation! i will do some more research in to that
and see how i can get that in to my code :) I might post a question
about implementing that in to mine as well. Any demos out there for me
to look at? And is this installed on the client side?
On Jan 7, 8:07 am, Peter E Higgin
Hi,
Thanks! It worked after I changed "this" to $(this). Other than that,
it was perfect. :)
-yaz
On Jan 5, 5:43 pm, Hamish Campbell <[EMAIL PROTECTED]> wrote:
> Theres lots of ways to do it, eg:
>
> $(document).ready(function()
> {
> $('ul#content li a').click(function() { // binds
Works just fine in IE6, Safari 3 (Win), and Opera 9.
Don't know why IE7 would have a problem with this.
On Jan 5, 11:57 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> This is my jQuery code:
>
> <>
> $('table tr').hover(
> function(
Sean,
In your header file (header.php) you need to add the following line BEFORE
the line that reads .
so that it reads:
Gerry
> --
> From: "Sean O" <[EMAIL PROTECTED]>
> Sent: Monday, January 07, 2008 6:49 PM
> To:
> Subject: [jQuery] Us
Somehow I missed you reply and started another similar thread today.
Sorry. I'm still getting used to Google Groups.
Sean,
JQuery in WP 2.3.2 is up to version 1.1.4. I imagine at WP 2.5 it will
move to v1.2.x.
In your header file (header.php) you need to add the following line
BEFORE
the line that reads .
so that it reads:
This page
http://scratbycoastalerosion.org.uk/gallery/?photoset_id=7215760303115
Hello,
How can I set an animation to play when the page is waiting for a
return from ajax function such as .get() or .post()??? Didn't find
examples in docs.
Thanks,
rics
Doh! So simple. Thanks! :)
On Jan 6, 6:15 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> > function validate(formData, jqForm, options) {
> > var x = jqForm[0];
> > var valid = x.required.value.split(","); // This works.
> > for(var i=0; i < valid.length; i++) { // This works.
> > var z = valid[i]
I'm updating some of the legacy software we have at my company and
changing much of the JavaScript to jQuery. I'm having a bit of
trouble with a few particular id's however.
I'm trying to access the last select element of a block of code and
retrieve the id like this:
$("#itemForm:standards sel
As far as I know, jQuery is being used in the admin section, but it
will only be used on your site if you include it through your theme or
a plugin.
Also, as of 2.3.2, they are using jQuery 1.1.4.
If you want to include jQuery in your site, you can just add it to the
header.php file in your them
Someone else can probably give a better definition of AOP, but a very
simplistic view is the ability to add additional functionality (aspects)
to your code. This functionality is contained in its own methods and
objects, leaving your original code nice and clean.
Here's an example I heard/read
This page
http://scratbycoastalerosion.org.uk/gallery/?photoset_id=72157603031152209&view=slideshow
from one of my Websites is using enqueued jQuery and the Cycle plugin for a
gallery.
My own shameless plug.
Gerry
--
From: "Priest, James (NIH/NI
Sean,
JQuery in WP 2.3.2 is up to version 1.1.4. I imagine at WP 2.5 it will move to
v1.2.x.
In your header file (header.php) you need to add the following line BEFORE
the line that reads .
so that it reads:
Gerry
From: Benjamin Sterling
Sent: Monday, January 07, 2008 7:01 PM
To: jq
Pretty cool. :)
Nice work.
On Jan 7, 8:01 am, weepy <[EMAIL PROTECTED]> wrote:
> Hi I'd like to announce my latest jQuery plugin. I hope you'll find it
> useful.
>
> FEATURES:
>
> # Antialiased
> # Very Fast
> # Support for any size radius and border width with minimal
> performance increase
> #
Hi,
Thanks for all your answers. I'm going to look at this solutions.
I'm not sure I will be able to modify each page ...
Thanks again.
It will help me.
Dominique.
On 7 jan, 14:39, aldur <[EMAIL PROTECTED]> wrote:
> So what you want is that you have a site map structure and when you
> mouse ove
Very nice! I've been wanting antialiased corners for a while.
Any possibility of working with Dave Methvin and "merging" the two
corner plug-ins? I can see this being a source of confusion for other
users.
Good job!
Matt Penner
-Original Message-
From: jquery-en@googlegroups.com [mail
I have a JS app that does a lot of calculations. I'm having trouble
keeping the browser responsive. My current solution is to take apart
loops that last a long time and make them into functions that call
themselves with setTimeout(). (As far as I can tell, you HAVE to do
this to keep the browser f
Nope. Just looking some framework that can help me develop faster and
better. But I just learned JQuery and the things I can do with it are
amazing. I don't want to stop using it just because I can't put it to
work with the new framework.
:D
On Jan 7, 8:08 am, "Mike Schinkel" <[EMAIL PROTECTED]
I'm using the beta and it's much more performant than the 1.2.1 and I
got no bugs so far...
some intensive js scripts have decreased my cpu load to even half in
some cases,
I wonder when it is going to be released I'm curious on what is going
to come up other than performance tweaks :D
wish you
Does anybody know some good tutorials apart from the wiki and
examples?
I can get the damn divs to resize! LOL! I think I'm going crazy :
You might better off using CSS instead of the background= for a couple of
reasons.
becomes
td.col4 {width: 90px}
td.red {background: #ff url(images/rboxbg.jpg);}
Ok, so this would clean up the html ALOT. Now, in regards to the jQuery,
what dynamic thing are you looking to do?
Glen
On J
This is seriously cool! Kind of a Cover Flow-style effect...
I wouldn't be surprised if Mike Alsup, the reigning jQuery slideshow master
-- see:
http://www.malsup.com/jquery/cycle/
has a Cycle plugin option for this soon ;)
SlideViewer
http://www.gcmingati.net/wordpress/wp-content/lab/jquery/i
Ben, Jim, thanks for the replies.
I was ready to just hack it in myself, but I haven't worked with Wordpress
in quite some time and remember it being fairly fragile. I'll give your
code a shot, Benjamin.
>>Shameless plug for my wife's site: http://www.yourdoorandmore.com/
@Jim: my wife is loo
> -Original Message-
> From: Phil Glatz [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 04, 2008 11:14 AM
> To: jQuery (English)
> Subject: [jQuery] Re: Debug Tools - Charles, DebugBar, Firebug Lite
>
> I use the Microsoft Virtual PC:
> http://pingv.com/blog/glhines/200712/browser-test
> -Original Message-
> From: Benjamin Sterling [mailto:[EMAIL PROTECTED]
> Not sure how to include what they have in the core, but I
> think it is out of date anyways.
I didn't even mess with trying to get whatever is included working - I
didn't want to get stuck using an old version
Has anyone seen the MooFlow image gallery:
http://www.outcut.de/MooFlow/
It even allows the pictures to be rotated using the mouse wheel.
Very cool stuff, I suppose anything could be ported to jquery, or not?
Don't have an immediate use for this, but it's cool, I've seen similar
things done in fla
wonderful job, Jonah!
btw, looks fine in my Mac Safari 3
--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jan 7, 2008, at 11:01 AM, weepy wrote:
Hi I'd like to announce my latest jQuery plugin. I hope you'll find it
useful.
FEATURES:
# Antialiased
Sean O,
I just include it in my theme:
Not sure how to include what they have in the core, but I think it is out of
date anyways.
On 1/7/08, Sean O <[EMAIL PROTECTED]> wrote:
>
>
>
> So I'm trying to use jQuery in Wordpress (2.3.2)... Mostly for site
> design/effects now, eventually for posts
So I'm trying to use jQuery in Wordpress (2.3.2)... Mostly for site
design/effects now, eventually for posts too, if possible. It looks like
jQuery is in the WP core now, but when I Firebug a few $() functions, I get
errors.
Any trick to getting this going? Googling provided sparse / old arti
Hi Tobias,
Sorry you're experiencing that weird problem!
I have a workaround in clueTip that allows you to set a different
parent element for the cluetip div to be inserted into, but it looks
like the Flash reset bug has been fixed in recent svn versions of
jquery.js:
http://dev.jquery.
Also worth noting is that jQuery is not required for this library. It uses
the jQuery namespace (jQuery.aop) but this could easily be changed to work
with non-jQuery implementations.
-js
On 1/7/08, PragueExpat <[EMAIL PROTECTED]> wrote:
>
>
> Surfing dzone.com this morning, I came across this pl
The Wikipedia article (http://en.wikipedia.org/wiki/Aspect-
oriented_programming) is the best resource I've found on the subject,
reading through some of the 'implementations' in the languages I'm
familiar with really helped me grasp the concept.
I ran into it a while ago when I came across Ajaxp
The problem is that you're binding the click event to the projectLink class
on document ready but since no one has clicked the image yet the class isn't
present so there are no elements that match the class selector and thus no
events bound.
You could do something like the code below. This will al
The curvycorners plugin is causing cycle to fail. But I can't see why
because the code is packed.
Mike
On Jan 7, 2008 9:48 AM, Ash <[EMAIL PROTECTED]> wrote:
>
> Hi I need some help with this I have never used this before and i
> can't seem to be able to get it to work. Now it might be because
OK, this is strange, at best. I'm trying to use the clueTip plugin for
some titles on a page that plays video content in a flash player, in
the event that the title has exceeded a given length. clueTip works
fine, but it's triggering a redraw of the flash content in FF. Working
fine in IE.
I thin
is there any update on when new versions of jQuery and/or jQuery UI are
coming out? I know I heard the last dates of 17/18 of December last month.
I am mainly interested in the jQuery UI.
--
View this message in context:
http://www.nabble.com/any-update-on-new-versions-of-jQuery-or-jQuery-UI-
On 1月8日, 上午12時50分, "John Resig" <[EMAIL PROTECTED]> wrote:
> > I am wondering why it was difficult to parse HTML at the beginning.
>
> Simply: Because one doesn't exist. I've since written one and hope to
> be integrating it soon.
>
> --John
Good!
Server side using jquery is really useful for
Yes I was planning to do that - but I couldn't get it to work!
On Jan 7, 5:20 pm, "Andy Matthews" <[EMAIL PROTECTED]> wrote:
> This is VERY nice. Well done man...
>
> One suggestion...
>
> Since you say the user has to add that header declaration, why not make that
> part of your plugin? Have t
This is VERY nice. Well done man...
One suggestion...
Since you say the user has to add that header declaration, why not make that
part of your plugin? Have the plugin add that line dynamically and you're
golden.
andy
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL
Ok then, I'll use ZIP from now on.
In case someone's interested: 7-ZIP
http://portableapps.com/apps/utilities/7-zip_portable
Ariel Flesler
On 7 ene, 13:42, "Fabien Meghazi" <[EMAIL PROTECTED]> wrote:
> > I'd say that RAR is just fine. There's a free zip app called 7-zip that can
> > work with R
> I am wondering why it was difficult to parse HTML at the beginning.
Simply: Because one doesn't exist. I've since written one and hope to
be integrating it soon.
--John
> I'd say that RAR is just fine. There's a free zip app called 7-zip that can
> work with RAR files. It's a great little find.
Please don't use rar if possible !
zip is the most popular archiving format in the world
zip is available for every single platform in the world
using rar for gaining s
So I'm working with a client that wants to be able to click an image
to see the rollover state...they then want to click the image again to
be taken to a url.
I'm about to suggest that we change the first click to be a
traditional rollover as it would simplify things and make things less
confusin
Well google helped me out. Here is what I found...
http://www.ventanazul.com/webzine/articles/javascript-expected-identifier-error-internet-explorer
thanks M$
On Jan 7, 10:14 am, bryce4president <[EMAIL PROTECTED]> wrote:
> I have a simple webpage I'm using to test some example code for later
I have used both CodeIgniter and Zend Framework with jQuery using
progressive enhancement and ajax and can recommend both. CodeIgniter
is nice for getting started using a MVC framework. ZF is more powerful
and good to integrate in existing applications.
There's a nice CodeIgniter tutorial at http
Hi I'd like to announce my latest jQuery plugin. I hope you'll find it
useful.
FEATURES:
# Antialiased
# Very Fast
# Support for any size radius and border width with minimal
performance increase
# No excanvas
# Current layout is maintained
# Works with all tested positions/display/floats
# Supp
Hey guys, i dont get it...
Ive made a little Ajax-App, where some profile-data is coming with an
JSON-File. So i get the profile-url and the avatar-url out of JSON.
Works fine in FF and Opera, but IE6 and 7 give me something like
"ffavauri is Null or no Object".
You can find the Script here: htt
The getJSON function does not remove the scripts added to head when
using a callback (for jsonp). This of course means that you get a
build up of markup if you're using the getJSON function (with
callback) to poll a resource.
Someone called Tom had noticed this before, but the discussion was not
doh!
its so misleading when firefox fixes your errors for u.
i'll stop thinking thats it jquery bugs-
On Jan 7, 10:14 am, Danny <[EMAIL PROTECTED]> wrote:
> It looks like you've got some syntax errors. In the first example, id="c-rply-to'+id+'> is missing a double quote:
> (that's a single quot
On Monday 07 January 2008, Ariel Flesler wrote:
> How is that the client can listen for responses of the server? it's an
> XHR connection that remains opened ?
there are a couple transports availble in the dojox.cometd client, long
polling being the default. subscribe() would issue a command to
That doesn't work for me. I get an error saying "length is null or
not an object", because the $(path,xml) call did not return a result
(I tried calling this outside of the for loop boundary to check this).
I've made the problem even simpler, maybe this will point to what I'm
doing wrong. This
I have a simple webpage I'm using to test some example code for later
implementation. It works great in FF2 but in IE6 is won't render
correctly. Can anybody tell me what is wrong with this code?
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO
Hi,
I'm looking for a drag&drop tree like this :
http://interface.eyecon.ro/demos/drag_drop_tree.html
But this tree must to be reorderable.
In fact, I looking for a drag&drop reorderable tree which can be built
with an other tree (draggable) similar like this :
http://extjs.com/deploy/dev/examp
So what you want is that you have a site map structure and when you
mouse over a link it runs off and gets a specific DIV from that page?
it should be possible to use ajax to retrieve the page html source and
parse it for a specific div. large memory hog.
would it be possible for you to add a b
rics wrote:
> I wish to start usign some PHP framework soon and was
> wondering wich one works better with JQuery. I will use Zend
> Framework or CakePHP.
> Not decided yet.
Are you looking for a framework for creating RESTful web services for use
with jQuery, or something else?
-Mike
Hello,
look at this page:
http://www.jahlabs.de/jquery/test2/
I'm using validaiton plugin to validate the form, but there is the
following weird behaviour:
When I write something to the textbox and click on submit, the error
occurs that I have to insert at least 5 characters (even though I hav
I'm currently developing a site for the company I work for (can't post
url at this time) using those plugins.
Very easy to use, I have an image and a link clickable to launch
Thickbox.
On Jan 6, 10:10 am, Andrea - Aosta <[EMAIL PROTECTED]> wrote:
> Anyone as worked with this two plugin... i want
I recommend Symfony [1] with "Unobtrusive JavaScript Plug-In" [2]. It
dynamically generated javascript from your php code.
[1] http://www.symfony-project.org/
[2] http://trac.symfony-project.com/wiki/sfUJSPlugin
2008/1/7, Eridius <[EMAIL PROTECTED]>:
>
>
>
> Well not sure if thier will be an com
Hi,
I'm looking for a drag&drop tree like this :
http://interface.eyecon.ro/demos/drag_drop_tree.html
But this tree must to be reorderable.
In fact, I looking for a drag&drop reorderable tree which can be built
with an other tree (draggable) similar like this :
http://extjs.com/deploy/dev/examp
Hi I need some help with this I have never used this before and i
can't seem to be able to get it to work. Now it might be because I
have a Cold at the moment (no not man flue, I'm just ill), but i can't
seem to figure it out.
Please see my example here...
http://www.c9dd.com/v2/portfolio/index2
can u post a link?
On Jan 6, 4:52 pm, chrismarx <[EMAIL PROTECTED]> wrote:
> if you're using jquery u dont even need a form. but if you do want to
> serialize your parameters, that's fine. i think the easiest thing to
> do is to give your form an id, making it easy for jquery to find it.
> once
That was it! Nice and simple CSS no need trickering around with
javascript.
Thanks
-jp
On Jan 7, 1:05 pm, "Erik Beeson" <[EMAIL PROTECTED]> wrote:
> Effect can be seen here:http://fortuito.us/
>
> I think I would be inclined to overlay an alpha PNG to get that effect, not
> javascript.
>
> --Er
It looks like you've got some syntax errors. In the first example, (that's a single quote followed by a
double right after id+
In the second, #('#c-r"+id"") should be $('#c-r'+id)
See if that works
Danny
On Jan 6, 4:28 pm, chrismarx <[EMAIL PROTECTED]> wrote:
> in firefox this works fine
>
> va
Karl...
I'm thinking he wants to show/hide a div on another page. Not pull content
into the current page from another.
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Karl Swedberg
Sent: Monday, January 07, 2008 7:42 AM
To: jquery-en@googlegrou
hi I used jquery with cake.
In cake 1.1 Prototype is used as javascript helper for AJAX, etc
but you are free not to use it. I think there is a helper that has be
made specifically for
jquery, a port of phpQuery if I remember right.
Personally I do not like much helpers to generate js code, so
I'd say that RAR is just fine. There's a free zip app called 7-zip that can
work with RAR files. It's a great little find.
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Stosh
Sent: Saturday, January 05, 2008 9:03 PM
To: jQuery (English)
Subjec
Thanks for answering this question, Shawn! I really appreciate the
time you've taken here and on your blog to help others with some of
clueTip's features.
Feijó,
Shawn showed you a way to use an element on the same page for the
tooltip's contents. If you'd like to use the invoking elemen
On 1月7日, 下午6時00分, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> On Jan 7, 3:46 am, howa <[EMAIL PROTECTED]> wrote:
>
>
>
> > I have been following John's
> > article:http://ejohn.org/blog/bringing-the-browser-to-the-server
>
> > The script only support well formed XML, as defined in the func
Hi Dominique,
Check out this page in the documentation:
http://docs.jquery.com/Ajax/load#urldatacallback
It includes a nice example of doing just what you're attempting:
$("#links").load("/Main_Page #p-Getting-Started li");
--Karl
_
Karl Swedberg
www.englishr
Well not sure if thier will be an complications I would recommend using
Codeigniter.
rics wrote:
>
>
> Hello,
>
> I wish to start usign some PHP framework soon and was wondering wich
> one works better with JQuery. I will use Zend Framework or CakePHP.
> Not decided yet.
>
> Do you have any
1 - 100 of 116 matches
Mail list logo