Results for: AJAX
step 1: user loads a table step 2: user can correctly view the ajax loaded details of a an element
Hi all, I would like to know if it's possible to cache the AJAX request to make only one request ? On my website, I put the login and register into a modal (like Airbnb). But with each click, a new request is made to load the content in the modal. O... (continued)
I have been dealing with this issue for a few days, and I can't seem to be able to fix it on my own. I am using abide validation that is built into the Foundation framework, and I am trying to have my own custom validator for checking if an email alrea... (continued)
Is there an easy way to programmatically add a loading state when using the Reveal Modal? If not, is there a wide-spread pattern being used by people? The issue I'm facing is when a reveal modal is shown say, after a button click. I'm filling the moda... (continued)
I'm working on a project, we were using Foundation 5 and ended up deciding to upgrade to Foundation 6 for a lot of reasons. When in Foundation 6, we see that the AJAX ability is removed directly, but you are still able to do it indirectly. The only way... (continued)
I am a newbie to creating contact forms. I tried to follow the tutorial on treehouse: How to Create an AJAX Contact Form http://blog.teamtreehouse.com/create-ajax-contact-form But when I change my fields up from the fields in the tutorial I keep ge... (continued)
hi everybody and happy new year, i have pb when i want use jquery ajax orbit bug (i screen you result) and i don't understand. without ajax no problem this is reason why i need help this is the basic tamplate i did only a copy and paste i send you my cod... (continued)
I've got equalizer running to keep my sidenav and main content area the same height. It works great, except when content dynamically changes the height of the row, without the window actually resizing. I see this in a few instances: - When I am using... (continued)
I am trying to learn the Reveal, and had a question. I want to have a simple modal window for a "Cancel/Delete" action. I read the documentation and came up with the below code. But I'm not sure how to tie the buttons into actions. For example, if the... (continued)
Hi guys. I am new to using Foundation, but have managed to put together a working contact form for the site I am working on. However, when the form is submitted the div that contains the success or error message to the user for some reason also cont... (continued)
Hi, I am using Foundation with the page transition plugin SmoothState.js. How do I go about re-initializing my ajax calls after page transitions? The Foundation plugins seem only to work properly on first page load.
Does anybody know how to re-initialize foundation plugins with smoothstate.js? They only work if I hit browser refresh. All the other jQuery plugins work great - just foundation is giving me a headache... Really would appreciate some help here.&nbs... (continued)
Hello. I'm using reveal component with a list of things. At the beginning, everything works fine. The thing is, there is an AJAX reqest to load more items to this list (and so, more reveals). There is a problem though, if I re-initialize foundation after ... (continued)
Hi guys, I need to load accordion structure from an AJAX call. Well I can create it but 'obviously' it doesn't work. I suppose it's beacuse accordion needs to restarted the point I didn't understan how! Sorry for the dumb question,I'm just a beginner!
I have a menu in my site that is defined like this: <div data-sticky-container> <div class="sticky" style="width:100%" data-sticky data-options="stickTo:top; marginTop: 0;"> <div class="top-bar"> <div class... (continued)
I have problem with reveal modal from zurb-foundation. the modal dialog doesn't disappear after I click the submit button . so it stays open after clicking the submit, and there's no way to close it unless if I refresh the page.&nb... (continued)
I'm loading some stuff in with ajax and reinitializing equalizer after it's rendered with `$(document).foundation();` (otherwise it won't equalize at all) The items equalize once but then equalizer doesn't seem to watch on resize so the elements jus... (continued)
Alright, so my goal is to get a link to open a modal using AJAX. According to the Zurb team, you can simply use the jQuery $.ajax call. So I have it working except the content isn't being pushed into the HTML. <p><a href="//localhost:8000/index... (continued)
I realize this is probably more of a WordPress forum question but maybe one of my fellow Foundation-ites has run into the same issue. The goal is to use either the Foundation for Sites - reveal modal or the HTML history API to load the single post c... (continued)