jQuery Interactive Exercises: Enhance Web Interactivity
Posted on Jan 5, 2025 in Computers
Exercise 1
Listing
Count- Record 1 Up Down Duplicate Delete
 - Record 2 Up Down Duplicate Delete
 - Record 3 Up Down Duplicate Delete
 
Plugin Code
    
(function($) {
  $.fn.up = function() {
    this.on("click", function() {
      $(".up").parent().insertBefore($(this).parent().prev());
    })
  }
  $.fn.down = function() {
    this.on("click", function() {
      $(this).parent().insertAfter($(this).parent().next());
    })
  }
  $.fn.duplicate = function() {
    this.on("click", function() {
      $(this).parent().clone(true).insertAfter($(this).parent());
    })
  }
  $.fn.delete = function() {
    this.on("click", function() {
      $(this).parent().remove();
    })
  }
  $.fn.count = function() {
    return $(this).find("li").length;
  }
})(jQuery);
    
  Exercise 2
Exercise 2
0
0
0
Exercise 3
Exercise 3
Hello
Effect:
Fade
Slide
Time:
Lorem ipsum dolor sit amet,
Recent Notes
Subjects
- Accounting and Finance
 - Administration and Management
 - Advertising
 - Advertising and Public Relations
 - Advertising Communication
 - Aeronautical Management
 - Aerospace Engineering
 - Aerospace Vehicle Engineering
 - Agricultural Engineering
 - Agriculture
 - Air Navigation Engineering
 - Airports
 - Ancient Sciences and Languages
 - Animal Science and Health
 - Applied Francophone Studies
 - Applied Languages
 - Applied Languages to Communication and Marketing
 - Applied Sociology
 - Applied Statistics
 - Arabic and Islamic Studies
 - Archaeology
 - Architecture
 - Art
 - Arts and Crafts
 - Arts and Design
 - Arts and Humanities
 - Audiovisual Communication
 - Audiovisual Communication and Journalism
 - Audiovisuals and Multimedia
 - Basque Philology
 - Basque Studies
 - Biochemistry
 - Biology
 - Biomedical Engineering
 - Biomedical Sciences
 - Biotechnology
 - Building and Civil Works
 - Business Administration and Innovation Management
 - Business Administration and Management (BAM)
 - Business Management
 - Business Management and Administration
 - Business Management and Marketing
 - Business Sciences
 - Business Statistics
 - Chemical Engineering
 - Chemistry
 - Cinema
 - Cinema and Television
 - Civil and Territorial Engineering
 - Civil Engineering
 - Civil Engineering Technology
 - Civil Engineering, Civil Constructions
 - Civil Engineering, Hydrology
 - Civil Engineering, Transportation, and Urban Services
 - Commerce
 - Commerce and Marketing
 - Commercial and Financial Management
 - Commercial and Marketing Management
 - Commercial Aviation Pilot and Air Operations
 - Commercialization and Logistics
 - Communication
 - Communication and Cultural Industries
 - Communications Electronic Engineering
 - Computational Mathematics
 - Computer Engineering
 - Computer Engineering in Computer Engineering
 - Computer Engineering in Information Technologies Engineering
 - Computer Engineering in Systems and Information Technologies
 - Computer Engineering-Computer Technologies
 - Computers
 - Computing and Communications
 - Conservation and Restoration of Cultural Property
 - Construction Engineering
 - Contemporary Music Composition
 - Creation and Design
 - Criminological and Security Sciences
 - Criminology
 - Criminology and Public Prevention Policies
 - Criminology and Security
 - Cultural Communication
 - Design
 - Design and Engineering
 - Development, Commercial Management, and Market Strategies
 - Documentation, Library, and Archive Management
 - Early Childhood and Primary Education
 - Early Childhood Education
 - Early Childhood Education Teacher (Teaching Degree)
 - Economic Sciences
 - Economics
 - Economics and Finance
 - Economics and Journalism
 - Economy
 - Electrical Engineering
 - Electricity and Electronics
 - Electromechanical Engineering
 - Electronic Engineering
 - Electronic Systems Engineering
 - Electronics
 - Energy and Mining Resources
 - Energy and Water
 - Energy Resources, Fuels, and Explosives Engineering
 - English
 - English and Catalan Studies
 - English and Classical Studies
 - English and French Studies
 - English and Spanish Studies
 - English Language and Literature
 - English Studies
 - English Studies. Language, Literature, and Culture
 - English, Linguistic and Literary Studies
 - Enology
 - Environmental Biology
 - Environmental Sciences
 - Event Organization, Protocol, and Institutional Relations
 - Experimental Sciences
 - Finance
 - Finance and Accounting
 - Finance, Banking, and Insurance
 - Financial and Accounting Management
 - Financial and Actuarial Economics
 - Fine Arts
 - Food Industries
 - Food Science and Technology
 - Food Sciences
 - Foreign Languages
 - Forestry Engineering
 - French
 - French Studies
 - Galician and Portuguese. Linguistic and Literary Studies
 - Galician and Spanish Studies
 - Genetics
 - Geography
 - Geography and Environment
 - Geography and History
 - Geography and Territorial Management
 - Geography, Regional Planning, and Environmental Management
 - Geology
 - Graphic Arts
 - Greek
 - Health and Nursing
 - Health Biology
 - Healthcare
 - Hispanic Language and Literature
 - Hispanic Philology
 - History
 - History and Heritage
 - History and Music Sciences
 - Horticultural and Gardening Engineering
 - Hospitality and Tourism
 - Hotel Administration and Management
 - Human Biology
 - Human Nutrition and Dietetics
 - Humanities
 - Humanities and Cultural Studies
 - Humanities and Social Anthropology
 - ICT Systems Engineering
 - Image and Sound
 - Industrial Chemical Process Engineering
 - Industrial Design and Product Development Engineering
 - Industrial Design Engineering
 - Industrial Organization
 - Industrial Process Engineering
 - Information and Documentation
 - Information Consulting and Management
 - Information Systems
 - Information Systems Engineering
 - Information Technologies Engineering
 - Installation and Maintenance
 - Interior Design Projects
 - International Business
 - International Business Economics
 - International Economics and Business
 - International Relations
 - International Trade
 - Justice
 - Labor Relations and Human Resources
 - Labor Relations and Human Resources Development
 - Labor Sciences and Human Resources
 - Landscaping
 - Language
 - Latin
 - Law
 - Law & Jurisprudence
 - Law and Journalism
 - Legal Sciences of Public Administrations
 - Linguistics
 - Linguistics and Applied Languages
 - Literary Studies
 - Local Administration
 - Management Assistance
 - Marine Sciences
 - Maritime-Fishing
 - Marketing
 - Marketing and Commercial Management
 - Marketing and Market Research
 - Materials Engineering
 - Mathematical Engineering
 - Mathematics
 - Mathematics and Computer Science
 - Mathematics and Statistics
 - Mechanical Engineering
 - Mechanical Manufacturing
 - Mechatronics Engineering
 - Medicine
 - Medicine & Health
 - Microbiology
 - Modern Languages
 - Modern Languages and Literatures
 - Modern Languages and Management
 - Modern Languages and their Literatures
 - Modern Languages and Translation
 - Modern Languages, Culture, and Communication
 - Modern Philology. English
 - Music
 - Musicology
 - Nanoscience and Nanotechnology
 - Nautical and Maritime Transport Engineering
 - Naval Architecture
 - Naval Architecture and Marine Engineering
 - Naval Architecture and Marine Systems Engineering
 - Naval Systems and Technology Engineering
 - Nursing
 - Optics and Optometry
 - Organization Engineering
 - Other civil servant exams
 - Other languages
 - Other subjects
 - Other university degrees and diplomas
 - Other vocational courses
 - Pedagogy
 - Performing Arts
 - Personal Image
 - Pharmacy
 - Philology
 - Philosophy
 - Philosophy and ethics
 - Photography and Digital Creation
 - Physical Activity and Sports Sciences
 - Physical and Sports Activities
 - Physical Education
 - Physical Engineering
 - Physics
 - Physiotherapy
 - Podiatry
 - Police Sciences and Public Security
 - Political and Administration Sciences
 - Political Sciences
 - Political Sciences and Public Management
 - Primary Education
 - Primary Education Teacher (Teaching Degree)
 - Psychology
 - Psychology and Sociology
 - Public Administration, Management, and Governance
 - Public Works Engineering
 - Real Estate Sciences
 - Religion
 - Renewable Energy Engineering
 - Road Engineering Technology
 - Romance Languages, Literatures, and Cultures
 - Safety and Environment
 - Security and Emergencies
 - Security Forces and Corps
 - Service Computing
 - Ship Propulsion and Services Engineering
 - Social and Cultural Anthropology
 - Social Anthropology
 - Social Education
 - Social sciences
 - Social Work
 - Sociocultural and Community Services
 - Sociology
 - Software Computer Engineering
 - Software Engineering
 - Spanish
 - Spanish and Classical Studies
 - Spanish Language and Hispanic Literatures
 - Spanish Language and its Literature
 - Spanish Language and Literature
 - Spanish, Linguistic and Literary Studies
 - Sports Management
 - State Administration
 - Statistics
 - Statistics and Business
 - Tax Administration
 - Taxation and Public Administration
 - Teaching & Education
 - Technology
 - Telecommunication and Multimedia Engineering
 - Telecommunication Engineering
 - Telecommunication Sciences and Technologies
 - Telecommunication Systems, Sound, and Image Engineering
 - Telecommunication Technologies
 - Telecommunication Technologies Engineering
 - Textile Technology and Design Engineering
 - Tourism
 - Tourism and International Management of Tourism and Leisure Activities
 - Tourism Management
 - Training and Employment Advise
 - Translation
 - Translation and Interlinguistic Mediation
 - Translation and Interpreting
 - Translation and Interpreting. English-German
 - Transport and Vehicle Maintenance
 - Trilingual Biblical Philology
 - Veterinary Medicine
 - Visual arts
 - Visual Arts and Dance
 - Wood, Furniture and Cork
 
