javascript - How to set width of a retrived using jquery from some -


I have a table from which I am getting from all rows and according to the given input, in some order I am settling. Now I need to change the width of something, I can do it using jquery, new to jquery.

This is what I have done

// This loop is inside a function where the column is the array

  $ ('Tablerow'). Each (function () {var tr = $ (this); var td = tr.find ("td [id $ =" + column [i] + "]"); // current state of & lt; td & Gt; Treat column [i] "status" td.remove (); // from current status & lt; td & gt; // here & lt; td & gt; td tr.append (td); // There is a need to change the width;   

Is there anything like a setweed (?) I do not think it is only a var. Please advise some logic that I Can help.

You can use the method They are

  td.width (200)    

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -