Jump to content
  • 0

input[name="cancel"]


Simon
 Share

Question

http://jsfiddle.net/qaSuE/

<form id="form" method="POST">
<div>Name</div>
<input type="text" name="uname" value="">
<div>Surename</div>
<input type="text" name="usure" value=""><br>
<input type="submit" value="Edit" name="submit" >
<input type="button" value="Cancel" name="cancel">
</form>
$('input[name="cancel"]').click(function() {
alert('booooooooom');
});

че так нельзя? выдает ошибку

Ошибка: $("input[name=\"cancel\"]") is null
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Да, по-моему, различие основное в том, что в нерабочем примере есть кавычки, а в рабочем их нет. Или я ошибаюсь? Помнится просто какой-то затык с кавычками в селекторах.

Link to comment
Share on other sites

  • 0

Да, по-моему, различие основное в том, что в нерабочем примере есть кавычки, а в рабочем их нет. Или я ошибаюсь? Помнится просто какой-то затык с кавычками в селекторах.

я сперва тоже подумал что дело в кавычках, но и в двойных и без отрабатывает.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy