home.social

#accepts — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #accepts, aggregated by home.social.

fetched live
  1. The Federal Minister of Health, Nina Warken (CDU), has confirmed that she will not challenge the recently decided fee reduction for psychotherapists. This infor... news.osna.fm/?p=48915 | #news #accepts #budget #cut #despite

  2. Former Health Minister Karl Lauterbach (SPD) stated that he would be willing to accept further US patients infected with the Ebola virus. This comes as the Unit... news.osna.fm/?p=48153 | #news #accepts #amidst #ban #disputes

  3. Sven Schulze, the Minister-President of Saxony-Anhalt and CDU member, has stated his openness to a television showdown against AfD challenger Ulrich Siegmund, c... news.osna.fm/?p=44782 | #news #accepts #afd #amid #campaign

  4. The Pre-Trial Chamber I of the International Criminal Court (ICC) has unanimously accepted the charges brought by the Prosecutor against former Philippine Presi... news.osna.fm/?p=43051 | #news #accepts #against #alleged #campaign

  5. Suspect in Oakland kidnapping, child sex trafficking, accepts 5-year plea deal

    misryoum.com/us/us/suspect-in-

    OAKLAND — A man suspected of trafficking two girls while out on bail for an alleged kidnapping, which occurred while he was out on bail on robbery charges, has accepted a plea deal that resolves his legal woes, court records...

    #Suspect #Oakland #kidnapping #child #sex #trafficking #accepts #5year #plea #deal #US_News_Hub #misryoum_com

  6. I assume there would be a better/smarter way, but I was not in the mood so I copied something similar from a few lines above and adapted it slightly:

    <pre>
    $('#accepts-advertising-set-yes').live('click', function(e) {
    e.preventDefault();
    var $this = $(this);
    var $block = $('.block.accepts_advertising');
    $block.find('input[type="radio"][value="t"]').prop('checked',true);
    $block.find('input[id*=accepts_advertising_no][value="f"]').prop('checked',true);
    } );
    </pre>

  7. I assume there would be a better/smarter way, but I was not in the mood so I copied something similar from a few lines above and adapted it slightly:

    <pre>
    $('#accepts-advertising-set-yes').live('click', function(e) {
    e.preventDefault();
    var $this = $(this);
    var $block = $('.block.accepts_advertising');
    $block.find('input[type="radio"][value="t"]').prop('checked',true);
    $block.find('input[id*=accepts_advertising_no][value="f"]').prop('checked',true);
    } );
    </pre>