Results 1 to 3 of 3

Thread: Modify jQuery function

  1. #1
    Thread Starter
    Junior Member abok118's Avatar
    Join Date
    May 2011
    Posts
    27
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Modify jQuery function

    Hi,

    I want to modify this jQuery function:

    Code:
    jQuery(document).ready(function() {
    		
    		jQuery(function() {
    			jQuery(".datepicker").datepicker({
    			dateFormat: 'mm-dd-yy',
    			minDate: 0
    			});
    		});
    But I can't find the js file where the function is located.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,696
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    Junior Member abok118's Avatar
    Join Date
    May 2011
    Posts
    27
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [MOD NEEDED] Load Jquery from Google
    By doctorcilantro in forum ClassiPress General Discussion
    Replies: 17
    Last Post: August 2nd, 2016, 02:17 PM
  2. Google CDN jQuery
    By samanders in forum Help Using ClassiPress
    Replies: 1
    Last Post: February 24th, 2011, 06:09 AM