Change Text & Toggle Content

jQuery(document).ready(function(){ 	    

     jQuery('.toggle.1').click(function(){ 	        

     var link = jQuery(this); 	        

jQuery('.expanded.1').slideToggle('slow', function() { 	            

     if (jQuery(this).is(":visible")) { 	                 

          link.text('Less -');                 	            

     } else { 	                 

          link.text('More +');                 	            

     }

     });

}); 



});

 

Leave a Reply

katherine as a flat graphic icon

About Me

I’m an African / Ojibwe First Nations Web Developer living in Winnipeg, Manitoba.

Visit the Tips and Blog to see what I’m working on.