Hi,
I think, that's a really great plugin! It can also be used to get
international content. For this, it would be fantastic, if you can add
one possibility. I want to register my own additional helper functions
(for example for format a decimal as money). Which can be called at
the variables. Th
Hallo,
It seems, that there is an error at the new plugin page: "jQuery
Extensions" for example should have 8 plugins. But if I'm looking into
this category, there are only 4 Extensions. I cannot see a "next" or
"previous" link. How can I get a complete list of avaiable plugins?
Mathias
Hallo,
is it possible to add a callback to thickbox? I'm loading a form via
ajax and I want to handle this form with ajax again. But I cannot find
a possibility to register a callback function to use the form plugin.
There should be a way like
thickboxLink
Is there a way to do it?
Mathias
Ok, it's quite easy to recall ready:
Don't register your ready functions like this:
$(document).ready(...);
Register it like this:
$(document).bind("ready",...);
Now, trigger the ready event:
$(document).trigger("ready");
This works. I think, it's a bit confusing, because $(document).ready
Well, I have an ajax call to the server. The sever decides what to do.
Normally, there is just one small part of the page, which will be
changed per json. But there is one possibility, which needs to refresh
nearly the complete page. No I have to recall ready. There are three
possibilites:
1. I c
Good evening,
It is possible to call
1. $('#field').trigger("click");
2. $(document).trigger("myOwnEvent");
But it seems, that this is not possible to call
$(ducument).trigger("ready");
Is "ready" not an event? (Yes, I mean ready from $
(document).ready(function() {...})). I need to recall th
Hallo,
I have rewritten my plugin to get GET-Params. It is now able to get
document params:
$(document).getUrlParam("param1").
And it is able to get params of an image/javaScript link:
$("#javaScriptFile1").getUrlParam("ajaxUrl");
I need the last method, because my php script is generating a
Well, I have written a treemap implementation in PHP and JavaScript
(like the one of SequoiaView - http://www.win.tue.nl/sequoiaview/).
And in this application, there is a difference.
Of course, in most applications, there will be no difference. But
there are cases, in which you need a fast selec
Hi,
I also think, that performance is very important for a good library.
No one uses jquery without any plugin (even if he / she has written an
own plugin which uses jquery). Of course, it is important to have
small files. But I think, it is still more important, to have a
performant core, which
9 matches
Mail list logo