Page 2 of 2
Re: Your Board Style?
Posted: Thu Jan 20, 2011 1:01 am
by ashley
firky wrote:I'd like to lean AJAX but it's too much like doing something.
If you use jQuery as a framework it's a piece of piss.
Code: Select all
$.ajax({
url: 'ajax/test.html',
success: function(data) {
$('.result').html(data);
alert('Load was performed.');
}
});
Re: Your Board Style?
Posted: Thu Jan 20, 2011 1:37 am
by firky
jQuery sounds very clever yet like everything well designed: beautifully simple
Re: Your Board Style?
Posted: Thu Jan 20, 2011 1:48 am
by fractal
Code: Select all
public static void main(String args[]){ //begin method main
System.out.println.("I use both"); //outputs opinion on board style
} //end method main
Re: Your Board Style?
Posted: Thu Jan 20, 2011 2:23 am
by wolf89
Sexy style
Re: Your Board Style?
Posted: Thu Jan 20, 2011 2:27 am
by Phigure
ashley wrote:firky wrote:I'd like to lean AJAX but it's too much like doing something.
If you use jQuery as a framework it's a piece of piss.
Code: Select all
$.ajax({
url: 'ajax/test.html',
success: function(data) {
$('.result').html(data);
alert('Load was performed.');
}
});
i love jquery so much
Re: Your Board Style?
Posted: Thu Jan 20, 2011 2:32 am
by wolf89
Phigure wrote:ashley wrote:firky wrote:I'd like to lean AJAX but it's too much like doing something.
If you use jQuery as a framework it's a piece of piss.
Code: Select all
$.ajax({
url: 'ajax/test.html',
success: function(data) {
$('.result').html(data);
alert('Load was performed.');
}
});
i love jquery so much
More than James Blake?
Re: Your Board Style?
Posted: Thu Jan 20, 2011 2:37 am
by Phigure
wolf89 wrote:Phigure wrote:ashley wrote:firky wrote:I'd like to lean AJAX but it's too much like doing something.
If you use jQuery as a framework it's a piece of piss.
Code: Select all
$.ajax({
url: 'ajax/test.html',
success: function(data) {
$('.result').html(data);
alert('Load was performed.');
}
});
i love jquery so much
More than James Blake?
no.
Re: Your Board Style?
Posted: Thu Jan 20, 2011 2:40 am
by wolf89
More than Natalie Portman?
Re: Your Board Style?
Posted: Thu Jan 20, 2011 2:53 am
by Phigure
wolf89 wrote:More than Natalie Portman?
Nope.
Re: Your Board Style?
Posted: Thu Jan 20, 2011 2:51 pm
by abs
i use the old style, the new one looks shit.