Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Url Support #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Url Support #2

wants to merge 2 commits into from

Conversation

web-dev
Copy link

@web-dev web-dev commented Aug 2, 2011

I've added url support to this fantastic library.

It functions as follows:

  1. Loads the url into a new hidden div
  2. Displays the new div using the standard mechanism
  3. Changes the url of the link to refer to the new hidden div

@pablfr
Copy link

pablfr commented Apr 24, 2012

Hi
You have an exemple with ajax ?
I have tray

$('a[rel*=loginisncri]').leanModal({ top : 200, closeButton: ".modal_close" });
$('#send').bind("submit", function() {
if ($("#email").val().length &lt; 1 || $("#passwd").val().length < 1) {
alert('Error');
return false;
}
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants