Welcome Guest, Not a member yet? Register   Sign In
jquery changes style of a button -- unwanted
#2

(07-18-2015, 10:07 PM)cupboy Wrote: A style is being applied to a button I use with jQuery. How do I prevent this? The theme is used for other things so can't remove that, just need to override something in it.
Why not use another ID with your button ?
Code:
 $data = array(
      'name'          => 'create-offer',
      'id'            => 'another-ID',
      'type'          => 'button',
      'content'       => 'Edit Offer'
    );      

  echo form_button($data);
Reply


Messages In This Thread
RE: jquery changes style of a button -- unwanted - by projack89 - 07-18-2015, 10:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB