PHP. I'd like to get on top of Python, but I'm currently having enough
trouble with javascript ;)
On Apr 18, 6:10 pm, cmvonner <[EMAIL PROTECTED]> wrote:
> CFML (ColdFusion/BlueDragon) with JSON.cfc for converting server-side
> data into JSON to pass to jQuery.
>
> Carl
>
> On Apr 16, 4:31 am, Ch
I stand corrected.
Cheers, Karl.
On Apr 20, 4:57 am, "Karl Rudd" <[EMAIL PROTECTED]> wrote:
> It'd probably be a good idea to brush up on CSS selectors as that's
> how jQuery does it's "selecting":
>
> http://www.westciv.com/style_master/academy/css_tutorial/selectors/in...
>
> Karl Rudd
>
> On S
Thanks for your reply, Karl. However, the only concatenated selectors
I know of in CSS are a.style:hover pseudos and, if you like that sort
of thing, 'advanced' ones.
Where in the CSS specs does it say one should string the style of a
header directly onto the element?
On Apr 20, 4:57 am, "Karl R
Hi David,
Closing animations are not currently supported but efforts are being
made into adding them. Please see this thread that is currently
discussing this and also demonstrating the progress that is being
made.
http://groups.google.com/group/jquery-en/browse_thread/thread/7c316e978d574a5b
J
It'd probably be a good idea to brush up on CSS selectors as that's
how jQuery does it's "selecting":
http://www.westciv.com/style_master/academy/css_tutorial/selectors/index.html
Karl Rudd
On Sun, Apr 20, 2008 at 1:38 PM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> As anyone who's flicke
Before I jump in and try to do this, is anyone aware of a plugin that
will show a color picker and then let the user drag the cursor over
text to highlight?
Thanks!
Hi Everyone,
I have been searching through the archive for the past two hours and
also had a chat with everyone's good friend - Mr.Google. I have also
been checking out just about every accordion plug-in home page / demos
- but haven't found what I am looking for, thus my email here.
Anyway - w
Hi there,
I was wondering if there is an "easy" way to find which is the function that
deals with a specific element event.
Let say that I'm browsing the net and find a website where you click a link
a do some cool effect; then I open firebug inspect the html code and it turn
that the link is j
On Sat, 19 Apr 2008 14:58:30 -0700 (PDT), fllados wrote:
> I had to make the same for DIV's and the solution I've got was:
>
> 1) Use window.open (var w =
> window.open('','name','width=X,height=Y');
> 2) Copy the html to the new window ( w.document.write($(N).html());
> w.document.close(); )
Hi Joel,
So everything with the nav is fine except one small thing. I'd like
that when the "selected" state comes back that when you roll off
another subnav it fades out as well instead of kind of going away so
quickly. Where can I play with the speed of that?
For example, in my test page, 'Abou
As anyone who's flicked over my beginner's blog will know, jQuery
provides a constantly vertical learning curve (!) It isn't made any
easier by the lack of basic instruction.
I realise this is largely because of my very basic Javascript
knowledge - but some of the problems I encounter are special
On Apr 19, 8:11 pm, sutra <[EMAIL PROTECTED]> wrote:
> Tried Flex when it was still in Beta, didn't like it. It was too heavy
> for my taste.
Me, too! Thanks for saying that, sutra ... it sometimes feels like
criticism is worse than blasphemy ;)
@ QuadCom:
2007 estimates (UK, it might be differe
I had to make the same for DIV's and the solution I've got was:
1) Use window.open (var w =
window.open('','name','width=X,height=Y');
2) Copy the html to the new window ( w.document.write($(N).html());
w.document.close(); )
3) The onload for the body tag should say something like "print();
sel
Is it possible to parse the HTML of an AJAX response and grab only a
certain piece of the response to be displayed by the caller?
Specifically, I'm trying to modify a page so that when I hover over a
certain set of links, a pop-up window is displayed with the link's
target in the pop-up. The pro
Hi Rene,
I've never quite understood the benefits to the plugin approach, when
you can simply create an object that uses jquery.
(I've wondered about this before on the list, but so far no one has
enlightened me.)
function Animator(container) {
this.jC = container; // this is a jquery instan
I also had the expander problem. To overcome it, I selected the
elements before and after the read more link, and gave them a
display:inline css attribute.
The code is as follows.
(CSS)
.nobreak{display:inline}
(Script)
//apply nobreak class to element immediately before read-mo
Thanks, it seems to have worked:-)
I suppose it doesn't harm to set the time interval to a value greater
than 10, right?
Thanks again
Francesco
On Apr 19, 8:56 pm, Christof Donat <[EMAIL PROTECTED]> wrote:
> Hi,
>
> > Is it possible, somehow, to defer the execution of the first script to
> > aft
Hello,
I'm having trouble getting the metadata plugin to DWIW when the metadata
is loaded with Ajax.
The metadata is contained within div elements like this:
some stuff . . .
( {"keywords":["manufacturing","field
service"],"categories":["Field Service","Manufacturing"],
"in
Hi,
Is it possible to use jQuery to print ONLY the contents of an iFrame?
I'm trying to add a PRINT button to a jQuery lightbox, but not getting
anywhere. If I use a Javascript:print() then the entire browser window is
printing.
Thanks!
Chuck
Ok, So my code is running fine under FF2, no problems. However, IE7 is
a different story. The only thing that seems to be working under IE7
in all of my jQuery code is this...
Now... all of this following code works under FF2 PERFECTLY... and I
feel like its something simple I am doing wrong un
I'm using the TableSorter plugin on a table that will have new rows
appended to it by AJAX calls. I want to resort the table using the
current sort settings after new rows are added.
I am using the TableSorter .trigger("update") and .trigger("sorton",
[sorting]) methods to resort the table. I n
QuadCom, thanks
I checked the source code before posting. I thought it was flash. Now
I remember I tried out a Flex image gallery that uses SWF and feeds
the data via XML.
Tried Flex when it was still in Beta, didn't like it. It was too heavy
for my taste.
sutra
On Apr 19, 9:08 am, QuadCom <
Hi,
> Is it possible, somehow, to defer the execution of the first script to
> after the loading of jquery? Alternatively would it be possible to
> anticipate the loading of jquery without placing it before the failing
> script?
>
> Any help would be very appreciated.
You could try something lik
Hi,
I have some javascript code (which makes use of jquery), that is
placed before the jquery library itself as in the following.
javascript code which makes use of jquery
For reasons that it would be long to explain, I can't change the order
of the scripts.
Because of the order of the scri
Hi,
I am writing a little web app that is supposed to show a table as a
reaction to an ajax call to the server.
So after the ajax post request, the server renders an html-table. This
table is then inserted in a container div on the page using the
"html(val)" method.
In IE7 this works fine.
Fir
This site was built using Adobe Flex. When Flex 2.0 was released they
had a demo application that was identical (other than the colour
scheme). Flex isn't too difficult to learn and probably something that
a savvy web developer should have in their toolbox.I use jQuery quite
a bit and I will still
Hello Dmitry,
I can't answer you - I know little about jQuery 'Ajax' - but wanted to
thank you for reducing your question to fewer than 23 posts [grin]!
Hope you now get the reply you're hoping for.
Cheers,
Cherry.
On Apr 18, 5:25 am, Dmitry Bykadorov <[EMAIL PROTECTED]>
wrote:
> Here is my co
On 17 Apr, 21:43, nmadg <[EMAIL PROTECTED]> wrote:
> What am I doing wrong!!! Thank you so much for your help.
are you working with a local file?
IE doesn't like it at all!
if this is the case, don't worry, it'll work once the system will be
online.
otherwise, if you need to use local files anyw
Hi,
How to overrider the original jQuery method and use my own code?
E.g.
jQuery.fn.extend({
hover: function(fnOver, fnOut) {
return this.bind('mouseenter', fnOver).bind('mouseleave',
fnOut);
}
});
I want to override the hover method.
Thanks.
Hi,
For example, how to override the original hover() method and use my
own code?
jQuery.fn.extend({
hover: function(fnOver, fnOut) {
return this.bind('mouseenter', fnOver).bind('mouseleave',
fnOut);
}
});
Thanks
On Apr 19, 8:42 am, "Alexandre Plennevaux" <[EMAIL PROTECTED]>
wrote:
> hey hey, good to know. Is this actually documented somewhere or do you
> want me to complete the wiki ?
I haven't documented that. Would be nice if you would do it...
appreciated!
--Klaus
Hi.
I've created a button jquery plugin that does a png animation onhover, and
takes text on the button from html/dom.
Although i've modelled the code after the datePicker plugin, and it works, i
think i have a problem with scope. When I instantiate buttons in two
different windows, a click in the
Hello,
Since some times, i try to create pop-under windows (like
http://famspam.com/facebox Facebox plugin or
http://trentrichardson.com/Impromptu/ Impromptu ) but i don't understand how
can that it be changed to allow multiple pop-under boxes.
For instance, i want to open a pop-under box by
I'm trying to use jQuery to have this page to display a vertical
carousel at the bottom of the page, in the large JJ Highlights
section:
http://beta.jewishjournal.com/
But as you can see, instead of having one row of highlights, I'm
seeing all three rows and the height of the box is extremely la
I would like to use the Ext menubar with jquery and have jquery build
the menu based on the unordered list contained within the menubar DIV.
I am not familiar enough with either Ext OR JQuery to accomplish this.
I have the JQuery and Ext properly configured as I can use this
combination to display
oops. In my case it returns "parsererror" :(
On Apr 18, 11:14 pm, nmadg <[EMAIL PROTECTED]> wrote:
> It didn't return anything.
>
> On Apr 18, 12:27 am, Dmitry Bykadorov <[EMAIL PROTECTED]>
> wrote:
>
> > I have some problem in IE (http://groups.google.com/group/jquery-en/
> > browse_thread/thre
Hi all,
I have some problem using methods of an applet element when I use
jQuery syntax.
How can I solve this problem?
Please refer to the following source code:
// addValues() is a method defined in AppletXYLine.class
returnValue = document.getElementById("ch01").addValues(strValue); //
37 matches
Mail list logo