Skip to content

Unable to use it in noconflict #55

@cortopy

Description

@cortopy

I'm trying to run this plugin like many others I use in no conflict mode

However, running this code in my usual way gives errors and plugin doesn't work at all.

$j = jQuery.noConflict();
$j(document).ready(function(){
    $j('form').idealforms({ 
        field: '.field',
        error: '.error',
        iconHtml: false,
        invalidClass: 'invalid',
        validClass: 'valid',
        silentLoad: true,
    });
});    

I'm a bit lost as to why this method doesn't work. I've tried changing the $ sign in the .js file but with no success either

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions