Jump to content

Vind

Newbie
  • Posts

    25
  • Joined

  • Last visited

Everything posted by Vind

  1. Если правильно понял твою проблему, то тебе нужно юзать jquery $(document).ready(function(){ $(window).resize(function () { var str = ""; str = $(window).width(); if (str < 872) { str = str/100*10 $("#text").attr({ cols: str }); } }) }); ну и соответственно допилишь под свои нужды. P.S: Я сам в jquery не силен, поэтому уверен существует и более элегантное решение.
×
×
  • 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