Hello
it is about jQuery media plugin (http://malsup.com/jquery/media/
misc.html)
Can I use
This to load EXTERNAL DOMAIN html page in an iframe that media plugin
I create.
When I tried above code it did not work.Do I need to do anything else
for this ?
Thanks in advance
On 2/15/2010 8:54 AM, Peter Edwards wrote:
2. a checkbox which uses a descendant selector $('#fieldset1
input:checkbox') to explicitly target a given fieldset by ID, and
Thx a lot Peter, you and jQuery rocks. It works perfectly for descendant
selector #fieldset1 ;)
--
Cheers
ReynierPM
You can use selectors to do this quite easily - I've posted an example at:
http://jsbin.com/uwaxo/
This has:
1. a checkbox which will select/deselect all others in the page (no
matter whether they are in different forms/fieldsets,
2. a checkbox which uses a descendant selector $('#fieldset1
in
Hi:
I have a fieldset and a set of check boxes inside. I want when I pick
one, for example: value='picked_all' /> Pick all check boxes all the check boxes will be
checked. How?
--
Cheers
ReynierPM
Instead of doing $(this).ajaxSubmit(options);
try
$('#formId').ajaxSubmit(options);
where #formId is the id of the form you are submitting.
On Feb 14, 8:58 am, NHARRY wrote:
> I have a form that is loaded using .load it is then posted using the
> jquery form plugin. But it won't post see code
I don't know if this will solve the problem to you, but it did to me. I just
changed my script from something like:
$(document).ready(function() {
$("table")
.tablesorter({widthFixed: true, widgets: ['zebra']})
.tablesorterPager({container: $("#pager")});
});
to
$(document).rea
Yes the div with id "Preview" is available. If I use the
standard .serialize and .load from jquery it works well but
unfortunately .serialize does not handle file uploads.
Peter
On 12 Feb., 14:26, "Jonathan Vanherpe (T & T nv)"
wrote:
> And more importantly, does it have the same case?
>
>
>
>
7 matches
Mail list logo