jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is included with WordPress, and available to both themes and plugin developers.

learn more… | top users | synonyms

0
votes
2answers
20 views

jquery & ajax sending data to php

In my jquery script I have; jQuery.ajax( ajaxurl, { action: 'lu_ajax', status: 'enabled' }, success: function (a) { alert(a) } In my file.php ...
0
votes
0answers
13 views

Limit number of Widgets in Sidebars - bug

i using Javascript from here by @JanFabry from "4 Answers" the Javascript do his work great but i found bug. when you come to limit widgets the script not give you to drag more widgets to the sidebar ...
0
votes
0answers
25 views

Adding javascript files to WordPress and jQuery version

I've been trying to use the recommended method of adding javascript files to WordPress, after reading this http://codex.wordpress.org/Function_Reference/wp_enqueue_script but I'm having a hard time ...
1
vote
1answer
21 views

Pass a PHP variable (loop-audio.php) to jQuery function (js/script.js)

I've searched a lot for this and I seem to get different answers. In my situation, my jQuery function has to use a PHP variable from a different file. How can I accomplish this? Clear and simple ...
-2
votes
0answers
11 views

Can not change text inside a form [on hold]

I would like to change the text "Column 1" to "Column 2" "Column 3" and so on in the form below each time the form is duplicated using jquery. Here is my code so far: HTML <button ...
0
votes
1answer
15 views

WordPress ACF - Date picker

So basically I have an events page set up with 'start date' and 'end date'.. In the back end i have Advanced Custom Fields jquery Date Picker to select these dates. The setup of these fields are as ...
0
votes
0answers
17 views

How to read the contents of single post through RSS feed

I am able to fetch the contents of my WordPress site RSS feed through this tutorial on my mobile website. How can I get the contents of a single post through RSS?
0
votes
0answers
22 views

condition for searching multiple inputs in wordpress

I am trying to create a custom search box and would like to know how to check multiple condition based on different inputs.There are 2 inputs. a normal search code (which searches for inputs which we ...
0
votes
1answer
37 views

Problem passing id-specific objects to javascript via wp_localize_script

I'm using wp_localize_script to pass multiple arrays of data into a javascript file. To differentiate between the different arrays (and prevent overwriting), they are labelled relative to the post id ...
0
votes
1answer
25 views

jquery issue in functions.php

I am having an issue in a theme that I am working on and I don't see how to fix it. The theme has a few jquery scripts that it needs loaded into the head in order to work. Without all of them, the ...
0
votes
0answers
31 views

The right way to update Front-End user profile fields individually?

I'm designing a Front-End user profile page, allowing users to view and update their own profile information. I have the template page made, with the code to edit the profile fields as a whole from a ...
0
votes
1answer
26 views

JQuery multiple toggle values

I'm trying to hide/show metaboxes dependant on the page template chosen. This has been working fine until I have come to show a metabox on more than one chosen page template. The below code displays ...
0
votes
0answers
20 views

Adding wp_enqueue_media(); causes problem

I want to add the media uploader in the theme options page. If I add following code in the options page, the media uploader works fine there, but it creates problem in the standard posts featured ...
0
votes
0answers
46 views

Use Wordpress Menu as Isotope filter

I am using an Isotope for my Gallery,I want to use a custom menu so I can easily exclude and include categories if I want.. so far I am using a code to retrieve all the categories. $terms = ...
0
votes
0answers
30 views

Jquery UI Datepicker via Ajax call, issue in hiding weekdays dynamically

This is my code: var hideweek; var day; var cloDays = new Array(); function initdatepicker(hideweek){ var splitWeek = hideweek.split("&&"); $.each( splitWeek, function( skey, svalue ...

15 30 50 per page