Originally posted by suityou01
View Post
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
I think I am going to cry
Collapse
X
-
I'll do you a deal - I'll agree to be your bitch, and in return we make minstrone airtight. With bananas all round? -
Very good.Originally posted by SpontaneousOrder View PostI bet you race people from the traffic lights to bathe in the glory of victory, while they casually take a left into the ASDA carpark blissfully unaware they just lost a 'race' ?
Originally posted by MaryPoppinsI'd still not breastfeed a naziOriginally posted by vetranUrine is quite nourishingComment
-
Making Minestrone airtight doesn't sound very nice.Originally posted by SpontaneousOrder View PostI'll do you a deal - I'll agree to be your bitch, and in return we make minstrone airtight. With bananas all round?
Knock first as I might be balancing my chakras.Comment
-
Sounds nice for minestrone.Originally posted by suityou01 View PostMaking Minestrone airtight doesn't sound very nice.
Comment
-
Comment
-
Knock first as I might be balancing my chakras.Comment
-
Comment
-
Except by the end he's using an anonymous function anyway to get it to work in browsers older than IE9.Originally posted by suityou01 View PostComment
-
A hack for an old MS browser aint much of a case to be fair.Originally posted by Bunk View PostExcept by the end he's using an anonymous function anyway to get it to work in browsers older than IE9.
Knock first as I might be balancing my chakras.Comment
-
I also think it's more readable to have the anonymous function which is called when the event is triggered, and inside it you can call any functions you want.Originally posted by suityou01 View PostA hack for an old MS browser aint much of a case to be fair.
I don't like:
I prefer:Code:element.addEventListener('click', toggleMenu.bind(null, param1, param2), false);
Personal preference, but I won't be changing how I do it anytime soon. Or at least until I see a better argument against it.Code:element.addEventListener('click', function() { toggleMenu(param1, param2); }, false);Comment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers



Comment