1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Likes Received By MMJ

  1. xrvel liked MMJ's post in the thread How to pack a JS?.

    http://www.julienlecomte.net/blog/2007/08/13/ http://dean.edwards.name/weblog/2007/08/js-compression/ packing has overhead, especially...

    Jan 20, 2009
  2. pictureboarduk liked MMJ's post in the thread Free Javascript debugger?.

    Firebug is really powerful stuff.

    Dec 1, 2008
  3. LogicFlux liked MMJ's post in the thread which framework is best in javascript.

    document.querySelectorAll does not have anything to do with the js engine. the js engine does not take care of dom related stuff....

    Nov 11, 2008
  4. rodney88 liked MMJ's post in the thread Overriding built-in functions.

    Okay, now I see what you are trying to do. I think your best bet would be to put the JavaScript in an IFrame or sandbox it using...

    Jul 10, 2008
  5. sharry liked MMJ's post in the thread Advanced javascript.

    If its the first td in the whole page use: alert(document.getElementsByTagName("td")[0].innerHTML);

    Jun 27, 2008
  6. aquasonic liked MMJ's post in the thread Function help - can't make it work!.

    Try: var map; function doSomething() { map.setMapType(G_SATELLITE_MAP); } function initialize() { if (GBrowserIsCompatible()) {...

    Jun 20, 2008
  7. slaydragon liked MMJ's post in the thread Would like something like this.. any idea?.

    http://jquery.com/demo/thickbox/ Scroll down to AJAX content, click on Demo, then click on login (modal)

    Jun 19, 2008
  8. idotcom liked MMJ's post in the thread Is this possible with Javascript?.

    onload = function(){ var i = 0, aEls = document.getElementsByTagName('a'), l = aEls.length, click = function(){ alert('You are now...

    Jun 19, 2008
  9. blueparukia liked MMJ's post in the thread Appending script to a document with Javascript..

    var data = "var theRoot = document.getElementById('"+ pageName +"');var theHandle= theRoot.childNodes[0]; Drag.init(theHandle,...

    Jun 14, 2008
  10. vlad230 liked MMJ's post in the thread javascript and php.

    AFAIK JS doesn't support multi-line strings.

    Dec 29, 2007
  11. selling vcc liked MMJ's post in the thread I need help with a simple code modification :).

    Just use PHP redirect method: header("Location: path/to/file.php?foo=bar");

    Nov 27, 2007
  12. khan11 liked MMJ's post in the thread need solution for $_GET page...

    if (!$_GET) header("Location: ?getdata=0&todata=10")

    Sep 17, 2007