Hi Dimby,
your problem is very easy; you are creating a new element, a new
'', but it does not have an event attached. It's a beginner
mistake.
You only need to change one line:
$('a.remove').live ('click', function() {
var id= $(this).attr('id');
$('li#'+id).fadeOut('fast', func
Hi;
you has a lot of sintaxis errors;
I have written your code again and now works fine:
http://www.w3.org/1999/xhtml";>
jquery
$(document).ready(function(){
$("#newsletteranmeldung").submit(function(){
var email_result = $("#email").val();
var action_result
//ui.jquery.com/repository/latest/demos/functional/#ui.selectable
>
> If you decide to use it and have further questions, there is a dedicated
> jQuery UI Mailing List:
>
> http://groups.google.com/group/jquery-ui/
>
> - Richard
>
> On Wed, Sep 10, 2008 at 6:22 PM, etnas
Hi everybody!
I have a conceptual problem and I'm not sure if it's possible to
resolve with jQuery (or Javascript).
In resume, I have an application with a few floats divs and I would
like to select more than one with dragging a box with the mouse, like
a common file-explorer.
Everyone knows a p
Ok,
this is exactily what I want.
It's true, sometimes 'simple' javascript may be the solution. However,
I'm trying to write all the javascript via jQuery but now, I'm
starting to see that, possibly, this way is not the best.
Thanks for all!
On 7 sep, 00:10, MorningZ <[EMAIL PROTECTED]> wrote:
Hi!
Everyone knows how to manipulate the OPTIONS of a SELECT with jQuery??
I have, for example, this SELECT:
Option 1
Option 2
Option 3
And I have 2 buttons on the document:
Ok!; I need to change the selected option in the SELECT when I push
the 'pre' or the 'post' button and send t
Ok,
when you created an element, you must attach the events AFTER the
creation. Then, Jquery works fine:
For example:
Is not correct the following:
$(document).ready(function(){
$('.new_div').click(function(){
alert ('hello);
});
$('#test').click(function(){
$('#elsewhere').append
Hi, I have this simply code and I don't know where is the problem:
The script:
**
$(document).ready(function(){
$('#button').click(function(){
var data = '';
$('#test').append(data);
lets_go();
});
8 matches
Mail list logo