Anyone knows how to console.

 
Lesslie: Mattila: That’s great info. I know that you gootta go. So I ttyl and thanks again.

Carias: Hello, if i have var a = element; element is a div with stuff in it and i want to change the style to it, tried a.attr”style”, “css”; and it didn’t work, how can i do this?

Baptiste: What was again the package where I can easy setup forms in laravel?

Reola: And which had support to determine on which field an error occurs.

Thee: Yesterday someone told me. 😀

Duteau: Komer: was it this perhaps? http://laravelcollective.com/docs/5.0/html

Azatyan: Hi, i need to create a search box where you got a icon and when click the search opens, is there some easy to do examples i can implement ?

Armbrust: Mentoc thanks I guess it was that, probably a stupid question but why in the docs to they write echo Form::openarray’route’ = ‘route.name’ instead of {! !}

Elsaesser: What could be the issue – So an ajax call was made when api was unreachable. Request is showing as pending in Chrome’s network tab. Before chrome decides to fail it, the api went back online and the pending changed to 200 OK. It went inside the .done but data isn’t good

Lamaack: Good morning folks, I wasn’t sure if my post made it earlier since I wasn’t identified in freenode

Dolphin: What could be the issue – So an ajax call was made when api was unreachable. Request is showing as pending in Chrome’s network tab. Before chrome decides to fail it, the api went back online and the pending changed to 200 OK. It went inside the .done but data isn’t good

Lomascolo: I’m thinking that api doesn’t know what I requested

Philmore: I’m not sure if ajax has a mechanism to resend those pending request

Borgert: Why does something working properly on jsfiddle not work on mobile?

Hildner: Http://jsfiddle.net/Hurry/dx4w0b9m/1/

Delmar: Which part doesn’t work? the event binding?

Benbenek: Robertmaxrees: I get wrong p***word the first time

Stanis: I can login with the same creds the 2nd time

Rodriguiz: 3rd time, wrong p***word

Fratzke: So it’s wrong every other time?

Dallman: Check your network tab – see what that has to say.

Crutch: Robertmaxrees: https://dl.dropboxusercontent.com/u/11918318/Screenshot%20from%202015-09-09%2018%3A32%3A57.png

Contrino: Red lines are first and third time I push the login button without changing anything

Stepanski: That looks like a server issue.

Allery: But why doesn’t it work every other time?

Mattila: Whoo hoo, meetings rule!

Santmier: I’m having some trouble selecting a dynamic element from within a .click event. The dynamic element doesn’t exist at the time the click event is defined but it does exist at the time the event is called. Is there a way to defer selection until the event is triggered?

Mattila: Sure, select it inside the click handler

Elway: Mattila I’ve done that but it is not working. I can select the event from the command line but not within the click handler.

Shimonishi: Mattila sorry, the element

Mattila: If within the event handler you do $selector.length and you get 0 it does not exist

Stramel: Bracks that’s gonna be tough. it’s a complicated page :’

Coello: Mattila that’s precisely what’s happening. But I’m certain that the element exists at the time of the click.

Mattila: If you do believe it exists and your getting 0, double check your selector

Bracks: And yet the click function says it doesn’t?

Saldi: Mattila I’ve done that. copied and pasted it to the command line and it works there.

Bracks: Hmm, I would double check your selector then because it sounds like something in your code is wrong

Mattila: Yes! i’m now up to 2!

Bracks: Only 98 to go until HERO status

Peaslee: Anyone knows how to console.log something when fancybox arrows are clicked?