When I click a button on my.

 
Szychowski: So the body IS what’s scrolling? you have broken styles somewhere duder/

Shedlock: Http://pastebin.com/fEbEt97B how about this ?

Thorpe: The body is what I wanted to scroll in the first place.

Szychowski: Now just foreach or, even better, .map

Szychowski: Ckb i’m really lost about your problem.

Szychowski: You want to stop the page from scrolling when the menu is open, right?

Corwin: NEW PROBLEM: body { overflow: hidden; } does NOT prevent scrolling

Szychowski: Then you have other busted styles.

Szychowski: Experiment to see what’s causing it. i might hop over to ##css and see what they tell you.

Leist: Robert, thanks for the help, it seems to be working now

Hartung: Szychowski wich is your gmt?

Szychowski: I just wanna go home and play guitar D:

Goldberger: Yo you play guitarre sweet gig dude yo can you play freebird tho

Szychowski: I have a few things I refuse to play. that’s one of them.

Sampica: Hi, im using datatables for a project but i need to filter a column, i need it first to show data with the words “Washington City”, and then to show the rest with ‘asc’, ordering with ‘asc’ is no problem but how can i do it with the “washington city” word, to this moment i have: “order”: 10, ‘desc’,

Szychowski: So you want a filter plus ordering?

Szychowski: Https://datatables.net/examples/api/multi_filter.html

Morishita: How can i use the .search”washington city”.draw; insde the “order”: 10, ‘desc’, ?

Szychowski: I don’t really know datatables but what about that example is different from what you’re trying to do?

Knepp: The example is using a search box method im not

Goldberger: That would filter the set anyway would it

Goldberger: You want sort priority

Szychowski: So then just use .search and b*** your string.

Goldberger: Https://datatables.net/reference/api/order.fixed%28%29

Szychowski: Shrug i wish they’d setup an discussion channel already.

Goldberger: And an api without all methods on the left side is sacrilegious

Goldberger: Why cant i link that page

Szychowski: Decx is cranky today.

Goldberger: It’s already tomorrow

Dickie: Is this ok: “order”: prefilterssearch10, “Washington City”.draw, 10, ‘desc’ ,

Dy: Hi guys https://jsfiddle.net/07w55tyj/1/ i want to show the contains wrapped in div id=”NewCardContainer” after the accordion stuff what i have tried doesnt seem to show it when you click on the “load” button

Goldberger: What in the world are you doing

Goldberger: That’s not how this works, that’s not how any of this works

Goldberger: Josh-Spartan: meant eddy

Tarlow: I just took the script tagout decx

Goldberger: No you made a mess of things

Goldberger: Oh i forgot i put in a load button it actually works

Clapham: Decx, the idea is to make the contains in div id NewCardContainer appear at the buttom if it at all time just to give the user the option for them to add a new card

Bensman: Decx, any idea why it isn’t showing please?

Akuna: Decx, please can you help me

Scovill: So. Question, im trying to call the validation function from this file because it has rules and it is being used on several of my forms, but I have one form that is being loaded dynamically and therefore the validation function cant find it upon the script loading up. So I am wondering if there is an alternative maybe reloading the script or is this this best method? http://pastebin.com/px2BsHnN

Arigo: Http://paste.ubuntu.com/16355609/ – “401 Unauthorized” always. How do you send USERNAME/P***WORD while using $.ajax or $.get or $.post for Tomcat server where it ask with popup username/p***word?

Lick: Hi guys https://jsfiddle.net/07w55tyj/1/ i want to show the contains wrapped in div id=”NewCardContainer” after the accordion stuff what i have tried doesnt seem to show it when you click on the “load” button. This image shows what i am mean where it says “pay with debt or credit card” https://drive.google.com/open?id=0ByGgvwO76KWTYXFLNXR3Tkw3bGs

Bens: When I click a button on my site, I need to iterate through rows on my table looking for one that has cl*** “is__selected” but I’m not sure how to do this