B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sportmx
/
public_html
/
wp-content
/
plugins
/
fakerpress
/
src
/
resources
/
js
/
Filename :
field.dependency.js
back
Copy
( function( $, _ ){ 'use strict'; $.fn.conditional = function( _opt ) { var $elements = this, defaults = { conditional: function( ) { return false; } }, opt = $.extend( defaults, _opt ); $elements.each( function( index, element ) { var $element = $( element ), $condition = $element.data( 'condition' ); } ); }; $(document).ready(function(){ $( '.fp-conditional' ).conditional(); }); }( window.jQuery, window._ ) );