mindeater – web / mobile solutions and engineering
Skip to content
  • About
  • Services
  • Scattered Notes
    • WordPress
    • Web Programming
    • MySQL
  • Contact

Category Archives: javascript

Check / Uncheck all with JQuery

Posted on: December 17, 2010 by mindeater

Check/Uncheck All With jQuery Posted: 14 Nov 2010 07:24 AM PST $(function() { $(‘#checkall’).live(‘change’, function() { var chk = $(this).attr(‘checked’); $(this).parent().find(‘li input[type=”checkbox”]’).attr(‘checked’, chk); }); });

Posted in javascript | Tagged checkbox, jQuery

find events assosiated with elements

Posted on: November 19, 2010 by mindeater

This will alert all functions associated to a given element… var elem = document.getElementById(‘ELEMENT_ID_HERE’); var str = ”; for(var prop in elem) {   if(typeof elem[prop] == ‘function’)     str += prop + ‘\n’; } alert(str);

Posted in javascript | Tagged DOM, elements, events, javascript

Post navigation

Recent Posts

  • Get Posts that have featured Images
  • MySQL query logging
  • Network windows 7 and OS X
  • add xCode install of git to your path
  • OS X apache permissions

Recent Comments

    Categories

    • CSS
    • javascript
    • Joomla
    • MySQL
    • Online Purchases
    • OS X
    • PHP
    • plugins
    • Unix
    • Web Programming
    • Websites
    • Wordpress

    Web Hosting

    Web Special

    Tweets by @mindeater123

    $wpdb .LCK admin apache captcha cheap software checkbox codex command line css layout curl custom types database connection data manipulation data transfer DOM dreameaver elements essential plugins events find function geocode javascript joomla jQuery lock files maps md5 mysql php phpMyAdmin plugin POST scam software software versions sql submenus table-cell unix vertical alignment web service wordpress xml

    © 2023 mindeater – web / mobile solutions and engineering | Powered by JBST