jquery Programming Glossary: dataids
Storing items of an array depending on another value http://stackoverflow.com/questions/14358151/storing-items-of-an-array-depending-on-another-value and datapackage. What I want to do is push into the array dataids all the dataids of items whose packageid is equal to packageBtnFilter.. What I want to do is push into the array dataids all the dataids of items whose packageid is equal to packageBtnFilter and whose.. categoryBtnFilter are both 0 then it should push all the dataids of catalogue into the dataids array. At the moment it just pushes..
Storing items of an array depending on another value http://stackoverflow.com/questions/14358151/storing-items-of-an-array-depending-on-another-value catalogue which holds 4 items packageid dataid categoryid and datapackage. What I want to do is push into the array dataids all the dataids of items whose packageid is equal to packageBtnFilter and whose categoryid is equal to categoryBtnFilter.. holds 4 items packageid dataid categoryid and datapackage. What I want to do is push into the array dataids all the dataids of items whose packageid is equal to packageBtnFilter and whose categoryid is equal to categoryBtnFilter . If the value.. to categoryBtnFilter . If the value of packageBtnFilter and categoryBtnFilter are both 0 then it should push all the dataids of catalogue into the dataids array. At the moment it just pushes the dataids of items whose packageid is equal to 3. var..
|