jquery ui checkbox and php problem -


Then I have a list of checkboxes that are dynamically added - I want to use the jquery ui checkbox I am trying. The problem is that I can just styling one, what can be any solution to get the dynamic tag on the input tag and label for each input tag via jquery? Here are the syntax I'm trying to:

  & lt; Div id = "format" & gt; & Lt; Input id = "check_  

jquery code:

  $ (function () {$ ("#check"). Button (); $ ("#format") buttonset ();});  

Thanks!

Try it once:

  $ ("input [id] ^ = 'Check_']> Labels [for ^ = 'check_'] "). Css ('color', '# f3f3f3');  

Comments