Jump to content
php.lv forumi

input lauks


Manual

Recommended Posts

Tas būs dīvains topiks, ja netiks papildināts ar normālu jquery versiju:

http://jsfiddle.net/H6BKH/2/

<div id="ig">
<input type="text" value="" /> <br/>
<input type="text" value="" /> <br/>
<input type="text" value="" />
</div>
$("#ig").on("keyup blur","input",function(){
    $("#ig input").not(this).toggle($(this).val()=="");
});
Edited by codez
Link to comment
Share on other sites

  • 2 weeks later...

oo, paldies. bet vai ir iespēja uztaisīt tā, ka es ievadu input1 un pazūd input2 un input3, bet kad ievadu vai nu input2 vai input3 tad pazūd tikai input1 un paliek abi input2 un input3.

un būtu labi ja viņi nevis pazūd bet uztaisās tā, ka neko nevar ierakstīīt.

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.

Guest
Reply to this topic...

×   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.

Loading...
×
×
  • Create New...