Likes Received By dimitar christoff

  1. PoPSiCLe liked dimitar christoff's post in the thread HTML element - change value depending on javascript on/off.

    hold on - which version of mootools? the .set only works on 1.2+. do you get any errors? what happens when you do...

    Apr 26, 2009
  2. zeckdude liked dimitar christoff's post in the thread Changing css on an object using jQuery.

    if using firefox/chrome with firebug, add this: console.log(clickedLinkId); (or alert it otherwise); - in fact, each of your anchors...

    Mar 8, 2009
  3. Masterful liked dimitar christoff's post in the thread Cross Browser-Compatible Show/Hide Scripts.

    it will be compatible with all browsers that support DOM calls and getElementById(); - which is just about everything. off the top of my...

    Mar 6, 2009
  4. harrisunderwork liked dimitar christoff's post in the thread FrameWork Roles.

    I'd look to organise, improve and extend the core functionality of the language I am trying to write a framework for - there is no sense...

    Feb 8, 2009
  5. SGBoise liked dimitar christoff's post in the thread Does JavaScript hav If Function Exists method?.

    er, yes. 'typeof':<script type="text/javascript"> alert(typeof(mouseup)); // undefined var mouseup = function(e) {...

    Feb 5, 2009
  6. Weirfire liked dimitar christoff's post in the thread Javascript error.

    microsoft script breaks here: {host=location.host; -> unsupported property or method. IE does support location.host so it must be a...

    Jan 26, 2009
  7. gnp liked dimitar christoff's post in the thread Convert this "onclick" code in to a function.

    mate, you shouldn't need this at all: in this context function goto( e ) { console.log(this, this.getAttribute("href"), e); ......

    Jan 22, 2009
  8. ads2help liked dimitar christoff's post in the thread Changing contents by clicking on links eg: href="#tab2".

    well - you can do all sorts... via a framework - say mootools or jquery, you'd do something like: <a class="tab" href="#tab1">Tab 1</a>...

    Jan 22, 2009
  9. Talker liked dimitar christoff's post in the thread populate combo via AJAX..

    you are correct in what you need to do here - there are two ways to do this - assuming that you are referring to select dropdowns as...

    Jan 12, 2009
  10. LogicFlux liked dimitar christoff's post in the thread which framework is best in javascript.

    Sorry, no. This is like asking, which is the best car to buy or football team to support... There is no right answer! I have...

    Nov 11, 2008
  11. Marty_ liked dimitar christoff's post in the thread Grab variables after ? and &.

    is this for passing on a variable from a .js to another .js? this is slightly more complicated - does this describe the hieracy: you'd...

    Nov 11, 2008
  12. loopline liked dimitar christoff's post in the thread Using Javascript to reload content (without reloading the page) containing Javascript.

    erm, i think the problem is here: "// script that replace content of <DIV> with newContent.html" you can't seriously be expectant of...

    Oct 21, 2008
  13. geekology liked dimitar christoff's post in the thread How do you debug PHP scripts?.

    if you are familiar with firebug for firefox, there is http://www.firephp.org/ - a php 5 class that allows you do to fb($varname); etc,...

    Oct 17, 2008
  14. computerzworld liked dimitar christoff's post in the thread prototype and jquery conflict.

    heh, this represents everything that's wrong in grabbing scripts from all over the net... there are probably a very few instances where...

    Oct 16, 2008
  15. webrickco liked dimitar christoff's post in the thread passing URL from AJAX to PHP file: Urgent help required..

    get firefox and firebug, look at error console (press f12), you can also set breakpoints and watch variables. what webricko said is...

    Oct 12, 2008
  16. Seqqa liked dimitar christoff's post in the thread Adding variables into a javascript .js file?.

    no. you cant. but you can add variables to a php script. rename your js to .php, then have: /javascript.php?a=whatever&b=whatever and...

    Oct 8, 2008
  17. LogicFlux liked dimitar christoff's post in the thread setTimeout(this.doAnimation, 1000) will fail if it is defined in a class definition.

    var foo = { init: function(params) { options = params; setTimeout(this.bar, 1000, this); // you need to bind this to...

    Oct 4, 2008
  18. DREAM SIZE liked dimitar christoff's post in the thread Need someone to look over small snippet of code..

    heh. sorry - to be honest, this sort of code snippet would come handy for me - which is why i am trying to code it in a pattern way (one...

    Oct 4, 2008
  19. lizzmo liked dimitar christoff's post in the thread How do I link to a thickbox from an image map?.

    first of all, finish your html markup... having 2 body tags, neither of which is open... results in some crappy errors. define a doc...

    Oct 1, 2008