elhamirani
جمعه 08 آذر 1392, 12:30 عصر
درود
من یک دکمه دارم میخوام وقتی کلیک کنم یک رویداد رخ بده دوباره یک کلیک دیگه کردم یک رویداد دیگه رخ بده مانند این کد
#text1 {width:100px;
height:100px;
overflow:hidden;
}
<div id="text1">Action Center lists important messages about security and maintenance settings that need your attention. Red items in Action Center are labeled Important, and indicate significant issues that should be addressed soon, such as an outdated antivirus program that needs updating. Yellow items are suggested tasks that you should consider addressing, like recommended maintenance tasks.
</div>
function matn (){
document.getElementById("text1").style.height="auto";
}
من می خوام متن پیشفرض کوتاه باشه وقتی روی دکمه کلیک شد متن بلند نشون بده و بر عکس
با سپاس فراوان
من یک دکمه دارم میخوام وقتی کلیک کنم یک رویداد رخ بده دوباره یک کلیک دیگه کردم یک رویداد دیگه رخ بده مانند این کد
#text1 {width:100px;
height:100px;
overflow:hidden;
}
<div id="text1">Action Center lists important messages about security and maintenance settings that need your attention. Red items in Action Center are labeled Important, and indicate significant issues that should be addressed soon, such as an outdated antivirus program that needs updating. Yellow items are suggested tasks that you should consider addressing, like recommended maintenance tasks.
</div>
function matn (){
document.getElementById("text1").style.height="auto";
}
من می خوام متن پیشفرض کوتاه باشه وقتی روی دکمه کلیک شد متن بلند نشون بده و بر عکس
با سپاس فراوان