View Single Post
  #1  
Unread 11-03-2011, 02:39 AM
Mikey DeNiro
Guest
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
Default Emcee item removal!!!

name="a" ondblclick="this.checked = false"

if you go through for each item and add ^^ that coding after the

type="radio"
to this


<input id="1-advanced-black" name="itemlist[1][]" type="radio" value="51" checked="checked">


it'd look like this
<input id="1-advanced-black" name="itemlist[1][]" type="radio" name="a" ondblclick="this.checked = false" Clickvalue="51" checked="checked">

you'll be able to Double Click and Deselect Items you currently have up there.
quick fix for the issue until the New Design drops...

don't believe me then check my emcee
Reply With Quote
Unread 11-03-2011, 02:39 AM   #1
 
Mikey DeNiro
Guest
 
Voted: 0 audio / 0 text
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
Default Emcee item removal!!!

name="a" ondblclick="this.checked = false"

if you go through for each item and add ^^ that coding after the

type="radio"
to this


<input id="1-advanced-black" name="itemlist[1][]" type="radio" value="51" checked="checked">


it'd look like this
<input id="1-advanced-black" name="itemlist[1][]" type="radio" name="a" ondblclick="this.checked = false" Clickvalue="51" checked="checked">

you'll be able to Double Click and Deselect Items you currently have up there.
quick fix for the issue until the New Design drops...

don't believe me then check my emcee
 
Reply With Quote