jQuery.info
Découvrir et utiliser jQuery, la librairie javascript du XXIIème siècle
Articles
-
6 juillet, par paulp75
The code which is created on the page is like this
note that the is after the image.
i call the page from this jquery query
(".removeitem").livequery('cli ck', function()
var removeidno = $(this).attr("id");
-
6 juillet, par clorentzen
I am looking to add an expander/truncator feature to a site I'm
building. However, the plugins and other code snippets I've found cut
off text based on character count. What I'm looking for is something
that cuts off based on a specific number of paragraphs. So, for
example, (...)
-
6 juillet, par pedram...@gmail.com
Dear folk,
do we have such a plugin like below ...
I have test the Demo version it is much more better from our Lightbox
Plugin, the only problem it has is with AJAX , it can not support
it ....
please let me know if there is such an ability in our jQuery (...)
-
6 juillet, par felixg
Hello,
If I understand correctly jeditable submits the changes in fire and
forget mode. What if the submitted data failed to be saved on the
server side? Can jeditable revert the changes if the call returned
some error? (...)
-
6 juillet, par Arnold
Hello!
For the past 3 days I have been staring at this problem and I can't
get a
grip on it. I am using this code in my js:
$('.opmerking').click(function ()
var a = "#test" + $(this).attr("title");
$(a).jqm(
onShow:function(h)
h.w.css('opacity',0.92).slideD (...)